Releases: blinklabs-io/cdnsd
Releases · blinklabs-io/cdnsd
v0.21.0
What's Changed
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.113.1 to 0.114.1 by @dependabot in #317
- chore(deps): bump github.com/miekg/dns from 1.1.63 to 1.1.64 by @dependabot in #316
- chore(golangci-lint): migrate configuration to v2 by @wolf31o2 in #321
- feat: support for decoding Handshake block data by @agaffney in #322
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.114.1 to 0.115.2 by @dependabot in #320
- chore(deps): bump github.com/blinklabs-io/adder from 0.26.0 to 0.27.0 by @dependabot in #319
- chore(deps): bump blinklabs-io/go from 1.24.1-1 to 1.24.2-1 by @dependabot in #323
- chore(deps): bump github.com/dgraph-io/badger/v4 from 4.6.0 to 4.7.0 by @dependabot in #325
- feat: support for decoding Handshake domain record data by @agaffney in #327
- chore(deps): bump github.com/miekg/dns from 1.1.64 to 1.1.65 by @dependabot in #326
- chore(deps): gouroboros 0.116.0 and adder 0.28.0 by @wolf31o2 in #328
- chore: make format golines by @wolf31o2 in #329
- chore(deps): bump github.com/blinklabs-io/cardano-models from 0.5.0 to 0.5.1 by @dependabot in #330
- chore(deps): bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0 by @dependabot in #331
- feat: generate Handshake TX hash by @agaffney in #332
- test: verify TX hashes match expected values by @agaffney in #333
- feat: Handshake SPV support by @agaffney in #335
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.116.0 to 0.117.0 by @dependabot in #334
- chore: make format golines by @wolf31o2 in #336
Full Changelog: v0.20.1...v0.21.0
v0.20.1
What's Changed
- chore(deps): bump blinklabs-io/go from 1.23.4-1 to 1.23.5-1 by @dependabot in #274
- chore(deps): bump github.com/blinklabs-io/adder from 0.25.2 to 0.25.4 by @dependabot in #272
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.107.1 to 0.108.0 by @dependabot in #273
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.108.0 to 0.108.1 by @dependabot in #276
- chore(deps): bump github.com/miekg/dns from 1.1.62 to 1.1.63 by @dependabot in #275
- chore(deps): bump github.com/dgraph-io/badger/v4 from 4.5.0 to 4.5.1 by @dependabot in #277
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.108.1 to 0.108.2 by @dependabot in #278
- chore(deps): bump github.com/blinklabs-io/adder from 0.25.4 to 0.26.0 by @dependabot in #279
- ci: remove custom codeql config by @wolf31o2 in #281
- chore(codeowners): add docs team by @wolf31o2 in #283
- ci: conventional commits permissions by @wolf31o2 in #284
- chore(deps): bump blinklabs-io/go from 1.23.5-1 to 1.23.6-1 by @dependabot in #282
- ci(go): add 1.24 to test matrix by @wolf31o2 in #287
- ci(go-test): configure explicit permissions by @wolf31o2 in #288
- build: use go 1.23 by @wolf31o2 in #289
- fix: use crypto/rand instead of math/rand by @wolf31o2 in #291
- fix: guard ttl loading against int overflow by @wolf31o2 in #292
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.108.2 to 0.109.0 by @dependabot in #286
- fix: 60s read header timeout on debugger by @wolf31o2 in #290
- chore(deps): bump blinklabs-io/go from 1.23.6-1 to 1.24.0-1 by @dependabot in #285
- chore: golangci-lint configuration with explicit linter list by @wolf31o2 in #293
- chore(codeowners): move under .github by @wolf31o2 in #294
- ci(docker): explicit read permissions by @wolf31o2 in #297
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.109.0 to 0.110.0 by @dependabot in #295
- chore(deps): bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 by @dependabot in #296
- chore: clean up formatting by @wolf31o2 in #298
- ci: fix permissions in ci-docker workflow by @agaffney in #299
- fix: preallocate structs before append by @wolf31o2 in #300
- fix: use errors, strconv, and string concatenation to avoid fmt by @wolf31o2 in #301
- chore: enable golangci-lint performance checks by @wolf31o2 in #302
- fix: use %w for errors by @wolf31o2 in #303
- chore: explicit json tags on struct by @wolf31o2 in #304
- fix: use errors method to check equivalence by @wolf31o2 in #305
- ci(golangci-lint): use bugs and performance presets by @wolf31o2 in #306
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.110.0 to 0.111.0 by @dependabot in #308
- chore(deps): bump github.com/blinklabs-io/cardano-models from 0.4.0 to 0.5.0 by @dependabot in #307
- chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot in #313
- chore(golangci-lint): enable format, import, and unused presets; disable depguard by @wolf31o2 in #314
- chore(deps): bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 by @dependabot in #312
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.111.0 to 0.113.1 by @dependabot in #310
- chore(golangci-lint): use inline comment to appease linter by @wolf31o2 in #315
- chore(deps): bump github.com/dgraph-io/badger/v4 from 4.5.1 to 4.6.0 by @dependabot in #311
- chore(deps): bump blinklabs-io/go from 1.24.0-1 to 1.24.1-1 by @dependabot in #309
Full Changelog: v0.20.0...v0.20.1
v0.20.0
What's Changed
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.104.2 to 0.105.0 by @dependabot in #244
- chore(deps): bump github.com/dgraph-io/badger/v4 from 4.4.0 to 4.5.0 by @dependabot in #245
- ci: attestations for binaries and images by @wolf31o2 in #247
- chore(deps): bump blinklabs-io/go from 1.23.3-1 to 1.23.4-1 by @dependabot in #246
- chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 by @dependabot in #248
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.105.0 to 0.105.1 by @dependabot in #250
- chore(deps): bump github.com/blinklabs-io/adder from 0.25.1 to 0.25.2 by @dependabot in #249
- build: use go 1.22.9 for binary build toolchain by @wolf31o2 in #251
- build: add gofmt to format make target by @wolf31o2 in #252
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.105.1 to 0.105.2 by @dependabot in #253
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.105.2 to 0.106.0 by @dependabot in #255
- chore(deps): bump github.com/blinklabs-io/cardano-models from 0.3.8 to 0.4.0 by @dependabot in #254
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.106.0 to 0.106.2 by @dependabot in #267
- fix: prevent slicing into nil response from nameserver list by @wolf31o2 in #268
- chore(deps): bump golang.org/x/net from 0.31.0 to 0.33.0 by @dependabot in #269
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.106.2 to 0.107.1 by @dependabot in #270
- build: use go 1.22.11 by @wolf31o2 in #271
Full Changelog: v0.19.0...v0.20.0
v0.19.0
What's Changed
- chore: golines by @wolf31o2 in #200
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.93.1 to 0.93.2 by @dependabot in #202
- chore(deps): bump github.com/blinklabs-io/adder from 0.23.1 to 0.23.2 by @dependabot in #201
- chore(deps): bump github.com/dgraph-io/badger/v4 from 4.2.0 to 4.3.0 by @dependabot in #203
- chore: move start logging for dns listener by @wolf31o2 in #206
- chore: create codeowners for core team by @wolf31o2 in #207
- chore(deps): bump blinklabs-io/go from 1.22.6-1 to 1.22.7-1 by @dependabot in #208
- chore(deps): bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3 by @dependabot in #209
- feat: add metrics for indexer slot and tip slot by @agaffney in #210
- chore(deps): bump github.com/blinklabs-io/adder from 0.23.2 to 0.23.3 by @dependabot in #211
- chore(deps): bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4 by @dependabot in #213
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.93.3 to 0.94.3 by @dependabot in #217
- chore(deps): bump github.com/blinklabs-io/adder from 0.23.3 to 0.23.4 by @dependabot in #215
- chore(deps): bump go.uber.org/automaxprocs from 1.5.3 to 1.6.0 by @dependabot in #214
- chore(deps): bump github.com/blinklabs-io/cardano-models from 0.3.6 to 0.3.7 by @dependabot in #216
- build(docker): improve cache usage for repeated builds by @wolf31o2 in #218
- feat: dns over tls listener support by @wolf31o2 in #219
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.94.3 to 0.96.0 by @dependabot in #221
- chore(deps): bump blinklabs-io/go from 1.22.7-1 to 1.23.1-1 by @dependabot in #220
- chore(deps): bump github.com/dgraph-io/badger/v4 from 4.3.0 to 4.3.1 by @dependabot in #224
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.96.0 to 0.99.0 by @dependabot in #225
- chore(deps): bump blinklabs-io/go from 1.23.1-1 to 1.23.2-1 by @dependabot in #222
- chore(deps): use adder 0.24.0 by @wolf31o2 in #227
- chore(deps): update blinklabs-io/adder to v0.24.3 by @agaffney in #228
- chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 by @dependabot in #229
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.101.0 to 0.102.0 by @dependabot in #230
- feat: configure automaxprocs logging by @wolf31o2 in #231
- chore(deps): bump github.com/blinklabs-io/cardano-models from 0.3.7 to 0.3.8 by @dependabot in #232
- chore(deps): bump github.com/blinklabs-io/adder from 0.24.3 to 0.25.0 by @dependabot in #234
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.102.0 to 0.103.1 by @dependabot in #233
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.103.1 to 0.103.6 by @dependabot in #238
- chore(deps): bump blinklabs-io/go from 1.23.2-1 to 1.23.3-1 by @dependabot in #236
- chore(deps): bump github.com/dgraph-io/badger/v4 from 4.3.1 to 4.4.0 by @dependabot in #237
- fix: guard against nil before calling string by @wolf31o2 in #241
- chore(deps): bump github.com/blinklabs-io/adder from 0.25.0 to 0.25.1 by @dependabot in #239
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.103.6 to 0.104.2 by @dependabot in #242
- fix: guard against nil responses by @wolf31o2 in #243
Full Changelog: v0.18.0...v0.19.0
v0.18.0
What's Changed
- chore(deps): bump github.com/blinklabs-io/gouroboros from 0.92.0 to 0.93.1 by @dependabot in #198
- chore(deps): bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2 by @dependabot in #197
- feat: TLD auto-discovery by @agaffney in #199
Full Changelog: v0.17.2...v0.18.0
v0.17.2
What's Changed
- chore(deps): bump github.com/blinklabs-io/adder from 0.22.3 to 0.23.0 by @dependabot in #189
- chore(deps): bump blinklabs-io/go from 1.21.12-1 to 1.21.13-1 by @dependabot in #190
- chore(deps): bump github.com/blinklabs-io/adder from 0.23.0 to 0.23.1 by @dependabot in #194
- chore(deps): bump blinklabs-io/go from 1.21.13-1 to 1.22.6-1 by @dependabot in #191
- chore(deps): bump github.com/miekg/dns from 1.1.61 to 1.1.62 by @dependabot in #192
- chore(deps): bump github.com/prometheus/client_golang from 1.19.1 to 1.20.0 by @dependabot in #195
- chore: update to Go 1.22 by @agaffney in #196
Full Changelog: v0.17.1...v0.17.2
v0.17.1
What's Changed
Full Changelog: v0.17.0...v0.17.1
v0.17.0
What's Changed
Full Changelog: v0.16.0...v0.17.0
v0.16.0
v0.15.0
What's Changed
- chore(deps): bump blinklabs-io/go from 1.21.11-1 to 1.21.12-1 by @dependabot in #175
- feat: log version at startup by @agaffney in #178
- feat: periodic log message during catch-up sync by @agaffney in #181
- feat: support for multiple TLDs by @agaffney in #180
- chore: switch to slog for logging by @agaffney in #182
- chore(deps): bump github.com/blinklabs-io/adder from 0.22.1 to 0.22.2 by @dependabot in #176
- chore(deps): bump github.com/blinklabs-io/adder from 0.22.2 to 0.22.3 by @dependabot in #183
Full Changelog: v0.14.0...v0.15.0