Releases: ava-labs/icm-services
Releases · ava-labs/icm-services
v1.4.0-rc.0
What's Changed
- Only require key to create signer by @geoff-vball in #332
- Add signature collection logs by @cam-schultz in #330
- Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by @dependabot in #334
- Bump github.com/aws/aws-sdk-go-v2 from 1.27.0 to 1.30.0 by @dependabot in #343
- Add architecture and sequence diagrams by @cam-schultz in #328
- Warp API support by @cam-schultz in #345
Full Changelog: v1.3.3...v1.4.0-rc.0
v1.3.3
What's Changed
- Log nonce usage by @cam-schultz in #320
- Panic during tests if relayer exits abnormally by @geoff-vball in #312
- Bump goreleaser/goreleaser-action from 5 to 6 by @dependabot in #318
- Retry fetch logs by @cam-schultz in #317
- Bump Golang and Ubuntu by @michaelkaplan13 in #325
- Check receipt of sent transaction by @cam-schultz in #323
- Config split by @najeal in #302
Full Changelog: v1.3.2...v1.3.3
v1.3.3-rc.0
v1.3.2
What's Changed
- Refactor application relayers by @geoff-vball in #309
- downgrade processing block log by @cam-schultz in #316
- Process messages concurrently by @cam-schultz in #288
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- DB Manager by @cam-schultz in #263
- config: fix error message by @najeal in #291
- Version flag by @najeal in #287
- Help option + fix unit test by @cam-schultz in #294
- Bump github.com/onsi/ginkgo/v2 from 2.17.3 to 2.18.0 by @dependabot in #295
- Bump github.com/onsi/ginkgo/v2 from 2.18.0 to 2.19.0 by @dependabot in #303
- Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.31.0 to 1.32.1 by @dependabot in #300
- update relayer gas estimate by @minghinmatthewlam in #310
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Key warning readme by @cam-schultz in #274
- Rpc options by @najeal in #278
- Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.3 by @dependabot in #280
- Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 by @dependabot in #271
- Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in #283
- Update go by @geoff-vball in #285
- Tag docker release as latest by @cam-schultz in #286
- Eth Client: Use http-headers and query-parameters by @najeal in #279
Backwards incompatible changes
destination-blockchain.rpc-endpoint
changed fromstring
type toAPIConfig
typesource-blockchain.rpc-endpoint
andsource-blockchain.ws-endpoint
changed fromstring
type toAPIConfig
type
New Contributors
Full Changelog: v1.2.1...v1.3.0
v1.2.1
v1.2.0
What's Changed
- Bump golang.org/x/sync from 0.6.0 to 0.7.0 by @dependabot in #258
- Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 by @dependabot in #238
- Snyk upload fix by @michaelkaplan13 in #260
- Bump github.com/aws/aws-sdk-go-v2/service/kms from 1.30.0 to 1.31.0 by @dependabot in #261
- Rename relayer types by @cam-schultz in #262
- docs: update README by @Al3xGROS in #259
- Bump golang.org/x/net from 0.20.0 to 0.23.0 by @dependabot in #265
- Bump github.com/onsi/gomega from 1.32.0 to 1.33.0 by @dependabot in #264
- Pchain/Info API query params by @minghinmatthewlam in #268
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Fix docs lint errors by @martineckardt in #220
- formating readme for docs by @meaghanfitzgerald in #222
- Add p2p requirements by @cam-schultz in #227
- Workaround: Ensure all preocompile modules are registered by @wh00hw in #229
- Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #232
- Update documentation by @geoff-vball in #223
- Validate peers on startup by @cam-schultz in #231
- Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.0 by @dependabot in #239
- Support shared DB access by @cam-schultz in #243
- Source and Destination allowed addresses by @cam-schultz in #245
- KMS integration by @cam-schultz in #249
- Redis support by @cam-schultz in #252
- Bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1 by @dependabot in #246
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
What's Changed
- Bump go.uber.org/zap from 1.26.0 to 1.27.0 by @dependabot in #189
- Add installation instructions by @cam-schultz in #197
- Update subnet evm by @geoff-vball in #198
- Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 by @dependabot in #202
- Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #204
- fix: correct supported-destinations option description by @Nuttymoon in #210
- Rename subnet -> blockchain in Config by @cam-schultz in #212
- Cleanup config by @cam-schultz in #206
- add api node to network if it is a validator by @felipemadero in #211
- Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 by @dependabot in #216
- Update README.md by @ashucoder9 in #215
- Add readme one-liner by @cam-schultz in #214
- Check connected peer weight by @cam-schultz in #213
- Simplify options for process-historical-blocks by @geoff-vball in #218
- Add devcontainer config and sample relayer config by @martineckardt in #200
- Integrate Teleporter v1.0.0 by @cam-schultz in #219
New Contributors
- @Nuttymoon made their first contribution in #210
- @felipemadero made their first contribution in #211
- @ashucoder9 made their first contribution in #215
- @martineckardt made their first contribution in #200
Full Changelog: v0.2.13...v1.0.0