|
| 1 | +## 0.5.0 (Unreleased) |
| 2 | + |
| 3 | +FEATURES |
| 4 | + |
| 5 | +* Session Scheduling [GH 31, 195, 196, 197, 198, 200, 201, 202, 203, 204, 205, 211, 212, 218, 220] |
| 6 | +* TimeZone configuration [GH 206] |
| 7 | +* StartDay, EndDay for week long sessions [GH 207] |
| 8 | +* Support for connection over SSL [GH 63, 193] |
| 9 | +* SocketConnectHost/Port<n> [GH 65, 217] |
| 10 | +* ResetOnLogout Configuration enhancement [GH 67, 192] |
| 11 | +* SocketAcceptAddress, ipv6 support [GH 83, 215] |
| 12 | +* RefreshOnLogon [GH 214] |
| 13 | + |
| 14 | +ENHANCEMENTS |
| 15 | + |
| 16 | +* Reject Logon Support [GH 57, 225] |
| 17 | +* FIX Decimal [GH 114, 223, 224, 227, 228] |
| 18 | +* test refactoring, leveraging testify mock assertions [GH 186] |
| 19 | +* KISS on registry, session management [GH 208] |
| 20 | +* moving and renaming test jigs [GH 210] |
| 21 | +* Config Enhancements [GH 216] |
| 22 | +* travis uses go 1.7 [GH 219] |
| 23 | +* adds 'generated.go' suffix to generated source [GH 221] |
| 24 | +* vendored deps GH [GH 222, 226] |
| 25 | +* renames SQLStore config settings [GH 229] |
| 26 | +* Add FieldMap.{SetInt, SetString} [GH 236] |
| 27 | + |
| 28 | + |
| 29 | +BUG FIXES |
| 30 | + |
| 31 | +* DefaultApplVerID Configuration not translating enum names [GH 89, 213] |
| 32 | +* Dropped issues in logout state [GH 187, 188] |
| 33 | +* correctly increments in target seq num on logout for in session state [GH 189] |
| 34 | +* SendToTarget should return an error if toApp returns DoNotSend [GH 190, 191] |
| 35 | +* Logon fix [GH 194] |
| 36 | +* onlogout calls depend on session state [GH 199] |
| 37 | +* fixes bug in resend state where resend response is processed incomplete [GH 230] |
| 38 | +* fixes logic around logon message with sequence number too high [GH 231] |
| 39 | +* SequenceReset, Resent Messages not hitting ToAdmin/ToApp [GH 232, 233] |
| 40 | + |
| 41 | + |
1 | 42 | ## 0.4.0 (August 1, 2016) |
2 | 43 |
|
3 | 44 | FEATURES |
|
0 commit comments