Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Latest commit

 

History

History
213 lines (100 loc) · 8.76 KB

CHANGELOG.md

File metadata and controls

213 lines (100 loc) · 8.76 KB

4.0.0 (2022-09-19)

Features

  • 🎸 Sync Token endpoint authN method (a06ae5a)

BREAKING CHANGES

  • 🧨 Needs configuration for new attributes

3.1.16 (2022-09-13)

Bug Fixes

  • deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.25 (5334906)

3.1.15 (2022-08-29)

Bug Fixes

  • deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.24.3 (b2e0483)

3.1.14 (2022-08-25)

Bug Fixes

  • 🐛 Allow PKCE for devicecode (2de57f2)

3.1.13 (2022-08-22)

Bug Fixes

  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.3 (a058934)

3.1.12 (2022-08-20)

Bug Fixes

  • deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.24.2 (665f4ae)

3.1.11 (2022-08-15)

Bug Fixes

  • deps: update dependency org.eclipse.persistence:org.eclipse.persistence.jpa to v2.7.11 (9b1db36)

3.1.10 (2022-07-25)

Bug Fixes

  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.2 (4c92855)

3.1.9 (2022-06-27)

Bug Fixes

  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.1 (e73df5f)

3.1.8 (2022-06-01)

Bug Fixes

  • deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.23 (417063c)

3.1.7 (2022-05-23)

Bug Fixes

  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.7.0 (b7ea368)

3.1.6 (2022-04-25)

Bug Fixes

  • deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.22 (6586bb2)

3.1.5 (2022-04-25)

Bug Fixes

  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.6.7 (0bfc68c)
  • deps: update dependency org.springframework.security.oauth:spring-security-oauth2 to v2.5.2.release (548d796)

3.1.4 (2022-03-31)

Bug Fixes

  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.6.6 (c3a5e68)

3.1.3 (2022-03-09)

Bug Fixes

  • deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.21 (17a12a5)
  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.6.4 (00ef7bb)

3.1.2 (2022-02-21)

Bug Fixes

  • deps: update dependency com.nimbusds:nimbus-jose-jwt to v9.19 (d50997c)

3.1.1 (2022-02-21)

Bug Fixes

  • deps: update dependency org.springframework.boot:spring-boot-starter-parent to v2.6.3 (458277b)

3.1.0 (2022-01-26)

Features

  • 🎸 Sync reuse of refresh tokens setting (a10ddd4)

3.0.1 (2022-01-24)

Bug Fixes

  • 🐛 End prematurely if Peurn has thrown an exception (2607a5e)

3.0.0 (2022-01-19)

Features

  • 🎸 By default rotate refresh tokens (8dcab3b)

BREAKING CHANGES

  • 🧨 For some RPs, this might be breaking, if they rely on reusing the refresh token.

2.1.1 (2021-11-22)

Bug Fixes

  • 🐛 Limit pool size to 1 connection only (42680ed)

2.1.0 (2021-11-22)

Features

2.0.2 (2021-10-14)

Bug Fixes

2.0.1 (2021-10-14)

Bug Fixes

  • 🐛 wrong order in hybrid full response (#22) (186206f)

2.0.0 (2021-10-05)

Features

  • 🎸 Token expiration based on grant type (#21) (9f99d5f)

BREAKING CHANGES

  • 🧨 3 configuration options removed (access_token_timeout, id_token_timeout, refresh_token_timeout), added new configuration option replacing them (tokens)
  • Initial release with automated semantic release

[v0.2.1]

  • Fix setting grant types
  • Instead of grant types, sync "flowTypes"
  • Removed syncing of response types, these are generated based on flow type
  • Corrections in the README and other docs
  • First release