Skip to content

Commit

Permalink
Prepare release v1.34.3 (#917)
Browse files Browse the repository at this point in the history
### Fixed

 * Fix a DoS vulnerability of the vendored apache-thrift library (#915, #916)
  • Loading branch information
cinchurge committed Apr 24, 2024
1 parent 531058b commit edab2e8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

## [1.34.3] - 2024-04-23
### Fixed

* Fix a DoS vulnerability of the vendored apache-thrift library (#915, #916)

## [1.34.2] - 2024-02-16
### Added

Expand Down Expand Up @@ -387,6 +392,7 @@ Changelog
* Thrift support, including includes.

[//]: # (Version Links)
[1.34.3]: https://github.com/uber/tchannel-go/compare/v1.34.2...v1.34.3
[1.34.2]: https://github.com/uber/tchannel-go/compare/v1.34.1...v1.34.2
[1.34.1]: https://github.com/uber/tchannel-go/compare/v1.34.0...v1.34.1
[1.34.0]: https://github.com/uber/tchannel-go/compare/v1.33.0...v1.34.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ package tchannel
// VersionInfo identifies the version of the TChannel library.
// Due to lack of proper package management, this version string will
// be maintained manually.
const VersionInfo = "1.34.2-dev"
const VersionInfo = "1.34.3"

0 comments on commit edab2e8

Please sign in to comment.