File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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
Original file line number Diff line number Diff 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 "
You can’t perform that action at this time.
0 commit comments