|
| 1 | +## 0.8.0 (October 25, 2023) |
| 2 | + |
| 3 | +ENHANCEMENTS |
| 4 | + |
| 5 | +* Remove tag from field map [GH 544] |
| 6 | +* Add message.Bytes() to avoid string conversion [GH 546] |
| 7 | +* Check RejectInvalidMessage on FIXT validation [GH 572] |
| 8 | + |
| 9 | +BUG FIXES |
| 10 | + |
| 11 | +* Fix repeating group read tags lost [GH 462] |
| 12 | +* Acceptance test result must be predictable [GH 578] |
| 13 | +* Makes event timer stop idempotent [GH 580, 581] |
| 14 | +* Added WaitGroup Wait in Initiator [GH 584] |
| 15 | + |
| 16 | +## 0.7.0 (January 2, 2023) |
| 17 | + |
| 18 | +FEATURES |
| 19 | + |
| 20 | +* PersistMessages Config [GH 297] |
| 21 | +* MaxLatency [GH 242] |
| 22 | +* ResetOnDisconnect Configuration [GH 68] |
| 23 | +* Support for High Precision Timestamps [GH 288] |
| 24 | +* LogonTimeout [GH 295] |
| 25 | +* LogoutTimeout [GH 296] |
| 26 | +* Socks Proxy [GH 375] |
| 27 | + |
| 28 | +ENHANCEMENTS |
| 29 | + |
| 30 | +* Add SocketUseSSL parameter to allow SSL/TLS without client certs [GH 311] |
| 31 | +* Support for RejectInvalidMessage configuration [GH 336] |
| 32 | +* Add deep copy for Messages [GH 338] |
| 33 | +* Add Go Module support [GH 340] |
| 34 | +* Support timeout on ssl connection [GH 347, 349] |
| 35 | +* Dynamic Sessions [GH 521] |
| 36 | +* Upgrade Mongo Driver to support transactions [GH 527] |
| 37 | + |
| 38 | +BUG FIXES |
| 39 | + |
| 40 | +* header and trailer templates use rootpath [GH 302] |
| 41 | +* Initiator stop panic if stop chan's already closed [GH 359] |
| 42 | +* Connection closed when inbound logon has a too-low sequence number [GH 369] |
| 43 | +* TLS server name config [GH 384] |
| 44 | +* Fix concurrent map write [GH 436] |
| 45 | +* Race condition during bilateral initial resend request [GH 439] |
| 46 | +* Deadlock when disconnecting dynamic session [GH 524] |
| 47 | +* Align session's ticker with round second [GH 533] |
| 48 | +* Seqnum persist and increment fix [GH 528] |
| 49 | + |
| 50 | + |
1 | 51 | ## 0.6.0 (August 14, 2017) |
2 | 52 |
|
3 | 53 | FEATURES |
|
0 commit comments