Skip to content

v0.9.5

Compare
Choose a tag to compare
@ackleymi ackleymi released this 14 Aug 17:58
· 26 commits to main since this release
8a53aa9

0.9.5 (August 14, 2024)

ENHANCEMENTS

  • Introduce message iterator to avoid loading all messages into memory at once upon resend request #659
  • Only lock fieldmap once during message parsing #658
  • Optimize tag value parsing #657
  • Use bytes.Count to count the number of message fields #655
  • Port config documentation into proper go doc format #649
  • Support TLS configuration as raw bytes #647

BUG FIXES

  • Use the Go generated file convention #660
  • Fix stuck call to Dial when calling Stop on the Initiator #654
  • Do not increment NextTargetMsgSeqNum for out of sequence Logout and Test Requests #645