File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ ## 0.7.0 (January 2, 2023)
2+
3+ FEATURES
4+
5+ * PersistMessages Config [ GH 297]
6+ * MaxLatency [ GH 242]
7+ * ResetOnDisconnect Configuration [ GH 68]
8+ * Support for High Precision Timestamps [ GH 288]
9+ * LogonTimeout [ GH 295]
10+ * LogoutTimeout [ GH 296]
11+ * Socks Proxy [ GH 375]
12+
13+ ENHANCEMENTS
14+
15+ * Add SocketUseSSL parameter to allow SSL/TLS without client certs [ GH 311]
16+ * Support for RejectInvalidMessage configuration [ GH 336]
17+ * Add deep copy for Messages [ GH 338]
18+ * Add Go Module support [ GH 340]
19+ * Support timeout on ssl connection [ GH 347, 349]
20+ * Dynamic Sessions [ GH 521]
21+
22+
23+ BUG FIXES
24+
25+ * header and trailer templates use rootpath [ GH 302]
26+ * Initiator stop panic if stop chan's already closed [ GH 359]
27+ * Connection closed when inbound logon has a too-low sequence number [ GH 369]
28+ * TLS server name config [ GH 384]
29+ * Fix concurrent map write [ GH 436]
30+ * Race condition during bilateral initial resend request [ GH 439]
31+ * Deadlock when disconnecting dynamic session [ GH 524]
32+
33+
34+
135## 0.6.0 (August 14, 2017)
236
337FEATURES
You can’t perform that action at this time.
0 commit comments