You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
=======
8
8
## [Unreleased]
9
+
### Fixed
10
+
- Return correct error code for ctx Cancelled error in http outbound.
11
+
### Added
12
+
- Make tchannel outbound satisfy Namer interface
13
+
### Changed
14
+
- errors: encoding/decoding (marshalling/unmarshalling) errors are now returned as CodeInternal (13) instead of CodeInvalidArgument (3).
15
+
16
+
## [1.73.2] - 2024-09-09
17
+
### Added
18
+
-`OriginalHeader` accessor in `encoding.Call` to get an original header value for a request from context object with zero-copy, as opposed to accessing it via `OriginalHeaders()`
19
+
20
+
## [1.73.1] - 2024-08-26
21
+
### Changed
22
+
- Updated most of the dependencies in go.mod to a newer versions.
23
+
- Performance improvement in the tchannel transport by reducing the number of allocations.
24
+
25
+
## [1.73.0] - 2024-05-31
9
26
- Upgraded go version to 1.21, set toolchain version.
10
27
- Reverted rpc-caller-procedure value setting.
11
-
- errors: encoding/decoding (marshalling/unmarshalling) errors are now returned as CodeInternal (13) instead of CodeInvalidArgument (3).
12
28
13
29
## [1.72.1] - 2024-03-14
14
30
- tchannel: Renamed caller-procedure header from `$rpc$-caller-procedure` to `rpc-caller-procedure`.
@@ -1505,7 +1521,10 @@ This release requires regeneration of ThriftRW code.
0 commit comments