2.1.4
Fixed 6
- Migrate jira sync table endpoint
- Fix number formatting for row history entries
- Re-add docker entrypoint in the web-frontend image for backward compatibility with custom docker-compose or Helm charts that override the container command
- Resolved an issue which prevented router nodes from being renamed once they had branches
- Resolved an issue which prevented summarize rows nodes in automation workflows from working correctly
- Resolved an issue which prevented the application builder table element's boolean fields from being checked correctly
Security 1
- Upgrade sentry to resolve a CVE in minimatch
Bug fixes
- [Database] Migrate jira sync table endpoint #4888
- [Database] Fix number formatting for row history entries #4898
- [Core] Re-add docker entrypoint in the web-frontend image for backward compatibility with custom docker-compose or Helm charts that override the container command.
- [Automation] Resolved an issue which prevented router nodes from being renamed once they had branches.
- [Automation] Resolved an issue which prevented summarize rows nodes in automation workflows from working correctly.
- [Builder] Resolved an issue which prevented the application builder table element's boolean fields from being checked correctly.
Refactors
- [Core] Upgrade sentry to resolve a CVE in minimatch