|
| 1 | +## 0.4.0 (August 1, 2016) |
| 2 | + |
| 3 | +FEATURES |
| 4 | + |
| 5 | +* ReconnectInterval Initiator Configuration [GH 66, 161] |
| 6 | + |
| 7 | +ENHANCEMENTS |
| 8 | + |
| 9 | +* Generate Getters for messages [GH 118] |
| 10 | +* Drop generate-* apps into cmd/ [GH 125, 150] |
| 11 | +* Misc field type refactoring [GH 145] |
| 12 | +* Cmd gen [GH 146, 147] |
| 13 | +* refactoring enum generation [GH 148] |
| 14 | +* pipelining generation [GH 149] |
| 15 | +* Sending a message to an unlogged-in session, results an error [GH 173, 182] |
| 16 | +* adds event logging related to session events [GH 175] |
| 17 | +* Error handling around session code enhancement [GH 176] |
| 18 | +* refactoring of session code [GH 183] |
| 19 | +* Gen header beginstring [GH 184] |
| 20 | + |
| 21 | +BUG FIXES |
| 22 | + |
| 23 | +* Do not incr target seq num when seq num too high [GH 151] |
| 24 | +* can't parse securitylist message [GH 153, 155] |
| 25 | +* Concurrent map operations on Acceptor.Stop() [GH 156] |
| 26 | +* Return requiredConfigurationMissing when "FileStorePath" not found [GH 157] |
| 27 | +* Checks around HeartBtInt configuration [GH 158] |
| 28 | +* Removed complexity around closing Initiator sessions [GH 159] |
| 29 | +* Proper FIX logout sequence [GH 160] |
| 30 | +* Session logic doesn't account for a failure when calling messageStore methods (e.g. persisting a message) [GH 162] |
| 31 | +* Session event loop [GH 164] |
| 32 | +* Session event loop follow up [GH 165] |
| 33 | +* Handle OnLogon/Logout callbacks in user space [GH 167] |
| 34 | +* Session deadlocks if both initiator and acceptor enter the resend state [GH 169, 179] |
| 35 | +* Initiator.Stop() does not wait for Acceptor's logout response, causing a resend on next logon [GH 170, 172] |
| 36 | +* Reset peer timer after logon [GH 171] |
| 37 | +* Ensure OnLogon is called even if seq num too high [GH 174] |
| 38 | +* increment target seq num on logout [GH 177] |
| 39 | +* fixes bogus resend logic [GH 178] |
| 40 | +* Session forgets it is in resend state [GH 180, 181] |
| 41 | +* fixes donotsend logic [GH 185] |
| 42 | + |
1 | 43 | ## 0.3.0 (June 3, 2016)
|
2 | 44 |
|
3 | 45 | FEATURES
|
|
0 commit comments