Skip to content

v0.5.0

Compare
Choose a tag to compare
@nitish-sudo nitish-sudo released this 01 Mar 05:20
· 25 commits to main since this release

0.5.0 (2024-03-01)

Features

  • support of Jobs in code engine destination (#52) (fe50776)

code engine destination is added with two options now, one with application type and another option with job where we can trigger the jobs.

Braking changes

While creating and updating code engine destination DestinationConfigOneOfWebhookDestinationConfig was used to specify the destination configurations as both webhook and code engine destintations had common properties.
As introducing job and application type in to code engine destination hence creating a separate struct for code engine destination which is DestinationConfigOneOfCodeEngineDestinationConfig.
Users will have to use DestinationConfigOneOfCodeEngineDestinationConfig instead of DestinationConfigOneOfWebhookDestinationConfig for specifying destination configurations.