Releases: vgarvardt/go-oauth2-pg
Releases · vgarvardt/go-oauth2-pg
v4.4.4
What's Changed
- Added dependabot and fixed linter by @vgarvardt in #23
- Bump github.com/jackc/pgx/v4 from 4.14.1 to 4.17.2 by @dependabot in #26
- Bump github.com/jmoiron/sqlx from 1.3.4 to 1.3.5 by @dependabot in #24
- Fixed linting issues by @vgarvardt in #28
- Bump github.com/go-oauth2/oauth2/v4 from 4.4.3 to 4.5.1 by @dependabot in #27
- Bump github.com/go-oauth2/oauth2/v4 from 4.5.1 to 4.5.2 by @dependabot in #30
- Bump github.com/jackc/pgx/v4 from 4.17.2 to 4.18.0 by @dependabot in #31
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #32
- Bump github.com/jackc/pgx/v4 from 4.18.0 to 4.18.1 by @dependabot in #33
- Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #35
- Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #36
- fix: explcit columns list in the select statement by @vgarvardt in #38
New Contributors
- @dependabot made their first contribution in #26
Full Changelog: v4.4.3...v4.4.4
v4.4.3
Version compatible with github.com/go-oauth2/oauth2/v4 v4.1.0
Merge pull request #16 from vgarvardt/patch/go-mod-oauth2-pkg Updated package to use go-mod compatible oauth2
Version compatible with gopkg.in/oauth2.v4
v4.0.0 Run tests for v3 as well
Dependencies clean up
Merge pull request #15 from vgarvardt/patch/bump-v3-pg-adapter Bumped pg-adapter version
Match parent library major version
For easier referencing: gopkg.in/oauth2.v3
-> github.com/vgarvardt/go-oauth2-pg/v3
Updated adapter to support pgx v4
Merge pull request #10 from vgarvardt/patch/pgx-v4-support Updated adapter to support pgx v4
Use go modules for vendoring
Merge pull request #8 from vgarvardt/patch/go-mod Use go modules for vendoring
Adapters extracted to separate package
Merge pull request #6 from vgarvardt/patch/use-adapter-package Use adapter package instead of bundling adapters
Initial release
Merge pull request #4 from vgarvardt/feature/client-store Renamed Store to TokenStore as ClientStore is coming next