Skip to content

Commit 3f0c754

Browse files
author
Chris Busbey
committed
pending release notes for v0.5.0
1 parent 4f9ad00 commit 3f0c754

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
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+
142
## 0.4.0 (August 1, 2016)
243

344
FEATURES

0 commit comments

Comments
 (0)