Releases: blinklabs-io/cardano-node-api
Releases · blinklabs-io/cardano-node-api
v0.4.1
What's Changed
- ci: update to minimum go 1.22 by @wolf31o2 in #282
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.101.0 to 0.102.0 by @dependabot in #281
- build(deps): bump github.com/penglongli/gin-metrics from 0.1.10 to 0.1.12 by @dependabot in #283
- build(deps): bump github.com/blinklabs-io/adder from 0.24.3 to 0.25.0 by @dependabot in #284
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.102.0 to 0.103.1 by @dependabot in #285
- fix(utxorpc): correctly handle empty datum fields in ReadUtxos response by @verbotenj in #286
- fix(ReadParams): return protocol parameter values by @verbotenj in #287
- fix: error check getting tip by @wolf31o2 in #289
- build(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 by @dependabot in #293
- build(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot in #292
- build(deps): bump blinklabs-io/go from 1.23.2-1 to 1.23.3-1 by @dependabot in #290
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.103.2 to 0.103.6 by @dependabot in #294
- chore(deps): adder 0.25.1 by @wolf31o2 in #295
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- docs(openapi): remove scheme for dynamic support by @wolf31o2 in #245
- build(deps): bump golang.org/x/crypto from 0.26.0 to 0.27.0 by @dependabot in #246
- build(deps): bump blinklabs-io/go from 1.22.6-1 to 1.22.7-1 by @dependabot in #249
- build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot in #248
- docs(swagger): tag localtxsubmission endpoint by @wolf31o2 in #250
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.93.2 to 0.93.3 by @dependabot in #254
- build(deps): bump github.com/blinklabs-io/adder from 0.23.2 to 0.23.3 by @dependabot in #253
- build(deps): bump github.com/blinklabs-io/tx-submit-api from 0.17.4 to 0.17.5 by @dependabot in #252
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.93.3 to 0.94.3 by @dependabot in #255
- build(deps): bump connectrpc.com/connect from 1.16.2 to 1.17.0 by @dependabot in #256
- build(deps): bump github.com/blinklabs-io/adder from 0.23.3 to 0.23.4 by @dependabot in #257
- fix: string casting in DumpHistory & FetchBlock by @verbotenj in #260
- fix: followTip api call by @verbotenj in #259
- feat: update/modify for new version of utxorpc by @verbotenj in #258
- chore: fix golangci-lint issues by @verbotenj in #261
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.94.3 to 0.96.0 by @dependabot in #262
- build(deps): bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 by @dependabot in #263
- build(deps): bump blinklabs-io/go from 1.22.7-1 to 1.23.1-1 by @dependabot in #264
- build(deps): bump github.com/blinklabs-io/tx-submit-api from 0.17.5 to 0.18.0 by @dependabot in #266
- build(deps): bump golang.org/x/crypto from 0.27.0 to 0.28.0 by @dependabot in #267
- build(deps): bump blinklabs-io/go from 1.23.1-1 to 1.23.2-1 by @dependabot in #270
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.96.0 to 0.98.0 by @dependabot in #268
- build(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot in #269
- build(deps): bump github.com/blinklabs-io/tx-submit-api from 0.18.0 to 0.19.0 by @dependabot in #271
- build(deps): bump github.com/utxorpc/go-codegen from 0.10.0 to 0.11.0 by @dependabot in #272
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.98.0 to 0.100.0 by @dependabot in #275
- build(deps): bump github.com/blinklabs-io/adder from 0.23.4 to 0.24.2 by @dependabot in #276
- build(deps): bump github.com/swaggo/swag from 1.16.3 to 1.16.4 by @dependabot in #278
- chore(deps): update blinklabs-io/adder to v0.24.3 by @agaffney in #279
- fix(utorpc): pass mux handler by @verbotenj in #280
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- docs: remove host from swagger spec by @wolf31o2 in #236
- chore: update codeowners for teams by @wolf31o2 in #237
- feat: listen with tls when configured by @wolf31o2 in #239
- feat: grpcreflect and grpchealth handlers by @wolf31o2 in #240
- build(deps): bump github.com/blinklabs-io/adder from 0.23.1 to 0.23.2 by @dependabot in #238
- docs(readme): tls configuration variables by @wolf31o2 in #241
- chore: make format swagger golines by @wolf31o2 in #242
- fix: grpchealth and grpcreflect take multiple name arguments by @wolf31o2 in #243
- chore: move start logs to api and utxorpc by @wolf31o2 in #244
Full Changelog: v0.2.4...v0.3.0
v0.2.4
What's Changed
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.92.1 to 0.93.0 by @dependabot in #234
- chore(deps): update blinklabs-io/gouroboros to v0.93.2 by @agaffney in #235
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- build(deps): bump golang.org/x/crypto from 0.25.0 to 0.26.0 by @dependabot in #223
- build(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in #225
- build(deps): bump github.com/blinklabs-io/adder from 0.22.3 to 0.23.0 by @dependabot in #224
- build(deps): bump blinklabs-io/go from 1.21.12-1 to 1.21.13-1 by @dependabot in #222
- build(deps): bump github.com/blinklabs-io/tx-submit-api from 0.17.3 to 0.17.4 by @dependabot in #226
- build(deps): bump github.com/utxorpc/go-codegen from 0.8.0 to 0.9.0 by @dependabot in #229
- build(deps): bump blinklabs-io/go from 1.21.13-1 to 1.22.6-1 by @dependabot in #230
- build(deps): bump github.com/gin-contrib/zap from 1.1.3 to 1.1.4 by @dependabot in #228
- chore(deps): update to gouroboros 0.92.1 and adder 0.23.1 by @wolf31o2 in #232
- ci: use go 1.22 for tests and builds by @wolf31o2 in #233
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- chore(deps): gouroboros 0.91.0 and utxorpc/go-codegen 0.8.0 by @wolf31o2 in #219
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.91.0 to 0.91.1 by @dependabot in #220
- build(deps): bump github.com/blinklabs-io/adder from 0.22.2 to 0.22.3 by @dependabot in #221
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.89.1 to 0.90.0 by @dependabot in #212
- build(deps): bump github.com/utxorpc/go-codegen from 0.6.0 to 0.7.0 by @dependabot in #211
- build(deps): bump blinklabs-io/go from 1.21.11-1 to 1.21.12-1 by @dependabot in #215
- build(deps): bump github.com/blinklabs-io/tx-submit-api from 0.17.2 to 0.17.3 by @dependabot in #217
- build(deps): bump github.com/blinklabs-io/adder from 0.22.1 to 0.22.2 by @dependabot in #218
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- build(deps): bump andrewslotin/go-proxy-pull-action from 1.1.0 to 1.2.0 by @dependabot in #201
- build(deps): bump docker/build-push-action from 5 to 6 by @dependabot in #200
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.88.0 to 0.89.0 by @dependabot in #199
- feat: openapi client by @wolf31o2 in #203
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.89.0 to 0.89.1 by @dependabot in #202
- build(deps): bump golang.org/x/crypto from 0.24.0 to 0.25.0 by @dependabot in #204
- build(deps): bump github.com/blinklabs-io/tx-submit-api from 0.17.1 to 0.17.2 by @dependabot in #206
- chore(deps): bump utxorpc/go-codegen to 0.6.0 by @verbotenj in #207
- build(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in #205
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- build(deps): bump github.com/gorilla/websocket from 1.5.1 to 1.5.2 by @dependabot in #190
- build(deps): bump golang.org/x/crypto from 0.23.0 to 0.24.0 by @dependabot in #192
- build(deps): bump github.com/blinklabs-io/tx-submit-api from 0.17.0 to 0.17.1 by @dependabot in #191
- build(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot in #193
- fix(openapi): add missing txmonitor hastx path param by @wolf31o2 in #194
- build(deps): bump github.com/gorilla/websocket from 1.5.2 to 1.5.3 by @dependabot in #196
- build(deps): bump github.com/blinklabs-io/adder from 0.22.0 to 0.22.1 by @dependabot in #197
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.86.0 to 0.88.0 by @dependabot in #198
- build(deps): bump blinklabs-io/go from 1.21.10-1 to 1.21.11-1 by @dependabot in #195
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- docs: comment binaries from usage by @wolf31o2 in #186
- build(deps): bump github.com/blinklabs-io/gouroboros from 0.85.0 to 0.86.0 by @dependabot in #187
- build(deps): bump github.com/blinklabs-io/adder from 0.21.0 to 0.22.0 by @dependabot in #188
- ci: replace release workflow (sed from adder) by @wolf31o2 in #189
Full Changelog: v0.1.0...v0.1.1