Skip to content

v0.7.0

Compare
Choose a tag to compare
@ackleymi ackleymi released this 04 Jan 05:44
· 239 commits to main since this release

0.7.0 (January 3, 2023)

FEATURES

ENHANCEMENTS

  • Add SocketUseSSL parameter to allow SSL/TLS without client certs GH 311
  • Support for RejectInvalidMessage configuration GH 336
  • Add deep copy for Messages GH 338
  • Add Go Module support GH 340
  • Support timeout on ssl connection GH 347, 349
  • Dynamic Sessions GH 521
  • Upgrade Mongo Driver to support transactions GH 527

BUG FIXES

  • header and trailer templates use rootpath GH 302
  • Initiator stop panic if stop chan's already closed GH 359
  • Connection closed when inbound logon has a too-low sequence number GH 369
  • TLS server name config GH 384
  • Fix concurrent map write GH 436
  • Race condition during bilateral initial resend request GH 439
  • Deadlock when disconnecting dynamic session GH 524
  • Align session's ticker with round second GH 533
  • Seqnum persist and increment fix GH 528