Releases: gin-contrib/authz
Releases · gin-contrib/authz
v1.0.2
v1.0.1
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
tov5
- 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
v1.0.0
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
Changelog
Features
Bug fixes
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