Skip to content

Releases: tuotoo/biu

v0.6.9

25 Jun 06:38
v0.6.9
be1edb6
Compare
Choose a tag to compare

Full Changelog: v0.6.8...v0.6.9

v0.6.8

05 Jun 01:32
v0.6.8
5dbb314
Compare
Choose a tag to compare

v0.6.6

27 Apr 09:25
v0.6.6
2438d01
Compare
Choose a tag to compare

add validator support for RouteAPI
Full Changelog: v0.6.5...v0.6.6

v0.6.5

16 Apr 09:45
v0.6.5
ee1af38
Compare
Choose a tag to compare

Full Changelog: v0.6.4...v0.6.5

use log/slog as logger
EXAMPLE

v0.6.4

31 Mar 15:29
v0.6.4
0f5d572
Compare
Choose a tag to compare

fix ed25519 and RSAPSS for JWT
Full Changelog: v0.6.2...v0.6.4

v0.6.2

11 Mar 15:41
v0.6.2
8279a64
Compare
Choose a tag to compare

Full Changelog: v0.6.1...v0.6.2

v0.6.1

11 Mar 15:21
v0.6.1
ae72059
Compare
Choose a tag to compare
  • refactor auth.Instance and auth.TokenChecker interface for better compatibility
  • hide the complex type details of generics version auth.Instance
  • rename auth.TokenChecker to auth.TokenManager
  • add Sign and CheckToken back to auth.Instance

Full Changelog: v0.6.0...v0.6.1

v0.6.0

10 Mar 03:52
v0.6.0
0be240a
Compare
Choose a tag to compare

Preview

Unstable, API May Change

  • refactor the implement of auth package
  • add ECDSA/RSA algorithms for JWT instance: Examples
  • drop DefaultInstance of auth package
  • upgrade all the dependencies to latest version
    Full Changelog: v0.5.18...v0.6.0

v0.5.14

07 Mar 02:30
352d8ea
Compare
Choose a tag to compare
Refactor API input parsing and update go-restful version.

- Modify the `Bind` function to parse JSON or XML input based on `Content-Type` header
- Update the version of `go-restful` to `v3.10.1` in the `go.mod` file
- Change the route string in `TestNewSwaggerService` from `GET /v1/swagger.json/` to `GET /v1/swagger.json`

v0.5.2

27 Dec 07:55
2b1cc64
Compare
Choose a tag to compare