Skip to content

Releases: vgarvardt/go-oauth2-pg

v4.4.4

19 Oct 13:53
53ce960
Compare
Choose a tag to compare

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

Full Changelog: v4.4.3...v4.4.4

v4.4.3

04 Feb 09:36
81383b4
Compare
Choose a tag to compare

Version compatible with github.com/go-oauth2/oauth2/v4 v4.4.3

Version compatible with github.com/go-oauth2/oauth2/v4 v4.1.0

03 Jul 21:04
943d1f3
Compare
Choose a tag to compare
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

24 Jun 21:10
Compare
Choose a tag to compare
v4.0.0

Run tests for v3 as well

Dependencies clean up

24 Jun 21:09
636f38f
Compare
Choose a tag to compare
Merge pull request #15 from vgarvardt/patch/bump-v3-pg-adapter

Bumped pg-adapter version

Match parent library major version

24 Jun 18:30
3cfd691
Compare
Choose a tag to compare

For easier referencing: gopkg.in/oauth2.v3 -> github.com/vgarvardt/go-oauth2-pg/v3

Updated adapter to support pgx v4

01 Mar 21:03
0409aac
Compare
Choose a tag to compare
Merge pull request #10 from vgarvardt/patch/pgx-v4-support

Updated adapter to support pgx v4

Use go modules for vendoring

15 Sep 19:23
5a35396
Compare
Choose a tag to compare
Merge pull request #8 from vgarvardt/patch/go-mod

Use go modules for vendoring

Adapters extracted to separate package

26 Feb 20:50
2d81048
Compare
Choose a tag to compare
Merge pull request #6 from vgarvardt/patch/use-adapter-package

Use adapter package instead of bundling adapters

Initial release

23 Feb 14:10
e3051c6
Compare
Choose a tag to compare
Merge pull request #4 from vgarvardt/feature/client-store

Renamed Store to TokenStore as ClientStore is coming next