Skip to content

Commit 1a2102e

Browse files
committed
Release v1.2.8
1 parent 18b0879 commit 1a2102e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
## [v1.2.8] - 2024-02-27
9+
- Support two-legged OAuth flow (#1304)
10+
- Expose method to get default worker options (#1311)
11+
- Added CloseTime filter to shadower (#1309)
12+
- Making Workflow and Activity registration optional when they are mocked (#1256)
13+
- Addressing difference in workflow interceptors when using the testkit (#1257)
14+
- remove time.Sleep from tests (#1305)
15+
816
## [v1.2.7] - 2023-12-6
917
### Changed
1018
- Upgraded cassandra image to 4.1.3 in docker compose files #1301

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ package internal
4343
// Due to all of this unreliability, this should be used as strictly informational
4444
// metadata, e.g. for caller version monitoring, never behavioral (use
4545
// FeatureVersion or feature flags instead).
46-
const LibraryVersion = "1.2.7"
46+
const LibraryVersion = "1.2.8"
4747

4848
// FeatureVersion is a semver that informs the server of what high-level behaviors
4949
// this client supports.

0 commit comments

Comments
 (0)