Skip to content

Releases: skip-mev/connect

v2.2.1

25 Nov 22:00
7a115b1
Compare
Choose a tag to compare
v2.2.1 Pre-release
Pre-release

Connect v2.2.1 contains proto-breaking changes to MsgRemoveMarkets that allows for easier removal of markets. This change is not compatible with chains that have been running on an older v2 family release of Connect. Chains that are currently deployed on a retracted version of Connect v2 should NOT upgrade to v2.2.1+ and may continue running as they are.

What's Changed

  • fix: remove unnecessary block from websocket subtask creator by @technicallyty in #809
  • chore(deps): bump github.com/cometbft/cometbft from 0.38.12 to 0.38.13 by @dependabot in #808
  • chore(deps): bump github.com/cometbft/cometbft from 0.38.13 to 0.38.15 by @dependabot in #811
  • chore(deps): bump cosmossdk.io/depinject from 1.0.0 to 1.1.0 by @dependabot in #814
  • chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #815
  • chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #816
  • chore: update go version in mdx file and lint.yml by @zrbecker in #817
  • chore(deps): bump cosmossdk.io/log from 1.4.1 to 1.5.0 by @dependabot in #818
  • chore(deps): bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.0 by @dependabot in #819
  • chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #822
  • chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #825
  • docs: dydx v7 by @aljo242 in #836
  • chore(deps): bump the go_modules group across 3 directories with 1 update by @dependabot in #833
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #837
  • feat: Allow market authority to remove disabled markets by @chenyaoy in #838
  • chore: retract all previous v2* by @aljo242 in #839
  • chore: retract comment by @aljo242 in #840
  • fix: broken linux 386 build by @aljo242 in #841

Full Changelog: v2.1.2...v2.2.1

v2.2.0

25 Nov 21:23
a2ddafd
Compare
Choose a tag to compare
v2.2.0 Pre-release
Pre-release

Connect v2.2.0 contains proto-breaking changes to MsgRemoveMarkets that allows for easier removal of markets. This change is not compatible with chains that have been running on an older v2 family release of Connect. Chains that are currently deployed on a retracted version of Connect v2 should NOT upgrade to v2.2.0+ and may continue running as they are.

What's Changed

  • fix: remove unnecessary block from websocket subtask creator by @technicallyty in #809
  • chore(deps): bump github.com/cometbft/cometbft from 0.38.12 to 0.38.13 by @dependabot in #808
  • chore(deps): bump github.com/cometbft/cometbft from 0.38.13 to 0.38.15 by @dependabot in #811
  • chore(deps): bump cosmossdk.io/depinject from 1.0.0 to 1.1.0 by @dependabot in #814
  • chore(deps): bump google.golang.org/grpc from 1.67.1 to 1.68.0 by @dependabot in #815
  • chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 by @dependabot in #816
  • chore: update go version in mdx file and lint.yml by @zrbecker in #817
  • chore(deps): bump cosmossdk.io/log from 1.4.1 to 1.5.0 by @dependabot in #818
  • chore(deps): bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.0 by @dependabot in #819
  • chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #822
  • chore(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #825
  • docs: dydx v7 by @aljo242 in #836
  • chore(deps): bump the go_modules group across 3 directories with 1 update by @dependabot in #833
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #837
  • feat: Allow market authority to remove disabled markets by @chenyaoy in #838
  • chore: retract all previous v2* by @aljo242 in #839
  • chore: retract comment by @aljo242 in #840

New Contributors

Full Changelog: v2.1.2...v2.2.0

v1.0.13

14 Nov 21:41
71b9c8f
Compare
Choose a tag to compare
v1.0.13 Pre-release
Pre-release

This release includes key bug fixes and performance improvements for providers.

What's Changed

Full Changelog: v1.0.12...v1.0.13

v2.1.2

29 Oct 17:31
7355199
Compare
Choose a tag to compare

Changelog

v2.1.1

11 Oct 14:38
2eeeef7
Compare
Choose a tag to compare
v2.1.1 Pre-release
Pre-release

This is a patch update to our v2.1.* version family. Updates include:

  • dependency bumps
  • docs fixes
  • A bug fix in e2e testing

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

01 Oct 17:26
0cb1996
Compare
Choose a tag to compare

This release is a minor update to our v2 family of Connect.

New key features include:

  • MsgRemoveMarkets in x/marketmap for removing markets via the module Admin.

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

19 Sep 18:04
1508062
Compare
Choose a tag to compare

This release is a minor update in our v2 family.

What's Changed

  • chore: stop building slinky by @aljo242 in #755
  • fix: error handling for invalid gRPC endpoints by @technicallyty in #757
  • feat: check if normalize markets are enabled in marketmap by @aljo242 in #754
  • refactor: change env config variable from slinky_config -> connect_config by @technicallyty in #756
  • chore: update ICS by @aljo242 in #759
  • chore: final slinky -> connect renames by @aljo242 in #760
  • feat: add check forex markets to constants for checking by @aljo242 in #743
  • docs: fix dead link for oracle config by @aljo242 in #763
  • chore(deps): bump github.com/ethereum/go-ethereum from 1.14.8 to 1.14.9 by @dependabot in #762

Full Changelog: v2.0.0...v2.0.1

v2.0.0

17 Sep 21:00
37ef017
Compare
Choose a tag to compare

This release finalizes our migration from slinky to connect and is therefore a breaking major release. APIs and types are modified in this release.

Additional changes to note are:

  • sidecar telemetry
  • repo cleanup by removing old, no longer maintained modules
  • improved documentation
  • improved logging

What's Changed

New Contributors

Full Changelog: v1.0.12...v2.0.0

v1.0.12

12 Sep 19:24
ef03f40
Compare
Choose a tag to compare

Changelog

v1.0.11

11 Sep 16:19
00703fa
Compare
Choose a tag to compare

Changelog