Releases: andriawan/springboot-best-practice
Releases · andriawan/springboot-best-practice
v1.4.0
What's Changed
- chore: Set up GitHub Actions for CI/CD by @andriawan in #10
- Role based access implementation by @andriawan in #15
- ci: add dependabot by @andriawan in #17
Full Changelog: v1.3.0...v1.4.0
v1.2.1
What's Changed
- chore: add jcoco maven plugin by @andriawan in #12
New Contributors
- @andriawan made their first contribution in #12
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Full Changelog: v1.0.1...v1.1.0
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.0 (2025-06-17)
Features
- activate cors. make it configurable via properties (2497064)
- encoder: add delegate password encoder (94850cc)
- endpoint: add new endpoint /me (c200c0f)
- execption-handling: make auth exception as json response (dc3a003)
- git-info: map git properties to config class (e4b1ff5)
- init: init repo (954b483)
- jpa-userdetails: change in-memory user details to jpa based user details" (1ecae51)
- jwt: config jwt based auth (b75e536)
- password: hide password from response (3e79044)
- readme: add readme project (f243c31)
- refresh-token: implement refresh token with blacklist mechanism (213b008)
- swagger: implement swagger ui (c06a5ff)
- user: add user basic feature (a9d11ba)