Skip to content

Commit 90abc7f

Browse files
author
Chris Busbey
committed
v0.6.0 changelog
1 parent 5e58323 commit 90abc7f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 0.6.0 (August 14, 2017)
2+
3+
FEATURES
4+
5+
* CheckLatency [GH 241, 266]
6+
* ResendRequestChunkSize [GH 243, 245]
7+
* EnableLastMsgSeqNumProcessed [GH 253, 256]
8+
9+
ENHANCEMENTS
10+
11+
* config.SocketTLSForTesting(bool) [GH 235]
12+
* API Interface Enhancements [GH 251, 252, 254, 255, 257, 258, 259]
13+
* Misc. Performance Optimizations [GH 260, 261, 263, 264, 265, 268, 270, 271, 272, 273, 274, 275]
14+
* TLS Configuration [GH 279, 280]
15+
* Use data dictionary for parsing fix messages [GH 281]
16+
17+
BUG FIXES
18+
19+
* Resend logon fix [GH 244]
20+
* PossDup messages with seqnum too low should not be sent to FromCallbacks [GH 246, 247]
21+
* Router should not reject admin messages or business rejects [GH 249, 250]
22+
* Fixes file log output for incoming, outgoing [GH 262]
23+
* message.String() returns rawMessage if set, builds otherwise [GH 269]
24+
* Use timestamp with time zone for postgres sql [GH 286]
25+
26+
127
## 0.5.0 (September 1, 2016)
228

329
FEATURES

0 commit comments

Comments
 (0)