Skip to content

Releases: cryptogarageinc/quickfix-go

Release v1.2.0

10 Apr 00:30
90b9697
Compare
Choose a tag to compare

What's Changed

  • feat: update testify in #56
  • chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #57
  • feat: merge quickfixgo 20220626 in #58
  • chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #59
  • fix: lint for ioutil in #61
  • chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.10 to 1.14.15 by @dependabot in #60
  • fix: test update in #64
  • chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #62
  • chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.15 to 1.14.16 by @dependabot in #63
  • fix: session.stop from quickfixgo/quickfix pr 531 in #65
  • chore(deps): bump golang.org/x/net from 0.0.0-20210614182718-04defd469f4e to 0.7.0 by @dependabot in #66
  • chore(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #67
  • chore(deps): bump golang.org/x/net from 0.7.0 to 0.8.0 by @dependabot in #68
  • feat: merge upstream 20230408 in #70
    • feat: merge from quickfixgo
    • feat: merge from alpacahq
    • fix: send notifyLogonEvent channel
    • feat: update go modules and tools
    • feat: use goimports

Full Changelog: v1.1.0...v1.2.0

Release v1.1.0

17 Jun 05:34
74939a4
Compare
Choose a tag to compare

What's Changed

  • feat: add log interface in #54
    • note: change custom log interface

Full Changelog: v1.0.15...v1.1.0

Release v1.0.15

15 Jun 09:19
70f1340
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 in #52
  • feat: add receive error log on acceptor in #53

Full Changelog: v1.0.14...v1.0.15

Release v1.0.14

17 May 00:42
a3bc5ac
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.9 to 1.14.10 by @dependabot in #46
  • chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #48
  • test: support go 1.18 in #49
  • feat: update from upstream in #50
    • quickfixgo
      • Make use of SocketCAFile config
    • alpacahq
      • delete tag from fix
  • fix: timer reset in #51
    • fix session timer
    • add logging for changing status and timeout
    • add golangci-lint for local

Full Changelog: v1.0.13...v1.0.14

Release v1.0.13

28 Oct 13:03
10fe123
Compare
Choose a tag to compare

Changes in this Release:

  • fix: force stop on dynamic session disconnected

Release v1.0.12

28 Sep 12:38
9d9daf4
Compare
Choose a tag to compare

Changes in this Release:

  • fix: timer.Stop
  • fix: add required check from skip fields
    • v1.0.10 ~ v1.0.11 の不備修正

Release v1.0.11

22 Sep 02:55
630a419
Compare
Choose a tag to compare

Changes in this Release:

  • fix: read repeating group
  • refactor: repeating group validate

Release v1.0.10

21 Sep 11:34
5739b2e
Compare
Choose a tag to compare

Changes in this Release:

  • fix: modify group validate

Release v1.0.9

25 Aug 05:07
834dcac
Compare
Choose a tag to compare

Changes in this Release:

  • feat: add StoreMessageToSession ( #35 )
  • feat: merge form quickfixgo
    • 454: Expose Validator as a publicly accessible interface
    • 455: add configuration HeartBtIntOverride

Release v1.0.8

11 Aug 00:49
a92b014
Compare
Choose a tag to compare

Changes in this Release:

  • feat: keep stopped session #33
    • feat: add DynamicStoppedSessionKeepTime configuration
    • feat: Keep stopped session.
    • feat: Add SendToSession API
    • fix: store closed check