Skip to content

Tags: serverlessworkflow/sdk-go

Tags

v.2.3.0

Toggle v.2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: ISO8601 duration wouldn't parse for valid fractional values (#199)

* fix: ISO8601 duration won't parse for valid fractional values

Previously, the library utilized a parsing library for ISO8601 durations that parsed durations into integers only. This caused issues with durations containing fractional values, such as "P0.5S", which are valid ISO8601 strings but failed to parse due to the limitation of the previous library.
In this commit, I've replaced the outdated parsing library with a more robust alternative. The new library properly handles fractional values, ensuring accurate parsing of ISO8601 duration strings, including cases like "P0.5S".
This update enhances the functionality and reliability of the library by accommodating a broader range of ISO8601 duration formats. Additionally, it ensures compatibility with modern standards and improves the overall usability of the library.

Signed-off-by: Kshitiz Agrawal <[email protected]>

* fix: resolve failing test cases

Signed-off-by: Kshitiz Agrawal <[email protected]>

* feat: add test case for fractional ISO duration

Signed-off-by: Kshitiz Agrawal <[email protected]>

---------

Signed-off-by: Kshitiz Agrawal <[email protected]>

v2.2.5

Toggle v2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Code of Conduct to follow the new standard (#191)

Signed-off-by: Ricardo Zanini <[email protected]>

v2.2.4

Toggle v2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds small check to make sure that Action.FunctionRef is unmarshalled…

… into struct (#184)

Signed-off-by: Spolti <[email protected]>

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix small typo on the kubebuilder FunctionType's validation (#173)

Signed-off-by: Spolti <[email protected]>

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update readme to 2.2.2 version

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare for release v2.2.1 (#134)

Signed-off-by: Ricardo Zanini <[email protected]>

Signed-off-by: Ricardo Zanini <[email protected]>

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare Release v2.2.0 (#132)

Signed-off-by: Ricardo Zanini <[email protected]>

Signed-off-by: Ricardo Zanini <[email protected]>

v2.1.2

Toggle v2.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes workflow event states unmarshalling methods (#65)

* clear mapState after next loop iteraction

* signed commit

* signed commit

* added unit test for both events at once

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes #43 - Upgrade Go SDK to spec 0.7 (#43)

* Upgrade to spec 0.7: SpecVersion, Secrets, Constants, Annotations and DataInputSchema

Signed-off-by: Ricardo Zanini <[email protected]>

* Fix formatting

Signed-off-by: Ricardo Zanini <[email protected]>

* FunctionTypes, Errors, SubFlowRef, Auth, Timeouts

Signed-off-by: Ricardo Zanini <[email protected]>

* Auth, Timeouts, Review states, functions

Signed-off-by: Ricardo Zanini <[email protected]>

* Adding basic validation test for every workflow

Signed-off-by: Ricardo Zanini <[email protected]>

* Update README

Signed-off-by: Ricardo Zanini <[email protected]>