Releases: gnolang/tx-indexer
Releases · gnolang/tx-indexer
v1.0.2
What's Changed
- fix: cosign v3 blob signing compatibility by @ajnavarro in #225
Full Changelog: v1.0.1...v1.0.2
v1.0.0
What's Changed
- Upgrade Go version on CI workflows. by @ajnavarro in #211
- chore(deps): bump the actions group with 5 updates by @dependabot[bot] in #210
- Upgrade Go to 1.24 by @ajnavarro in #215
- chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.45.0 by @dependabot[bot] in #212
- chore(deps): bump github.com/go-chi/chi/v5 from 5.2.1 to 5.2.2 by @dependabot[bot] in #214
- chore(deps): bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.4.0 by @dependabot[bot] in #213
- chore: Update dependencies and execute go generate by @ajnavarro in #222
- fix: update goreleaser config for cosign v2 by @ajnavarro in #223
Full Changelog: v0.8.0...v1.0.0
v0.8.0
What's Changed
- Upgrade to latest Gno master version. by @ajnavarro in #205
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Feat: handle new Events from a tx's response by @D4ryl00 in #194
- feat: Deprecate old query and subscription methods by @ajnavarro in #195
Full Changelog: v0.6.2...v0.7.0
v0.6.2
v0.6.1
v0.6.0
What's Changed
- chore(deps): bump anchore/sbom-action from 0.18.0 to 0.20.0 by @dependabot[bot] in #162
- chore(deps): bump sigstore/cosign-installer from 3.8.1 to 3.8.2 by @dependabot[bot] in #155
- chore(deps): bump golang.org/x/sync from 0.10.0 to 0.14.0 by @dependabot[bot] in #161
- chore(deps): bump github.com/cockroachdb/pebble from 1.1.4 to 1.1.5 by @dependabot[bot] in #151
- chore(deps): bump github.com/go-chi/httprate from 0.14.1 to 0.15.0 by @dependabot[bot] in #147
- feat(readme): upgrade GraphQL + updated outdated/missing informations by @Davphla in #181
- feat: Update gno to commit 95d5f5e743c9 by @ajnavarro in #177
- chore(deps): bump golang.org/x/sync from 0.14.0 to 0.16.0 by @dependabot[bot] in #176
- chore(deps): bump the actions group with 3 updates by @dependabot[bot] in #183
- Fix an off-by-one on upper bounds when iterating data. by @ajnavarro in #185
New Contributors
- @Davphla made their first contribution in #181
Full Changelog: v0.5.4...v0.6.0
v0.5.4
What's Changed
- feat: Add ordering on new filtered methods. by @ajnavarro in #106
- feat: Add a flag to disable GraphQL introspection if needed. by @ajnavarro in #140
- Fix: get correctly unfiltered transactions by @ajnavarro in #149
- chore(deps): bump github.com/cockroachdb/pebble from 1.1.2 to 1.1.3 by @dependabot in #129
- chore(deps): bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.0 by @dependabot in #123
- chore(deps): bump anchore/sbom-action from 0.17.8 to 0.18.0 by @dependabot in #131
- chore(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 by @dependabot in #122
- chore(deps): bump github.com/cockroachdb/pebble from 1.1.3 to 1.1.4 by @dependabot in #133
- chore(deps): bump sigstore/cosign-installer from 3.7.0 to 3.8.1 by @dependabot in #139
- chore(deps): bump github.com/go-chi/chi/v5 from 5.2.0 to 5.2.1 by @dependabot in #137
Full Changelog: v0.5.3...v0.5.4
v0.5.3
Changelog
- efb792b chore(deps): bump anchore/sbom-action from 0.17.2 to 0.17.7 (#110)
- 68f2f7c chore(deps): bump anchore/sbom-action from 0.17.7 to 0.17.8 (#117)
- c9eddb2 chore(deps): bump github.com/99designs/gqlgen from 0.17.54 to 0.17.56 (#113)
- 651f69f chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#118)
- 2036431 chore(deps): bump github.com/vektah/gqlparser/v2 from 2.5.17 to 2.5.19 (#112)
- aceadf4 chore(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 (#115)
- c31ad66 chore(deps): bump sigstore/cosign-installer from 3.6.0 to 3.7.0 (#98)
- eefbbc0 chore: Call go generate after lib update. (#114)
- 83ec06d chore: Update codeowners to only ping to @ajnavarro and @zivkovicmilos (#108)
- 652dcd5 feat: add gas price RPC methods (#120)
- 5701299 feat: upgrade gno (#111)
Container Images
https://ghcr.io/gnolang/tx-indexer:v0.5.3
For example:
docker pull ghcr.io/gnolang/tx-indexer:v0.5.3
v0.5.2
What's Changed
- fix: Update gqlfiltergen to fix union types when pointers by @ajnavarro in #97
- Fix: Proper handling of iterator ranges by @ajnavarro in #100
- docs: Improve default examples. by @ajnavarro in #101
Full Changelog: v0.5.1...v0.5.2