File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ v1.2.10 ] - 2025-07-04
7+ ## [ v1.3.0 ] - 2025-07-08
88### Added
99- Added PollerInitCount and reduced default PollerMaxCount in AutoScalerOptions (#1433 )
1010- Added ExecuteWithVersion and ExecuteWithMinVersion to GetVersion (#1427 )
Original file line number Diff line number Diff 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.10 "
46+ const LibraryVersion = "1.3.0 "
4747
4848// FeatureVersion is a semver that informs the server of what high-level behaviors
4949// this client supports.
You can’t perform that action at this time.
0 commit comments