Skip to content

Releases: TwiN/g8

v2.0.0

11 Apr 01:26
Compare
Choose a tag to compare

What's Changed

  • feat!: Support custom cache + Remove ClientProvider.StartCacheJanitor and ClientProvider.StopCacheJanitor by @TwiN in #12
  • Bump codecov/codecov-action from 2.1.0 to 3.1.1 by @dependabot in #9
  • Bump github.com/TwiN/gocache/v2 from 2.1.1 to 2.1.2 by @dependabot in #10
  • Bump github.com/TwiN/gocache/v2 from 2.1.2 to 2.2.0 by @dependabot in #11
  • Bump actions/setup-go from 3 to 4 by @dependabot in #13

New Contributors

Full Changelog: v1.4.0...v2.0.0

v1.4.0

14 Sep 23:59
Compare
Choose a tag to compare

feat(gate): Add Gate.PermissionMiddleware

v1.3.1

26 Aug 04:10
Compare
Choose a tag to compare
  • chore: Update Go to 1.19
  • chore: Update TwiN/gocache to v2.1.1

v1.3.0

02 Jan 21:35
Compare
Choose a tag to compare

Added ExtractTokenFromRequest method in Gate struct

v1.2.0

28 Dec 07:02
591b5cf
Compare
Choose a tag to compare
  • Added support for custom token extractor #7
  • Added g8.New()
  • Deprecated g8.NewGate(authorizationService) in favor of g8.New()

v1.1.2

05 Nov 00:08
Compare
Choose a tag to compare

Updated TwiN/gocache to v2.0.0

v1.1.1

08 Oct 00:57
Compare
Choose a tag to compare

⚠ Migrated TwinProduction/g8 to TwiN/g8

v1.1.0

01 Aug 03:19
Compare
Choose a tag to compare

Added support for rate limiting #3

v1.0.0

15 Feb 01:39
Compare
Choose a tag to compare
  • Gate.ProtectFuncWithPermission now returns http.HandlerFunc instead of http.Handler
  • Updated gocache to v1.2.1

v0.2.1

11 Jan 06:40
Compare
Choose a tag to compare

Updated gocache from v1.0.0 to v1.1.0