Releases: utxorpc/go-sdk
Releases · utxorpc/go-sdk
Release list
v0.0.4
What's Changed
- build: minimum Go is 1.25 now by @wolf31o2 in #193
- chore(deps): bump golang.org/x/net from 0.50.0 to 0.51.0 by @dependabot[bot] in #190
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.160.0 to 0.163.4 by @dependabot[bot] in #196
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.163.4 to 0.163.5 by @dependabot[bot] in #197
- chore(deps): bump golang.org/x/net from 0.52.0 to 0.53.0 by @dependabot[bot] in #198
- chore(deps): bump actions/github-script from 8 to 9 by @dependabot[bot] in #199
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.163.5 to 0.165.2 by @dependabot[bot] in #201
- chore(deps): bump connectrpc.com/connect from 1.19.1 to 1.19.2 by @dependabot[bot] in #200
- chore(deps): bump webiny/action-conventional-commits from 1.3.1 to 1.4.2 by @dependabot[bot] in #202
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.165.2 to 0.166.0 by @dependabot[bot] in #203
- ci: pin to sha for conventional commits workflow by @wolf31o2 in #204
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.166.0 to 0.166.1 by @dependabot[bot] in #206
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.151.0 to 0.152.2 by @dependabot[bot] in #184
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.152.2 to 0.153.1 by @dependabot[bot] in #186
- chore(deps): bump andrewslotin/go-proxy-pull-action from 1.3.0 to 1.4.0 by @dependabot[bot] in #187
- chore(deps): bump golang.org/x/net from 0.49.0 to 0.50.0 by @dependabot[bot] in #185
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.153.1 to 0.157.0 by @dependabot[bot] in #188
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.157.0 to 0.158.3 by @dependabot[bot] in #189
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.158.3 to 0.159.2 by @dependabot[bot] in #191
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.159.2 to 0.160.0 by @dependabot[bot] in #192
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.143.0 to 0.145.0 by @dependabot[bot] in #172
- chore(deps): bump golang.org/x/net from 0.47.0 to 0.48.0 by @dependabot[bot] in #174
- chore(deps): bump google.golang.org/protobuf from 1.36.10 to 1.36.11 by @dependabot[bot] in #173
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.145.0 to 0.146.0 by @dependabot[bot] in #175
- docs: initial README by @wolf31o2 in #176
- feat(query): Add ReadEraSummary/ReadGenesis examples to query sample by @arepala-uml in #177
- fix(cardano): prealloc decodedRefs to appease golangci-lint by @wolf31o2 in #180
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.146.0 to 0.147.0 by @dependabot[bot] in #179
- chore(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 by @dependabot[bot] in #178
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.148.0 to 0.151.0 by @dependabot[bot] in #182
- chore(deps): bump webiny/action-conventional-commits from 1.3.0 to 1.3.1 by @dependabot[bot] in #183
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- feat: initial utxorpc/sync support by @wolf31o2 in #3
- chore(deps): update go-codegen to 0.4.0 by @wolf31o2 in #5
- feat: func to retrieve client url by @wolf31o2 in #4
- chore(example): blockfetch from utxorpc/v1alpha/sync by @wolf31o2 in #6
- feat: build client by @wolf31o2 in #7
- feat: submit client by @wolf31o2 in #8
- feat: watch client by @wolf31o2 in #9
- ci: enable dependabot weekly updates by @wolf31o2 in #12
- fix(package): fix package path by @verbotenj in #13
- chore(deps): bump github.com/utxorpc/go-codegen from 0.4.0 to 0.4.4 by @dependabot[bot] in #16
- chore(deps): bump golang.org/x/net from 0.20.0 to 0.22.0 by @dependabot[bot] in #15
- chore(deps): bump connectrpc.com/connect from 1.14.0 to 1.16.0 by @dependabot[bot] in #17
- chore(deps): bump golang.org/x/net from 0.22.0 to 0.24.0 by @dependabot[bot] in #18
- feat: add chainTip example by @verbotenj in #14
- chore(deps): bump connectrpc.com/connect from 1.16.0 to 1.16.1 by @dependabot[bot] in #19
- feat: update to codegen v0.5.1 and remove chainTip by @wolf31o2 in #20
- chore: update license to apache 2.0 by @wolf31o2 in #22
- ci: create github actions workflows by @wolf31o2 in #21
- chore(deps): bump golangci/golangci-lint-action from 4 to 5 by @dependabot[bot] in #23
- chore(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 by @dependabot[bot] in #24
- chore(deps): bump golangci/golangci-lint-action from 5 to 6 by @dependabot[bot] in #25
- chore(deps): bump connectrpc.com/connect from 1.16.1 to 1.16.2 by @dependabot[bot] in #26
- chore(deps): bump golang.org/x/net from 0.25.0 to 0.26.0 by @dependabot[bot] in #27
- chore(deps): bump andrewslotin/go-proxy-pull-action from 1.1.0 to 1.2.0 by @dependabot[bot] in #28
- feat: add query/followTip example requests with refactor by @verbotenj in #29
- feat: add submit example with refactor of common functions by @verbotenj in #30
- feat: add query example requests by @verbotenj in #31
- fix: to stream and receive stream response by @verbotenj in #32
- chore(deps): bump utxorpc/go-codegen to 0.6.0 by @wolf31o2 in #35
- chore(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot[bot] in #33
- feat: update followTip to support specs by @verbotenj in #36
- feat: update readUtxos, searchUtxos by @verbotenj in #37
- chore(deps): bump utxorpc/go-codegen to 0.7.0 by @verbotenj in #38
- chore(deps): bump github.com/utxorpc/go-codegen from 0.7.0 to 0.8.0 by @dependabot[bot] in #39
- chore(deps): bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot[bot] in #40
- chore(deps): bump github.com/utxorpc/go-codegen from 0.8.0 to 0.9.0 by @dependabot[bot] in #41
- chore(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 by @dependabot[bot] in #43
- feat: headers getter for client by @wolf31o2 in #44
- fix(examples): pass full inputs to functions by @wolf31o2 in #45
- chore: bump version by @verbotenj in #47
- chore(deps): bump connectrpc.com/connect from 1.16.2 to 1.17.0 by @dependabot[bot] in #46
- chore(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot[bot] in #48
- chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 by @dependabot[bot] in #49
- chore(deps): bump github.com/utxorpc/go-codegen from 0.10.0 to 0.11.0 by @dependabot[bot] in #50
- feat: update client for TLS by @verbotenj in #51
- feat: Enhance readUtxos to support txHashStr in both hex and base64 f… by @verbotenj in #52
- chore(deps): bump golang.org/x/net from 0.30.0 to 0.31.0 by @dependabot[bot] in #53
- chore(deps): bump github.com/utxorpc/go-codegen from 0.11.0 to 0.12.0 by @dependabot[bot] in #54
- feat: enhance searchUtxos by address by @verbotenj in #55
- feat(submit): enhance submitTx and waitForTx requests by @verbotenj in #58
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.103.6 to 0.105.0 by @dependabot[bot] in #59
- chore(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot[bot] in #57
- chore(deps): update to utxorpc/go-codegen 0.13.0 by @wolf31o2 in #62
- chore(deps): bump github.com/utxorpc/go-codegen from 0.12.0 to 0.14.0 by @dependabot[bot] in #61
- chore(deps): bump golang.org/x/net from 0.31.0 to 0.32.0 by @dependabot[bot] in #60
- feat: enhance searchUtxos by address with assetPattern by @verbotenj in #65
- chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 by @dependabot[bot] in #68
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.105.1 to 0.105.2 by @dependabot[bot] in #67
- chore(deps): bump golang.org/x/net from 0.32.0 to 0.33.0 by @dependabot[bot] in #66
- chore(deps): bump github.com/utxorpc/go-codegen from 0.14.0 to 0.15.0 by @dependabot[bot] in #69
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.105.2 to 0.106.0 by @dependabot[bot] in #70
- chore(deps): bump google.golang.org/protobuf from 1.36.1 to 1.36.2 by @dependabot[bot] in #71
- chore(deps): bump connectrpc.com/connect from 1.17.0 to 1.18.1 by @dependabot[bot] in #74
- chore(deps): bump golang.org/x/net from 0.33.0 to 0.34.0 by @dependabot[bot] in #72
- ci: go 1.22 by @wolf31o2 in #75
- chore(deps): bump google.golang.org/protobuf from 1.36.2 to 1.36.3 by @dependabot[bot] in #76
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.106.0 to 0.108.0 by @dependabot[bot] in #77
- refactor: create client receiver funcs and helpers by @wolf31o2 in #78
- ci: run pull proxy action on main by @wolf31o2 in #79
- Revert "ci: run pull proxy action on main" by @wolf31o2 in #80
- chore(deps): bump github.com/utxorpc/go-codegen from 0.15.0 to 0.16.0 by @dependabot[bot] in #81
- build: use go 1.22.11 by @wolf31o2 in #84
- chore(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.4 by @dependabot[bot] in #83
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.108.0 to 0.108.2 by @dependabot[bot] in #85
- chore(deps): bump google.golang.org/protobuf from 1.36.4 to 1.36.5 by @dependabot[bot] in #86
- chore(deps): bump golang.org/x/net from 0.34.0 to 0.35.0 by @dependabot[bot] in #87
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.108.2 to 0.109.0 by @dependabot[bot] in #88
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.109.0 to 0.110.0 by @dependabot[bot] in #89
- chore(deps): bump andrewslotin/go-proxy-pull-action from 1.2.0 to 1.3.0 by @dependabot[bot] in #91
- build: go 1.23 by @wolf31o2 in #92
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.110.0 to 0.112.0 by @dependabot[bot] in #93
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.112.0 to 0.113.1 by @dependabot[bot] in #94
- chore(deps): bump golang.org/x/net from 0.35.0 to 0.37.0 by @dependabot[bot] in #95
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.113.1 to 0.114.1 by @dependabot[bot] in #97
- chore(deps): bump google.golang.org/protobuf from 1.36.5 ...