Skip to content

Commit edab2e8

Browse files
authored
Prepare release v1.34.3 (#917)
### Fixed * Fix a DoS vulnerability of the vendored apache-thrift library (#915, #916)
1 parent 531058b commit edab2e8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
## [1.34.3] - 2024-04-23
5+
### Fixed
6+
7+
* Fix a DoS vulnerability of the vendored apache-thrift library (#915, #916)
8+
49
## [1.34.2] - 2024-02-16
510
### Added
611

@@ -387,6 +392,7 @@ Changelog
387392
* Thrift support, including includes.
388393

389394
[//]: # (Version Links)
395+
[1.34.3]: https://github.com/uber/tchannel-go/compare/v1.34.2...v1.34.3
390396
[1.34.2]: https://github.com/uber/tchannel-go/compare/v1.34.1...v1.34.2
391397
[1.34.1]: https://github.com/uber/tchannel-go/compare/v1.34.0...v1.34.1
392398
[1.34.0]: https://github.com/uber/tchannel-go/compare/v1.33.0...v1.34.0

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ package tchannel
2323
// VersionInfo identifies the version of the TChannel library.
2424
// Due to lack of proper package management, this version string will
2525
// be maintained manually.
26-
const VersionInfo = "1.34.2-dev"
26+
const VersionInfo = "1.34.3"

0 commit comments

Comments
 (0)