This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
v0.2.0
Temporal Server Version: 1.18.0
Release Highlights
This release updates Temporal server to the latest major version 1.18.0.
It also includes:
- A new
--dynamic-config-value
flag for specifying dynamic config outside of a configuration yaml file - Support for using mTLS with the web UI
- Bugfixes related to configuration file loading (#141) and getting started documentation (#122)
- Updated web UI with bugfixes including support for special characters in workflow IDs #118
Changelog
- 69f30b5 Add vscode debug script (#116)
- 06b1f4a Allow web UI to be configured when using mTLS in API (#138)
- a28601a Bump github.com/temporalio/ui-server/v2 from 2.5.1 to 2.6.0 (#129)
- 95e8a9d Bump github.com/temporalio/ui-server/v2 from 2.6.0 to 2.6.1
- 56f2fec Bump github.com/temporalio/ui-server/v2 from 2.6.1 to 2.6.2 (#133)
- fbe9874 Bump github.com/urfave/cli/v2 from 2.11.2 to 2.14.1 (#123)
- 76d4124 Bump github.com/urfave/cli/v2 from 2.14.1 to 2.16.3 (#126)
- 649f085 Bump go.temporal.io/server from 1.17.4 to 1.17.5 (#119)
- f3d6054 Bump go.temporal.io/server from 1.17.5 to 1.18.0 (#134)
- 0090afc Bump go.uber.org/zap from 1.22.0 to 1.23.0 (#115)
- a3d9d73 Dynamic config values and default search attribute cache as disabled (#136)
- 8833863 Ensure default directory path to db file exists (#140)
- 9a56995 FIx base config loading and add TLS integration test (#141)
- 42dab08 Fix UI escaping special symbols (#118)
- 7800181 Fix copyright header verification mode (#137)
- d2ec434 Merge pull request #131 from temporalio/dependabot/go_modules/github.com/temporalio/ui-server/v2-2.6.1
- f974733 Test creating default db directory (#144)