Authz Versions Save

gin-authz is an authorization middleware for Gin

v1.0.2

1 week ago

Changelog

Enhancements

  • 32562557907d50ef962fee710009d5013262e4ce: chore: refine release process and CI configuration (@appleboy)
  • 5764ce3531c71f6daddbb15a428d7af18a7deb44: chore: update dependencies across the project (@appleboy)

Refactor

  • fe66e5be86ba838d5cef89c97750a0a97bc74d4c: refactor: update project name, regex patterns, use value, and changelog titles (@appleboy)

v1.0.1

1 month ago

Changelog

Enhancements

  • b8a8fc9 chore: remove depguard linter from .golangci.yml file
  • fb048c3 chore: update GitHub Actions versions in workflows
  • a8c915f chore: update Go version in GitHub Actions workflows
  • e09f454 chore: update goreleaser/goreleaser-action to v5
  • d39982e chore: update dependencies to latest versions
  • 6463040 chore: update dependencies to latest versions
  • 2e4f9c8 chore: update go-version to ^1.21
  • 6be22ba chore: update linter configuration in .golangci.yml
  • f12acd5 chore: update multiple dependencies to latest versions

Others

  • 366002e ci: enhance CI Testing and Tolerance Limits
  • 237331a ci: update GitHub Action version to v3 in codeql.yml file
  • 4f4cf4e ci: update GitHub Actions workflows for Go projects

v1.0.0

9 months ago

Changelog

Enhancements

  • 9e5d17f chore(deps): add go1.20 version
  • ca2834c chore(deps): bump github.com/casbin/casbin/v2 from 2.41.0 to 2.44.2 (#16)
  • 67deffc chore(deps): bump github.com/casbin/casbin/v2 from 2.44.2 to 2.46.0 (#23)
  • cc99b02 chore(deps): bump github.com/casbin/casbin/v2 from 2.47.3 to 2.55.1 (#36)
  • 7bbf274 chore(deps): bump github/codeql-action from 1 to 2 (#20)
  • d238186 chore(gin): upgrade to v1.8.0
  • 7784ddd chore: Add go 1.19 and upgrade lint version to v1.49
  • a7d4986 chore: bump require version
  • 7fa381c chore: update Go and goreleaser/goreleaser-action versions
  • fd7f112 chore: update package requirements and import paths

Others

  • a57c2d0 ci: update Go workflows to use actions/setup-go@v4 and set go-version to '1.21'

v0.0.1

2 years ago

Changelog

Features

  • 0855b67 feat(CI): enable CodeQL scan
  • 7175d47 feat(go): support go module

Bug fixes

  • 87b87d5 fix: gofmt error. (#3)

Enhancements

  • 00343b9 chore(CD): enable goreleaser config.
  • fd47ac5 chore(CI): add cache and lint checker (#15)
  • d5a4f87 chore(CI): update go version for lint testing
  • 7e38f1e chore(CI): upgrade golangci-lint to v1.42.0
  • bcf9765 chore(ci): add go1.14
  • 77b571f chore(ci): remove 1.10
  • 2fd6520 chore(gin): upgrade to 1.7.4
  • e9d8475 chore(github): upgrade action package.
  • 2a70df0 chore(lint): upgrade golanci-lint to v1.43.0
  • b6ebff9 chore(mod): update gin version
  • 3695bd1 chore: add go1.15.x
  • 92820ec chore: remove tags
  • fdc732f chore: remove test tag
  • cf801cf chore: replace 403 with StatusForbidden const
  • 2cb6302 chore: support go1.13 (#13)
  • a7717eb chore: switch travis to GitHub actions. (#14)
  • f58cd3b chore: update CI
  • ad346fc chore: update travis
  • 8d0a9f2 chore: upgrade checkout version to v3
  • d110fab chore: upgrade gin and casbin
  • 2da04f7 chore: upgrade gin and casbin version
  • ca8a82c chore: upgrade gin to v1.5.0
  • 4a1cb85 chore: upgrade github.com/casbin/casbin/v2 to v2.37
  • cd1d0c1 chore: upgrade golangci to v1.42.1

Others

  • 53373b8 Add README.
  • 12b5043 Add Travis CI and coverage.
  • 5768146 Add the documentation in README.
  • d5e7d5c Add the middleware code.
  • dc60d41 Change the indentation to 4 spaces in README.
  • be38714 Drop go 1.9 support
  • 00111e7 Fix the Casbin 2.x import path.
  • a8edaa1 Ignore IDEA files.
  • 8b17e68 Initial commit
  • b222b85 Merge pull request #1 from gin-contrib/readme
  • 9f37da0 Merge pull request #2 from gin-contrib/travis
  • fa0feb9 Merge pull request #5 from theobouwman/master
  • cd3ed20 Merge pull request #7 from Neopallium/master
  • 87f814f Move creation of BasicAuthorizer
  • b2e3cde Only support go 1.9.0 and above in .travis.yml because sync.Map is used.
  • 13cec14 Remove extra returns in code.
  • cc61375 Return status 200 in a simpler way.
  • c52461b Update .travis.yml
  • f7bcba6 Update .travis.yml
  • d9c9695 Update .travis.yml
  • ebfcdc3 Update the new repo location.
  • b2abe43 Update to Casbin 2.x
  • 3771f3e add 1.6 version testing.
  • 63f4ccc add golang 1.11.x version
  • bb68c05 chore(CI/CD): add dependabot
  • 3b17dff chore(CI/CD): add go1.18 version
  • 9d90e7a chore(CI/CD): remove 1.13 version
  • f161622 fixed response header overwriting
  • 1fb3afa support go1.12
  • 9d15592 test: remove macos version
  • de6c16b test: update new request with context
  • f37dc3b update 1.9
  • 27784a0 update readme.
  • c995f95 update travis config.
  • 749041b upgrade gin to v1.4.0