Skip to content

Java java-v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 May 18:38
· 30 commits to main since this release

Maven Central artifacts:

  • io.github.davidalmeidac:sealed-env-core:java-v0.2.0
  • io.github.davidalmeidac:sealed-env-spring-boot-starter:java-v0.2.0

Once published you can pull them in:

<dependency>
  <groupId>io.github.davidalmeidac</groupId>
  <artifactId>sealed-env-spring-boot-starter</artifactId>
  <version>java-v0.2.0</version>
</dependency>

What's Changed

  • fix(cli): decode SEALED_ENV_TOTP_SECRET as base32 in re-seal helper by @davidalmeidac in #1
  • chore(ci): pin GitHub Actions to commit SHAs + add lint script by @davidalmeidac in #2
  • chore(ci): bump the actions group with 8 updates by @dependabot[bot] in #3
  • feat(security): hardening batch for 0.1.1 by @davidalmeidac in #4
  • docs(readme): expand studio companion section with actual feature state by @davidalmeidac in #5
  • feat(cli): TOTP rate limit + 0.2.0 release (SEC-009) by @davidalmeidac in #8
  • feat(java): mirror replay cache wiring (SEC-006 Java) by @davidalmeidac in #7
  • feat(node): wire replay cache into loadSealed/unseal (SEC-006 Node) by @davidalmeidac in #6
  • docs(spec): credential modernization — token format §11 + deploy mode §12 (0.3.0 contract) by @davidalmeidac in #9

New Contributors

Full Changelog: node-v0.1.0...java-v0.2.0