Skip to content

Releases: bitcoin-sv/spv-wallet

Release v0.8.0-RC3

03 Jan 09:18
Compare
Choose a tag to compare
Release v0.8.0-RC3 Pre-release
Pre-release

Changelog

  • 6c7d5e9 change default value - 'SenderValidationEnabled:false'
  • be089fc chore(BUX-420): fix config yaml indentation
  • 23bc25c feat(BUX-420): bux-server http server config name change to avoid collisions with k8s
  • 070952c feat(BUX-420): fix server port validation
  • b6a83f5 fix(BUX-420): fixing linter errors
  • a210434 update bux ver

Release v0.8.0-RC1

27 Dec 17:54
Compare
Choose a tag to compare
Release v0.8.0-RC1 Pre-release
Pre-release

Changelog

  • 22aa386 Merge pull request #365 from BuxOrg/feat-200-unify-logs
  • 1e518f6 Merge pull request #366 from BuxOrg/bux-361-default-config
  • 887a949 Merge pull request #367 from BuxOrg/dependabot/go_modules/master/github.com/spf13/viper-1.18.1
  • b364484 Merge pull request #368 from BuxOrg/dependabot/github_actions/master/actions/setup-go-5
  • 67a9835 Merge pull request #369 from BuxOrg/dependabot/docker/master/golang-1.21.5
  • 6b04a03 Merge pull request #370 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-0.8.0
  • 6f15bb2 Merge pull request #371 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-api-router-0.7.0
  • 75b86b9 Merge pull request #373 from BuxOrg/dependabot/go_modules/master/github.com/newrelic/go-agent/v3-3.29.0
  • 70699ef Merge pull request #374 from BuxOrg/bux-361-config-envs
  • 54762e2 Merge pull request #375 from BuxOrg/dependabot/github_actions/master/github/codeql-action-3
  • 0b2c90f Merge pull request #376 from BuxOrg/dependabot/go_modules/golang.org/x/crypto-0.17.0
  • f05760d Merge pull request #377 from BuxOrg/feat-421-replace-logget-in-router
  • 9c34380 Merge pull request #378 from BuxOrg/dependabot/go_modules/master/github.com/spf13/viper-1.18.2
  • 13dfd31 Merge pull request #379 from BuxOrg/refactor-411-taskmanager-simplification
  • c2311ca Merge pull request #380 from BuxOrg/chore-416-disable-monitor
  • 4815ec8 Merge pull request #381 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-models-0.3.0
  • c9c00bc Merge pull request #382 from BuxOrg/dependabot/go_modules/master/github.com/bitcoin-sv/go-broadcast-client-0.10.0
  • 621098e Merge pull request #384 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-0.10.0
  • aa41772 Merge pull request #385 from BuxOrg/refactor-426-remove-unused-WithBroadcastClientAPIs
  • a628d94 build(deps): bump actions/setup-go from 4 to 5
  • 35958ea build(deps): bump github.com/BuxOrg/bux from 0.7.0 to 0.8.0
  • a3125ea build(deps): bump github.com/BuxOrg/bux from 0.9.1 to 0.10.0
  • f43e397 build(deps): bump github.com/BuxOrg/bux-models from 0.2.1 to 0.3.0
  • a7686ce build(deps): bump github.com/bitcoin-sv/go-broadcast-client
  • 020e3d1 build(deps): bump github.com/mrz1836/go-api-router from 0.6.2 to 0.7.0
  • 748f762 build(deps): bump github.com/newrelic/go-agent/v3 from 3.28.1 to 3.29.0
  • c000d50 build(deps): bump github.com/spf13/viper from 1.18.0 to 1.18.1
  • 8ff9b06 build(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2
  • ad481cb build(deps): bump github/codeql-action from 2 to 3
  • 63c810e build(deps): bump golang from 1.21.4 to 1.21.5
  • facbaa5 build(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0
  • b562480 chore(BUX-199): change log methods
  • bb5d666 chore(BUX-200): change log type
  • b18d088 chore(BUX-200): move logging methods to separate package
  • 001c5e2 chore(BUX-200): refactor logs
  • 2aa4cbb chore(BUX-200): revert golanci config changes
  • 4253174 chore(BUX-200): update bux version
  • 3a2a29d chore(BUX-200): update configs
  • ec260f2 chore(BUX-361): db auto_migrate option removed
  • a76362d chore(BUX-361): fighting with linter
  • a1382cd chore(BUX-361): happy linter
  • 660d9a5 chore(BUX-361): linter is pissed and me as well
  • 00b62f5 chore(BUX-361): linter is unhappy again
  • 3e1d17f chore(BUX-361): make linter happy
  • e8bbc00 chore(BUX-416): go mod tidy for 0.9.1 bux version
  • 205b290 chore(BUX-416): prepare for v0.9.1bux version
  • 0036c00 chore(BUX-416): remove monitor config
  • bd4c581 chore(BUX421): added http request parameters to logger
  • 317c9c5 chore(BUx-421): remove storing information in context
  • 4e83422 feat(BUX-200): change logger to zerolog
  • 2adecb2 feat(BUX-361): changing default values to functions in order for better test handling
  • b11c98d feat(BUX-361): default config file
  • 770ce10 feat(BUX-361): default logger config
  • 27b7697 feat(BUX-361): default options changed, further refactoring and simplifing
  • cf53c9d feat(BUX-361): env update in script that runs bux-server
  • 05be01d feat(BUX-361): fix tests with adding logger
  • c6b5c32 feat(BUX-361): flags implemented
  • 175da2d feat(BUX-361): go-doc
  • 5a61c05 feat(BUX-361): go.mod udpate
  • e87f92b feat(BUX-361): grouping loose configs together, more refactoring
  • 2a51ac0 feat(BUX-361): important message in test file
  • 0f0ddf1 feat(BUX-361): linter is crazy
  • 847151c feat(BUX-361): make linter happy
  • feb166c feat(BUX-361): make linter happy again
  • f9d8da4 feat(BUX-361): make linter happy yet again
  • 02ba71b feat(BUX-361): make logger happy
  • 4974312 feat(BUX-361): preparation of viper keys for default config and config code refactor
  • 36891f2 feat(BUX-361): readme update and linter fix
  • c07079f feat(BUX-361): readme update, making defaults private, static tests fix
  • e2ce144 feat(BUX-361): readme updated
  • b86c538 feat(BUX-361): rebasing
  • 357d39f feat(BUX-361): tests fix
  • 70e8e82 feat(BUX-361): uncommited chagne
  • cd94231 feat(BUX-361): viper defaults cleanup
  • 0f1268b feat(BUX-361): yaml config file with prefixed unused configs
  • 52761b6 feat(BUX-420): go version and workflows update
  • 40e3988 feat(BUX-421): replace router logger
  • 7c249f7 fix(BUX-361): appConfig initialisation fix
  • 45a84e7 fix(BUX-361): mutex fix for tests
  • 0abf4c3 fix(BUX-361): passing logger to load function
  • 0f3f97c fix(BUX-361): unmarshalling values to pointer
  • ebc788a refactor(BUX-411): adjustments to bux taskmanager
  • 1bbec0c refactor(BUX-411): forgot to use WithRedis only if it's configured
  • bd09394 refactor(BUX-411): go mod tidy for 0.9.0 bux version
  • ff03233 refactor(BUX-426): remove unnecessary WithBroadcastClientAPIs

Release v0.7.0

08 Dec 13:25
08976ae
Compare
Choose a tag to compare
Release v0.7.0 Pre-release
Pre-release

Changelog

  • 2364099 Fixing issue with new viper package
  • 6d5be21 Merge pull request #352 from BuxOrg/dependabot/go_modules/master/github.com/tonicpow/go-minercraft/v2-2.0.8
  • 1d4a22b Merge pull request #353 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-datastore-0.5.6
  • ee2e88f Merge pull request #354 from BuxOrg/fix/367-codeowners
  • d80f443 Merge pull request #355 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-datastore-0.5.7
  • 22926ab Merge pull request #356 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-api-router-0.6.4
  • 98ff707 Merge pull request #357 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-parameters-0.4.1
  • 6ef70e0 Merge pull request #358 from BuxOrg/dependabot/go_modules/master/github.com/newrelic/go-agent/v3-3.28.1
  • 627c500 Merge pull request #359 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.41
  • 8a9765b Merge pull request #360 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-api-router-0.7.0
  • bbcd60c Merge pull request #361 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-cachestore-0.3.3
  • 326cf61 Merge pull request #362 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-datastore-0.5.8
  • 68f5a49 Merge pull request #363 from BuxOrg/dependabot/go_modules/master/github.com/spf13/viper-1.18.0
  • 08976ae Merge pull request #364 from BuxOrg/chore/bux-version-update
  • c141380 Updated linter version
  • 922d97b build(deps): bump github.com/99designs/gqlgen from 0.17.40 to 0.17.41
  • ca427cd build(deps): bump github.com/mrz1836/go-api-router from 0.6.3 to 0.6.4
  • 251825a build(deps): bump github.com/mrz1836/go-api-router from 0.6.4 to 0.7.0
  • 86ea58e build(deps): bump github.com/mrz1836/go-cachestore from 0.3.2 to 0.3.3
  • b58f2c6 build(deps): bump github.com/mrz1836/go-datastore from 0.5.5 to 0.5.6
  • b3328b5 build(deps): bump github.com/mrz1836/go-datastore from 0.5.6 to 0.5.7
  • 18fae27 build(deps): bump github.com/mrz1836/go-datastore from 0.5.7 to 0.5.8
  • 7cec481 build(deps): bump github.com/mrz1836/go-parameters from 0.4.0 to 0.4.1
  • 4d3d184 build(deps): bump github.com/newrelic/go-agent/v3 from 3.28.0 to 3.28.1
  • 4ebc911 build(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.0
  • 4878d78 build(deps): bump github.com/tonicpow/go-minercraft/v2
  • 84e3e28 chore: update bux to v0.7.0
  • c3c4736 fix: change order in codeowners

Release v0.5.16

20 Nov 15:05
6c8b136
Compare
Choose a tag to compare
Release v0.5.16 Pre-release
Pre-release

Changelog

  • 4b1ded1 Assign different user on new PRs
  • 42890ed Merge pull request #314 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-api-router-0.5.3
  • 1eabedf Merge pull request #315 from BuxOrg/feat-introduces-codeowners-codestandards
  • 788cb65 Merge pull request #316 from BuxOrg/dependabot/go_modules/master/github.com/bitcoin-sv/go-broadcast-client-0.5.0
  • a38f4a4 Merge pull request #317 from BuxOrg/bux-235-starting-script-sqlite
  • 68e8281 Merge pull request #318 from BuxOrg/bux-249-docker-compose-support
  • 6dc6050 Merge pull request #319 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.39
  • a59d6fd Merge pull request #321 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-datastore-0.5.1
  • 25ab92e Merge pull request #322 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-cachestore-0.2.7
  • 5193928 Merge pull request #323 from BuxOrg/dependabot/go_modules/master/github.com/spf13/viper-1.17.0
  • 74294c6 Merge pull request #324 from BuxOrg/dependabot/docker/master/golang-1.21.2
  • 29e977c Merge pull request #325 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-0.5.17
  • e24f6f1 Merge pull request #326 from BuxOrg/feature/BUX-184_admin_get_paymail
  • ce3db10 Merge pull request #327 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-datastore-0.5.2
  • 3e5eb1a Merge pull request #328 from BuxOrg/dependabot/go_modules/golang.org/x/net-0.17.0
  • f15b8e4 Merge pull request #330 from BuxOrg/dependabot/docker/master/golang-1.21.3
  • d210b59 Merge pull request #331 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-api-router-0.6.0
  • a2be0ae Merge pull request #332 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-cachestore-0.3.0
  • bc1d340 Merge pull request #333 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-datastore-0.5.3
  • 47a4c69 Merge pull request #335 from BuxOrg/dependabot/go_modules/master/github.com/newrelic/go-agent/v3-3.27.0
  • 33adce8 Merge pull request #336 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.40
  • 81543df Merge pull request #337 from BuxOrg/dependabot/go_modules/master/github.com/tonicpow/go-minercraft/v2-2.0.6
  • f9d0c92 Merge pull request #338 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-api-router-0.6.1
  • 48fc27c Merge pull request #339 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-cachestore-0.3.1
  • 85c5f0a Merge pull request #340 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-datastore-0.5.4
  • d9202d1 Merge pull request #341 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-api-router-0.6.2
  • f239f82 Merge pull request #343 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-datastore-0.5.5
  • 5d51767 Merge pull request #344 from BuxOrg/dependabot/go_modules/master/github.com/tonicpow/go-minercraft/v2-2.0.7
  • 701cb78 Merge pull request #345 from BuxOrg/dependabot/docker/master/golang-1.21.4
  • d998b81 Merge pull request #346 from BuxOrg/dependabot/go_modules/master/github.com/newrelic/go-agent/v3-3.28.0
  • 5116d3b Merge pull request #347 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-0.6.0
  • b2afd70 Merge pull request #348 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-api-router-0.6.3
  • 9686ac0 Merge pull request #349 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-cachestore-0.3.2
  • 6c8b136 Merge pull request #350 from BuxOrg/chore-update-bux-ver
  • a9603bd Turned off new linters until fully fixed
  • 1822f57 Updated linter version
  • a3e6847 build(deps): bump github.com/99designs/gqlgen from 0.17.38 to 0.17.39
  • ac00837 build(deps): bump github.com/99designs/gqlgen from 0.17.39 to 0.17.40
  • 8f291b1 build(deps): bump github.com/BuxOrg/bux from 0.5.16 to 0.5.17
  • 99b870e build(deps): bump github.com/BuxOrg/bux from 0.5.19 to 0.6.0
  • 9d17151 build(deps): bump github.com/bitcoin-sv/go-broadcast-client
  • 44ed015 build(deps): bump github.com/mrz1836/go-api-router from 0.5.2 to 0.5.3
  • 69ead48 build(deps): bump github.com/mrz1836/go-api-router from 0.5.3 to 0.6.0
  • 5e80a25 build(deps): bump github.com/mrz1836/go-api-router from 0.6.0 to 0.6.1
  • f6f755a build(deps): bump github.com/mrz1836/go-api-router from 0.6.1 to 0.6.2
  • af1be72 build(deps): bump github.com/mrz1836/go-api-router from 0.6.2 to 0.6.3
  • ce31bac build(deps): bump github.com/mrz1836/go-cachestore from 0.2.6 to 0.2.7
  • 8dfd295 build(deps): bump github.com/mrz1836/go-cachestore from 0.2.7 to 0.3.0
  • 56f7ff2 build(deps): bump github.com/mrz1836/go-cachestore from 0.3.0 to 0.3.1
  • 44d7635 build(deps): bump github.com/mrz1836/go-cachestore from 0.3.1 to 0.3.2
  • eb1527b build(deps): bump github.com/mrz1836/go-datastore from 0.5.0 to 0.5.1
  • 4fd1dea build(deps): bump github.com/mrz1836/go-datastore from 0.5.1 to 0.5.2
  • 1da8eb4 build(deps): bump github.com/mrz1836/go-datastore from 0.5.2 to 0.5.3
  • df83294 build(deps): bump github.com/mrz1836/go-datastore from 0.5.3 to 0.5.4
  • b082f0f build(deps): bump github.com/mrz1836/go-datastore from 0.5.4 to 0.5.5
  • e319f34 build(deps): bump github.com/newrelic/go-agent/v3 from 3.26.0 to 3.27.0
  • 282d1d6 build(deps): bump github.com/newrelic/go-agent/v3 from 3.27.0 to 3.28.0
  • b6f284a build(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0
  • 1c7bfb9 build(deps): bump github.com/tonicpow/go-minercraft/v2
  • 7a9db2f build(deps): bump github.com/tonicpow/go-minercraft/v2
  • 762aabb build(deps): bump golang from 1.21.1 to 1.21.2
  • 64b7450 build(deps): bump golang from 1.21.2 to 1.21.3
  • cf30bf9 build(deps): bump golang from 1.21.3 to 1.21.4
  • e824f12 build(deps): bump golang.org/x/net from 0.16.0 to 0.17.0
  • 10a390b chore: resolve conflicts
  • da3a001 chore: update bux dependency
  • fdd0fee chore: update set ver v0.5.16
  • 2f7e9e8 feat(BUX-170): add pulse config (#313)
  • f3f3698 feat(BUX-184): add admin/paymail/get endpoint
  • 09a9ac0 feat(BUX-249): support for docker-compose in starting script
  • efecd44 feat: adds new version of codeowner/codestandards/template files
  • c0c5ce5 fix(BUX-235): fixing sqlite option in starting script
  • 8045e5f fix: updates url for codeowners

Release v0.5.15

07 Nov 06:13
Compare
Choose a tag to compare
Release v0.5.15 Pre-release
Pre-release

Changelog

  • 817c5d6 Merge pull request #297 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.37
  • 161fec2 Merge pull request #298 from BuxOrg/dependabot/docker/master/golang-1.21.1
  • 104fc8d Merge pull request #299 from BuxOrg/dependabot/github_actions/master/goreleaser/goreleaser-action-4.6.0
  • 7eb8078 Merge pull request #300 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-models-0.2.1
  • 49b8203 build(deps): bump github.com/99designs/gqlgen from 0.17.36 to 0.17.37
  • 01d1a4c build(deps): bump github.com/BuxOrg/bux-models from 0.2.0 to 0.2.1
  • 862db8c build(deps): bump golang from 1.21.0 to 1.21.1
  • 5cf182d build(deps): bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0
  • ab63652 chore: bumped version
  • fdf602b chore: upgraded deps

Release v0.5.14

12 Oct 10:11
Compare
Choose a tag to compare
Release v0.5.14 Pre-release
Pre-release

Changelog

  • 42890ed Merge pull request #314 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-api-router-0.5.3
  • 1eabedf Merge pull request #315 from BuxOrg/feat-introduces-codeowners-codestandards
  • 788cb65 Merge pull request #316 from BuxOrg/dependabot/go_modules/master/github.com/bitcoin-sv/go-broadcast-client-0.5.0
  • a38f4a4 Merge pull request #317 from BuxOrg/bux-235-starting-script-sqlite
  • 68e8281 Merge pull request #318 from BuxOrg/bux-249-docker-compose-support
  • 6dc6050 Merge pull request #319 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.39
  • a59d6fd Merge pull request #321 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-datastore-0.5.1
  • 25ab92e Merge pull request #322 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-cachestore-0.2.7
  • 5193928 Merge pull request #323 from BuxOrg/dependabot/go_modules/master/github.com/spf13/viper-1.17.0
  • 74294c6 Merge pull request #324 from BuxOrg/dependabot/docker/master/golang-1.21.2
  • 29e977c Merge pull request #325 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-0.5.17
  • e24f6f1 Merge pull request #326 from BuxOrg/feature/BUX-184_admin_get_paymail
  • ce3db10 Merge pull request #327 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-datastore-0.5.2
  • 3e5eb1a Merge pull request #328 from BuxOrg/dependabot/go_modules/golang.org/x/net-0.17.0
  • a3e6847 build(deps): bump github.com/99designs/gqlgen from 0.17.38 to 0.17.39
  • 8f291b1 build(deps): bump github.com/BuxOrg/bux from 0.5.16 to 0.5.17
  • 9d17151 build(deps): bump github.com/bitcoin-sv/go-broadcast-client
  • 44ed015 build(deps): bump github.com/mrz1836/go-api-router from 0.5.2 to 0.5.3
  • ce31bac build(deps): bump github.com/mrz1836/go-cachestore from 0.2.6 to 0.2.7
  • eb1527b build(deps): bump github.com/mrz1836/go-datastore from 0.5.0 to 0.5.1
  • 4fd1dea build(deps): bump github.com/mrz1836/go-datastore from 0.5.1 to 0.5.2
  • b6f284a build(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0
  • 762aabb build(deps): bump golang from 1.21.1 to 1.21.2
  • e824f12 build(deps): bump golang.org/x/net from 0.16.0 to 0.17.0
  • 8f3f5a7 chore(BUX-164): define if use beef
  • 5467957 chore(BUX-164): enable paymail in test env config
  • 57c42bf chore(BUX-164): refactor Pulse config
  • 77ca12b chore(BUX-164): update bux version
  • e520288 chore(BUX-170): add Pulse config to jsons
  • a4e860d chore(BUX-170): change the way of providing Pulse auth Key
  • c4fae1e chore(BUX-170): remove unnecessary logs
  • 9c04fa1 chore(BUX-170): require Pulse config when using BEEF
  • b5b8ad5 chore(BUX-170): update go-paymail
  • f04414f chore: bump bux-server version
  • 321278b chore: update additional libs
  • 548a7e5 feat(BUX-164): add pulse config
  • f3f3698 feat(BUX-184): add admin/paymail/get endpoint
  • 09a9ac0 feat(BUX-249): support for docker-compose in starting script
  • efecd44 feat: adds new version of codeowner/codestandards/template files
  • c0c5ce5 fix(BUX-235): fixing sqlite option in starting script
  • 8045e5f fix: updates url for codeowners

Release v0.5.13

30 Sep 14:48
Compare
Choose a tag to compare
Release v0.5.13 Pre-release
Pre-release

Changelog

Release v0.5.12

26 Sep 12:36
Compare
Choose a tag to compare
Release v0.5.12 Pre-release
Pre-release

Changelog

  • ed4e04a Merge pull request #307 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-cachestore-0.2.4
  • 9dbfffa Merge pull request #308 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-datastore-0.4.12
  • 75583d8 Merge pull request #309 from BuxOrg/dependabot/go_modules/master/github.com/mrz1836/go-cachestore-0.2.5
  • 8d22cc1 Merge pull request #310 from BuxOrg/dependabot/go_modules/master/github.com/bitcoin-sv/go-broadcast-client-0.3.0
  • 1f60557 build(deps): bump github.com/bitcoin-sv/go-broadcast-client
  • 7534343 build(deps): bump github.com/mrz1836/go-cachestore from 0.2.3 to 0.2.4
  • 3e1c14b build(deps): bump github.com/mrz1836/go-cachestore from 0.2.4 to 0.2.5
  • 0abde06 build(deps): bump github.com/mrz1836/go-datastore from 0.4.11 to 0.4.12
  • e5f7e74 chore: bump version
  • 564d5d2 chore: upgrade deps

Release v0.5.11

20 Sep 13:00
Compare
Choose a tag to compare
Release v0.5.11 Pre-release
Pre-release

Changelog

  • 92c0e83 Merge pull request #301 from BuxOrg/dependabot/go_modules/master/github.com/bitcoin-sv/go-broadcast-client-0.1.2
  • 290dbc4 Merge pull request #302 from BuxOrg/dependabot/github_actions/master/goreleaser/goreleaser-action-5.0.0
  • 9253c19 Merge pull request #303 from BuxOrg/dependabot/go_modules/master/github.com/newrelic/go-agent/v3-3.25.1
  • 4c5c4f6 Merge pull request #304 from BuxOrg/dependabot/go_modules/master/github.com/bitcoin-sv/go-broadcast-client-0.2.0
  • 263890e Merge pull request #305 from BuxOrg/feat/delete-ProcessMempoolOnConnect
  • 2811f9f build(deps): bump github.com/bitcoin-sv/go-broadcast-client
  • 63cbf47 build(deps): bump github.com/bitcoin-sv/go-broadcast-client
  • b3da904 build(deps): bump github.com/newrelic/go-agent/v3 from 3.24.1 to 3.25.1
  • db4b1c4 build(deps): bump goreleaser/goreleaser-action from 4.6.0 to 5.0.0
  • 825fd66 chore: bumped version
  • 1a017c6 chore: upgraded deps
  • ddbac50 feat: delete ProcessMempoolOnConnect from config
  • c0fbca5 fix: registering paymail routes (#306)

Release v0.5.10

14 Sep 14:00
Compare
Choose a tag to compare
Release v0.5.10 Pre-release
Pre-release

Changelog

  • 817c5d6 Merge pull request #297 from BuxOrg/dependabot/go_modules/master/github.com/99designs/gqlgen-0.17.37
  • 161fec2 Merge pull request #298 from BuxOrg/dependabot/docker/master/golang-1.21.1
  • 104fc8d Merge pull request #299 from BuxOrg/dependabot/github_actions/master/goreleaser/goreleaser-action-4.6.0
  • 7eb8078 Merge pull request #300 from BuxOrg/dependabot/go_modules/master/github.com/BuxOrg/bux-models-0.2.1
  • 49b8203 build(deps): bump github.com/99designs/gqlgen from 0.17.36 to 0.17.37
  • 01d1a4c build(deps): bump github.com/BuxOrg/bux-models from 0.2.0 to 0.2.1
  • 862db8c build(deps): bump golang from 1.21.0 to 1.21.1
  • 5cf182d build(deps): bump goreleaser/goreleaser-action from 4.4.0 to 4.6.0
  • ab63652 chore: bumped version
  • fdf602b chore: upgraded deps