Skip to content

Commit

Permalink
Release v1.2.3 (#5400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaddoll authored Sep 15, 2023
1 parent a996d0d commit 4a16136
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

You can find a list of previous releases on the [github releases](https://github.com/uber/cadence/releases) page.

## [1.2.3] - 2023-09-15
### Added
Expose workflow history size and count to client (#5392)

### Fixed
[cadence-cli] fix typo in input flag for parallelism (#5397)

### Changed
Update config store client to support SQL database (#5395)
Scaffold config store for sql plugins (#5396)
Improve poller detection for isolation (#5399)

## [1.2.2] - 2023-08-29
### Added
Added a update workflow execution count metric for RI (#5386)
Expand Down
2 changes: 1 addition & 1 deletion common/metrics/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
package metrics

// VersionString the current release version
const VersionString = "1.2.2"
const VersionString = "1.2.3"

0 comments on commit 4a16136

Please sign in to comment.