Skip to content

Releases: prismatic-io/spectral

v5.4.1

11 Apr 22:09
4f83ad9
Compare
Choose a tag to compare

What's Changed

  • Added more fields to TriggerPayload by @hipplej in #50

Full Changelog: v5.3.1...v5.4.1

v5.3.1

02 Mar 19:42
c36a42d
Compare
Choose a tag to compare

What's Changed

  • Allow specifying a separate label for Key in keyvaluelist inputs by @ryanwersal in #43

Full Changelog: v5.3.0...v5.3.1

v5.3.0

21 Jan 22:34
c6ef876
Compare
Choose a tag to compare
  • Add reasonable defaults for input fields (#42)

v5.2.1

20 Jan 15:51
82ed9f3
Compare
Choose a tag to compare
  • Document and clean up SOAP client types and utility functions (#41)
    • Document SOAP client types and utility functions
    • Clean up some function overloading
    • Ensure SOAP components can be tested on Windows systems

v5.2.0

17 Jan 20:30
7c9ffcd
Compare
Choose a tag to compare
  • Fix allowed input types of Connections

v5.1.0

16 Jan 20:55
156c96b
Compare
Choose a tag to compare
  • Add SOAP client utilities

v5.0.0

15 Dec 19:18
a05cd7e
Compare
Choose a tag to compare

Version 5.x of @prismatic-io/spectral gives developers more flexability in how components authenticate with third-party systems.
Please see the upgrade guide on https://prismatic.io/docs for information on how to upgrade your existing components to Spectral 5.x.

v4.1.0

15 Dec 19:12
Compare
Choose a tag to compare
  • Update README (#36)

  • Various Enhancements and minor fixes (#38)

    • Add support for executionState
    • Add support for continuous loops, loop break
    • Add missing log levels for trace, metric
  • Adjust version number

v4.0.9

08 Nov 19:59
3fcb84b
Compare
Choose a tag to compare
  • Include API keys in trigger payloads. (#35)

v4.0.6

19 Oct 18:33
Compare
Choose a tag to compare
  • Components are now able to define their own triggers
  • Improved credential testing functionality
  • Improve Typescript types to better support implicit returns