Skip to content

Releases: leg100/surl

v0.0.6

09 Nov 08:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.6

v0.0.5

28 Nov 10:38
Compare
Choose a tag to compare

What's Changed

  • Renamed errors
  • Added benchmarks

Full Changelog: v0.0.4...v0.0.5

v0.0.4

28 Nov 09:19
Compare
Choose a tag to compare

What's Changed

  • Option to encode expiry using base58 #4
  • Documented options
  • Added examples demonstrating options
  • Fix: SkipQuery no longer removes query params from signed URL

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

v0.0.3

01 Nov 18:30
7b7e4e0
Compare
Choose a tag to compare

What's Changed

The query formatter is now the default formatting mode. The signature and expiry are stored as query parameters. The old formatter mode can be selected by passing the option WithPathFormatter() to the Signer constructor.

Full Changelog: v0.0.2...v0.0.3