Skip to content

Latest commit

 

History

History
146 lines (81 loc) · 8.78 KB

File metadata and controls

146 lines (81 loc) · 8.78 KB

📦 Changelog

All notable changes to this project will be documented in this file.

This project uses Conventional Commits and is powered by release-please.

2.1.1 (2026-04-07)

🐛 Bug Fixes

  • config: remove default SecurityFilterChain bean definition (ceac4ef)
  • config: update spring.security configuration properties (78e6f26)

🔧 CI/CD

  • gha: add more docker image tags (26f0cea)
  • release-please: add README.md to exclude-paths (6a527b5)
  • workflow: add README.md to paths-ignore in workflows/release-please.yml (09612b8)

2.1.0 (2026-03-25)

🚀 Features

  • add constants (dd80cd1)
  • add org.springframework.boot.autoconfigure.AutoConfiguration.imports (818da83)
  • add ServiceRegistryOAuth2ResourceServerAutoConfiguration.java (572f228)
  • add ServiceRegistryRabbitMQAutoConfiguration.java (4e47651)

🐛 Bug Fixes

  • props: exclude autoconfig on default profile (c93a7ab)
  • props: fix deprecated properties (2cdbc5a)
  • props: use correct package name (8221c1d)

♻️ Refactoring

  • rename root package (2ad0d7d)
  • rename SecurityConfiguration.java to ServiceRegistrySecurityConfiguration.java (e6b1f8f)
  • rename SecurityProperties.java to ServiceRegistrySecurityConfigurationProperties.java (bc9250d)
  • use ServiceRegistrySecurityConfigurationProperties.SCOPE_PREFIX constant as DEFAULT_AUTHORITY_PREFIX (4a02039)

2.0.0 (2026-03-25)

⚠ BREAKING CHANGES

  • deps: bump eclipse-temurin to 21-jdk-jammy in /docker
  • bump java to 21
  • deps: bump org.springframework.cloud:spring-cloud-dependencies to 2025.1.1
  • deps: bump org.springframework.boot:spring-boot-starter-parent to 4.0.4

🐛 Bug Fixes

  • config: use correct imports (9668f5c)

♻️ Refactoring

  • config: method never thrown exception (36f6e27)

🔧 CI/CD

  • gha: update release-please-config.json (205220c)

🛠️ Build

  • bump java to 21 (7a48cf7)
  • deps: bump eclipse-temurin to 21-jdk-jammy in /docker (147d7bd)
  • deps: bump org.springframework.boot:spring-boot-starter-parent to 4.0.4 (cfa68ec)
  • deps: bump org.springframework.cloud:spring-cloud-dependencies to 2025.1.1 (395da72)

1.7.0 (2025-08-31)

🚀 Features

  • config: add ui login flow (b85b4f8)
  • config: extract separate config-client properties config (ba2b478)
  • config: extract separate management profile (bc67d1f)
  • config: extract separate oauth2 properties config (88c838c)
  • config: update lite prifile (aaa7ae7)

🐛 Bug Fixes

♻️ Refactoring

  • config: add default user name (366cfc6)
  • config: enable self initiation (3145c5e)
  • config: extract property PREFIX constant (aef3f42)
  • config: move config props to one main file (f477da5)
  • update SecurityConfiguration.java (78c3fc0)

1.6.0 (2025-08-26)

🚀 Features

  • security: improve security configuration (5f8ff57)

♻️ Refactoring

  • config: remove javax.net.ssl (c4a578e)
  • config: remove logging.file props (7403e59)
  • config: remove logging.threshold props (34bed75)
  • config: use fixed app name (fc68b74)

1.5.0 (2025-08-17)

🚀 Features

♻️ Refactoring

  • config: remove ssl config (6993e33)
  • config: update .env (5db8a15)
  • remove extra whitelist paths (203c207)

1.4.1 (2025-05-16)

📚 Documentation

[Unreleased]

Changes that are in progress but not yet released.