Skip to content

Releases: YangSiJun528/GAuth-spring-boot-starter

Release 3.0.0

01 Oct 11:17
93cc402
Compare
Choose a tag to compare

spring boot 3버전을 기반으로 동작하도록 업그레이드 하였습니다.
spring boot 2버전을 지원하는 2.x 버전도 꾸준히 지원 될 계획입니다.

  1. spring boot 3버전을 지원합니다. 단, Gauth spring boot start 3.0.0 이상 버전은 spring boot 2.x 버전을 더 이상 지원하지 않습니다.
  2. java 17 버전을 사용하게 되었습니다.
  3. javax 대신 jakarta 사용하여 구현하도록 변경하였습니다.

Release 2.0.2

01 Oct 10:36
2f5a215
Compare
Choose a tag to compare
  1. Auto Config 등록 방식을 스프링부트 2.7 버전부터 변경된 기능을 사용하도록 코드를 수정하였습니다.
    자세한 내용은 Spring Boot 2.7 Release Notes를 참고하세요.

Release 2.0.1

28 Aug 06:40
849aee4
Compare
Choose a tag to compare
  1. DefaultGAuthUserService가 인자 없이도 생성 가능하도록 변경하였습니다. 이제 해당 객체에 인증을 위임할 때 편리하게 사용할 수 있습니다.
  2. GAuth Java SDK 의존성을 삭제하고, 직접 GAuth 인증 구현하였습니다.
  3. 사용하지 않는 GAuthAuthenticationToken additionalParameters 필드 삭제 (관련된 다른 객체도 additionalParameters 필드 삭제)

Release 2.0.0

12 Aug 07:21
146dc81
Compare
Choose a tag to compare

Release 2.0.0
For Spring Boot 2.x

🔥 Release 1.0.1 🔥

02 Jul 10:13
Compare
Choose a tag to compare

GAuth-spring-boot-starter만 implementation 하더라도 GAuth-SDK-Java까지 사용 가능하도록 변경

🔥 Release 1.0.0 🔥

20 Jun 12:13
b032dd8
Compare
Choose a tag to compare
fix README.md 들여쓰기 문제