Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Legacy 1.3.9 #800

Merged
merged 4 commits into from May 21, 2024
Merged

Legacy 1.3.9 #800

merged 4 commits into from May 21, 2024

Conversation

anthony-symphony
Copy link
Contributor

Agent 24.2 added a new property recipientTenantIds. This broke SymphonyElementsAction as it had stream object mapped to a Map of Strings instead of the Stream object and recipientTenantIds is an array of Integers.

  • Changed Stream mapping from Map of Strings to Stream Object in SymphonyElementsAction
  • Added recipientTenantIds to Stream object

DatafeedV2 had JsonIgnoreProperties incorrectly defined causing DF2 to be unusable as there is a type property.

  • Added type property
  • Fixed JsonIgnoreProperties

As Legacy SDK is deprecated any addition of properties could break it. Added JsonIgnoreProperties to remaining model classes that do not have it already set.

@Yannick-Malins Yannick-Malins merged commit c14eb7e into finos:legacy May 21, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants