Skip to content

Releases: logto-io/go

v2.2.0

16 Jul 09:39
v2.2.0
97fd30d

Choose a tag to compare

v2.2.0 (2025-07-16)

Feat

  • support custom HTTP client injection (#168)

v2.1.0

30 May 09:53
v2.1.0
88fa464

Choose a tag to compare

v2.1.0 (2025-05-30)

Feat

  • enhance access token management with options for resource and organization (#167)

Fix

  • deps: update module github.com/jarcoal/httpmock to v1.4.0 (#157)
  • deps: update golang.org/x/exp digest to 7e4ce0a (#150)
  • deps: update module github.com/agiledragon/gomonkey/v2 to v2.13.0 (#152)
  • deps: update module github.com/go-jose/go-jose/v4 to v4.0.5 [security] (#154)
  • deps: update module github.com/stretchr/testify to v1.10.0 (#139)
  • deps: update module github.com/gin-contrib/sessions to v1.0.2 (#144)
  • deps: update golang.org/x/exp digest to 7588d65 (#149)

v2.0.0

27 Nov 08:39
v2.0.0
a3d881d

Choose a tag to compare

v2.0.0 (2024-11-27)

Fix

  • deps: update module github.com/go-jose/go-jose/v4 to v4.0.4 (#131)
  • deps: update golang.org/x/exp digest to e7e105d (#130)
  • deps: update module github.com/agiledragon/gomonkey/v2 to v2.12.0 (#129)

v1.0.6

17 Jun 02:53
v1.0.6
23fdb4a

Choose a tag to compare

v1.0.6 (2024-06-17)

Fix

  • deps: update golang.org/x/exp digest to 7f521ea (#122)
  • deps: update golang.org/x/exp digest to fc45aab (#121)
  • deps: update module github.com/gin-gonic/gin to v1.10.0 (#120)
  • deps: update module github.com/gin-contrib/sessions to v1.0.1 (#117)

v1.0.5

25 Apr 06:19
v1.0.5
2c74752

Choose a tag to compare

v1.0.5 (2024-04-25)

Feat

  • add roles and organiaztion-related data for userInfoResponse (#99)

Fix

  • correct hostname for gin sample and add compose file to run anywhere to test (#111)
  • deps: update module github.com/gin-contrib/sessions to v1 (#112)
  • deps: update module github.com/stretchr/testify to v1.9.0 (#104)
  • deps: update golang.org/x/exp digest to fe59bbe (#98)
  • deps: update module github.com/agiledragon/gomonkey/v2 to v2.11.0 (#88)

Refactor

  • update SDK tutorial link (#103)

v1.0.4

01 Dec 11:25
v1.0.4
d846372

Choose a tag to compare

v1.0.4 (2023-12-01)

Feat

  • support organizations (#89)
  • core: add organization data to userinfo response (#91)

Fix

  • deps: update module github.com/jarcoal/httpmock to v1.3.1 (#80)
  • deps: update golang.org/x/exp digest to 6522937 (#79)
  • deps: update module github.com/stretchr/testify to v1.8.4 (#73)
  • deps: update module github.com/agiledragon/gomonkey/v2 to v2.10.1 (#69)
  • deps: update golang.org/x/exp digest to 2e198f4 (#68)

v1.0.3

29 May 10:25
v1.0.3
cd39e19

Choose a tag to compare

v1.0.3 (2023-05-29)

Fix

  • ensure the basic auth header is included when fetching token (#75)

v1.0.2

18 May 03:38
v1.0.2
497abaf

Choose a tag to compare

v1.0.2 (2023-05-15)

Fix

  • fetch user info (#71)
  • client: remove id token for sign out (#67)
  • deps: update module github.com/jarcoal/httpmock to v1.3.0 (#60)
  • deps: update module github.com/gin-gonic/gin to v1.9.0 (#59)
  • deps: update module github.com/stretchr/testify to v1.8.2 (#52)
  • deps: update module github.com/agiledragon/gomonkey/v2 to v2.9.0 (#50)
  • deps: update golang.org/x/exp digest to 10a5072 (#48)

v1.0.1

11 Apr 03:51
v1.0.1
763566a

Choose a tag to compare

v1.0.1 (2023-04-11)

Fix

  • client: add resource when calling FetchTokenByRefreshToken (#64)

v1.0.0

22 Mar 11:41
v1.0.0
3e0dfe8

Choose a tag to compare

v1.0.0 (2023-03-14)

Fix

  • docs: document link issue (#61)

Refactor

  • core: replace idTokenHint with clientId in sign-out url (#57)
  • core: remove deprecated role names (#54)