Skip to content

Releases: TxnLab/batch-asset-send

0.0.4

05 Apr 20:39
Compare
Choose a tag to compare

What's Changed

  • Removed 'onlyRoots' from randomNFDs option and is instead top level option in destination. Specifying this option means only root nfds are considered.
  • The allowDuplicateAccounts option now restricts by owner instead of depositAccount.
  • Update oauth2 to 0.19.0
  • Update module golang.org/x/crypto to v0.22.0 by @renovate in #14

Full Changelog: v0.0.3...v0.0.4

0.0.3

04 Apr 21:35
Compare
Choose a tag to compare

Refactor initial fetching of NFDs and filtering.
Added ability to filter NFDs so they have to have specific verified fields set. See the verifiedRequirements entry in the readme.
Updated generated swagger NFD API

v0.0.2

04 Apr 03:50
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Dependency updates, minor error message fix.

What's Changed

  • Update actions/checkout action to v4 by @renovate in #6
  • Update module golang.org/x/crypto to v0.19.0 by @renovate in #7
  • Update module golang.org/x/oauth2 to v0.17.0 by @renovate in #8
  • Update module golang.org/x/crypto to v0.21.0 by @renovate in #9
  • Update module github.com/mailgun/holster/v4 to v4.16.4 by @renovate in #10
  • Update module golang.org/x/oauth2 to v0.18.0 by @renovate in #11

Full Changelog: v0.0.1...v0.0.2

v0.0.1

09 Jan 04:11
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
Update dependencies

Add test github action for packaging windows/linux/mac[darwin] binaries when a release is created.