Skip to content

Releases: andriawan/springboot-best-practice

v1.4.0

02 Jul 11:29
1ed58b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.2.1

27 Jun 12:47
2e71a20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

23 Jun 08:57
69c3a30
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.2.0

v1.1.0

22 Jun 04:11
d5e92d2
Compare
Choose a tag to compare

Full Changelog: v1.0.1...v1.1.0

v1.0.1

22 Jun 01:24
b84d957
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

17 Jun 01:31
d488315
Compare
Choose a tag to compare

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)