Skip to content

Releases: b2broker/simplefix-go

v1.14.5

16 May 13:48
30e98ed
Compare
Choose a tag to compare

1.14.5 (2024-05-16)

🐞 Bug Fixes

  • made generator output consistent on every run (#42) (30e98ed)

v1.14.4

12 Oct 20:46
c7276d4
Compare
Choose a tag to compare

1.14.4 (2023-10-12)

🐞 Bug Fixes

  • fixed a bug with outgoing messages (#40) (c7276d4)

v1.14.3

18 May 11:18
4e86aae
Compare
Choose a tag to compare

1.14.3 (2023-05-18)

🐞 Bug Fixes

  • body length calculation (4e86aae)

v1.14.2

12 May 12:04
4b78986
Compare
Choose a tag to compare

1.14.2 (2023-05-12)

🐞 Bug Fixes

  • fixed bugs with resend and disconnect (#37) (4b78986)

v1.14.1

27 Apr 10:32
edcb302
Compare
Choose a tag to compare

1.14.1 (2023-04-27)

🐞 Bug Fixes

  • Initiator now stops properly on disconnects (f6ad38b)

v1.14.0

26 Apr 07:29
fe1ad04
Compare
Choose a tag to compare

1.14.0 (2023-04-26)

🎁 Feature

  • Simplefix can now send ResendRequest if an incoming logon message has an unexpected seqNum (2d0b73a)

v1.13.0

12 Apr 16:55
efde010
Compare
Choose a tag to compare

1.13.0 (2023-04-12)

🎁 Feature

  • Added new default fields and entities (2ba87b1)
  • Added msg type and number validation (2ba87b1)
  • Switched to StorageID (2ba87b1)

🐞 Bug Fixes

v1.12.0

19 Dec 07:49
5d60a8e
Compare
Choose a tag to compare

1.12.0 (2022-12-19)

🎁 Feature

  • cancel ctx on disconnect event (9d291ae)
  • change state on any incoming msg (49ccc94)
  • disconnect on missed heartbeat (1593809)

🐞 Bug Fixes

  • fix func signature (ea6e357)
  • stop handler on disconnect event (9b6f38d)

v1.11.1

23 Nov 12:02
676ffe8
Compare
Choose a tag to compare

1.11.1 (2022-11-23)

🐞 Bug Fixes

  • Acceptor can now break connection with a client (14577e0)

v1.11.0

13 Oct 11:53
13ce416
Compare
Choose a tag to compare

1.11.0 (2022-10-13)

🎁 Feature

  • Changed HandlerPool from map of maps to map of slices (for more predictable behaviour) + fixed testRequest/heartbeat timeouts + added batch sending for resends (0bf4f6c)