|
1 | 1 | # Change History |
2 | 2 |
|
| 3 | +## November 14 2025: v8.4.2 |
| 4 | + |
| 5 | + **Fixes** |
| 6 | + - [CLIENT_3894] Setting user-agent allows a closed connection to return for tend. |
| 7 | + |
3 | 8 | ## November 4 2025: v8.4.1 |
4 | | -**Fixes** |
5 | | -- [CLIENT-3821] Fixed issue where `panic: runtime error: invalid memory address` could occur after calling `usingTendConn(...)`. |
| 9 | + |
| 10 | + **Fixes** |
| 11 | + - [CLIENT-3821] Fixed issue where `panic: runtime error: invalid memory address` could occur after calling `usingTendConn(...)`. |
6 | 12 |
|
7 | 13 | ## October 20 2025: v8.4.0 |
8 | | -**Improvements** |
9 | | -- [CLIENT-3435] Update Go client to support FIPS. |
10 | | - |
11 | | -**Fixes** |
12 | | -- [CLIENT-3821] Fixed issue where `Network Error from EOF` could occur after server migrations. |
13 | | -- [CLIENT-3810] Fixed issue where nil pointer panic occurs on errToAerospikeErr. |
14 | | -- [CLIENT-3796] Fixed issue where background queries for all records applied only partially. |
15 | | -- [CLIENT-3744] Added server version check before sending the user-agent-set command. |
16 | | -- [CLIENT-2418] Skipped orphan seeds without peers when other seeds have peers. |
17 | | -- [CLIENT-3120] Replaced existing cluster node when a new peer shares the same node name but a different IP address. |
18 | | -- [CLIENT-3546] Resolved inconsistencies between clients when reflecting configuration changes. |
19 | | -- [CLIENT-3023] Fixed inability to repeat background queries using the same statement. |
20 | | -- [CLIENT-3021] Ensured Statement.BinNames is empty for QueryExecute operations. |
| 14 | + |
| 15 | + **Improvements** |
| 16 | + - [CLIENT-3435] Update Go client to support FIPS. |
| 17 | + |
| 18 | + **Fixes** |
| 19 | + - [CLIENT-3821] Fixed issue where `Network Error from EOF` could occur after server migrations. |
| 20 | + - [CLIENT-3810] Fixed issue where nil pointer panic occurs on errToAerospikeErr. |
| 21 | + - [CLIENT-3796] Fixed issue where background queries for all records applied only partially. |
| 22 | + - [CLIENT-3744] Added server version check before sending the user-agent-set command. |
| 23 | + - [CLIENT-2418] Skipped orphan seeds without peers when other seeds have peers. |
| 24 | + - [CLIENT-3120] Replaced existing cluster node when a new peer shares the same node name but a different IP address. |
| 25 | + - [CLIENT-3546] Resolved inconsistencies between clients when reflecting configuration changes. |
| 26 | + - [CLIENT-3023] Fixed inability to repeat background queries using the same statement. |
| 27 | + - [CLIENT-3021] Ensured Statement.BinNames is empty for QueryExecute operations. |
21 | 28 |
|
22 | 29 | ## August 29 2025: v8.3.0 |
23 | 30 |
|
|
0 commit comments