This repository has been archived by the owner on Mar 10, 2024. It is now read-only.
v0.6.0
v0.6.0 (2023-03-23)
!!! BREAKING CHANGES:
Due to some implementation details of the new applications feature that necessitated breaking DB schema changes, you will need to reset your database before upgrading, and re-setup your integrations and customers.
New feature:
- don't strip out additional properties unless explicitly specified (#413)(
74e82e1
) - add new application (#354)(
0072a29
) - unique application name (#355)(
fbf66e9
) - switch between applications in FE (#339)(
1bfeded
)
Bugs fixed:
- expose application id in mgmt ui (#440)(
6aba810
) - hook is in the wrong place for IntegrationTabPanel (#441)(
5d44ade
) - wrong code for adding temporal search attributes (#436)(
f3bdc63
) - disable error reporting in management UI in dev env (#404)(
61a6ee1
) - refresh auth on passthrough (#415)(
ba49e49
) - remove orgs and sg user table (#412)(
211812a
) - customerId should be webhook payload (#408)(
1688027
) - application create (#399)(
5b34c5e
) - ci should run for downstream workspaces too (#398)(
99a3e8e
) - update sync logs bgcolor and date formatting (#391)(
91fa7b0
) - github action(
5dc8344
)