Skip to content

Releases: ava-labs/icm-services

v1.3.3-rc.0

05 Jun 14:45
e249166
Compare
Choose a tag to compare
v1.3.3-rc.0 Pre-release
Pre-release

Changelog

v1.3.2

04 Jun 21:13
b3c24b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

31 May 21:03
8109650
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

14 May 15:03
38a33ad
Compare
Choose a tag to compare

What's Changed

Backwards incompatible changes

  • destination-blockchain.rpc-endpoint changed from string type to APIConfig type
  • source-blockchain.rpc-endpoint and source-blockchain.ws-endpoint changed from string type to APIConfig type

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

01 May 18:50
c74441a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Apr 20:36
366a137
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.1.0

03 Apr 21:12
7fffe7a
Compare
Choose a tag to compare

What's Changed

Breaking configuration changes

  • SourceBlockchains.SupportedDestinations changed from []string to
type SupportedDestination struct {
	BlockchainID string   `json:"blockchain-id"`
	Addresses    []string `json:"addresses"`
}

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

05 Mar 22:27
e06cb90
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.13...v1.0.0

v0.2.13

20 Feb 22:15
bdf7343
Compare
Choose a tag to compare

Changelog

  • bdf7343 Merge pull request #188 from ava-labs/update-release-dockerfile
  • eeeea4b remove unused dockerfile
  • b40d3a3 use golang layer

What's Changed

Full Changelog: v0.2.12...v0.2.13

v0.2.12

14 Feb 17:39
d221fd7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.11...v0.2.12