File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,16 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
10
10
11
11
### Added
12
12
13
+ ### Changed
14
+
15
+ ### Fixed
16
+
17
+ ## [ v2.3.1] - 2025-04-03
18
+
19
+ The patch releases fixes expected Connect() behavior and reduces allocations.
20
+
21
+ ### Added
22
+
13
23
- A usage of sync.Pool of msgpack.Decoder saves 2 object allocations per
14
24
a response decoding.
15
25
@@ -20,8 +30,6 @@ Versioning](http://semver.org/spec/v2.0.0.html) except to the first release.
20
30
opts.MaxReconnects == 0. Connect() blocks until a connection is established,
21
31
the context is cancelled, or the number of attempts is exhausted (#436 ).
22
32
23
- ### Fixed
24
-
25
33
## [ v2.3.0] - 2025-03-11
26
34
27
35
The release extends box.info responses and ConnectionPool.GetInfo return data.
You can’t perform that action at this time.
0 commit comments