Skip to content

Releases: redis-field-engineering/redis-cache-java-dist

Release v0.9.6

14 May 01:36

Choose a tag to compare

Changelog

🐛 Fixes

  • cca988c build: pin Netty 4.2.x for Spring Boot 3 builds (#42), closes #42

🛠 Build

  • 911e601 publish Spring Boot 3 artifacts in release workflow (#41), closes #41

📝 Documentation

  • 3896950 update Antora version to 0.9.5

Release v0.9.5

13 May 22:54

Choose a tag to compare

Changelog

🚀 Features

  • 94d05d3 support both Spring Boot 3 and Spring Boot 4 (#40), closes #40

📝 Documentation

  • 7154819 update Antora version to 0.9.4

Release v0.9.4

13 May 20:17

Choose a tag to compare

Changelog

📝 Documentation

  • be311ba update Antora version to 0.9.3

  • 32dfd57 Tolerate racing index creation with mismatching definition (#39), closes #39

Release v0.9.3

11 May 22:32

Choose a tag to compare

Changelog

📝 Documentation

  • e20b00e update Antora version to 0.9.2

⚙️ Dependencies

  • 7c0f206 bump gradle-wrapper from 9.2.1 to 9.4.1 (#30), closes #30
  • a9e2758 bump redis-commons from 0.2.1 to 1.0.1 (#33), closes #33

  • b597ba7 Reconcile search index instead of drop-and-create on cache init (#38), closes #38

Release v0.9.2

30 Apr 18:01

Choose a tag to compare

Changelog

📝 Documentation

  • 0c2eab9 update Antora version to 0.9.1

  • 8c3f502 Avoid Jackson 2 for Redis JSON cache (#37), closes #37

Release v0.9.1

29 Apr 22:06

Choose a tag to compare

Changelog

📝 Documentation

  • 392fc37 update Antora version to 0.9.0

  • d2a2173 Fall back to Jackson 3 JSON mapper (#36), closes #36

Release v0.9.0

25 Apr 16:58

Choose a tag to compare

Changelog

🐛 Fixes

  • 52708ee Split JReleaser into deploy and release steps

🧰 Tasks

  • ecdcf1c Fix JReleaser signing deprecation warning (#17), closes #17

📝 Documentation

  • 4d906ff Updated README

  • d47fdb2 Fix release workflow permissions (#35), closes #35
  • afddc9f Add Jackson 3 cache mapper support (#34), closes #34
  • c6b7567 Refactor invalidate listener to use addInvalidateListener method (#19), closes #19
  • 548cc05 Add gradle-build-tasks parameter to release workflow (#18), closes #18
  • f222a7c Simplify release workflow using reusable workflow (#16), closes #16
  • e6115e5 Remove duplicate images from .github/media
  • 7e5d28e Run Gradle build directly instead of using wrapper action
  • a45c35d Use JReleaser action instead of separate release/notification actions
  • f5620b4 Migrate to modular composite actions for release workflow
  • b8bf41f Use centralized Antora version update from workflow
  • e7a5d64 Add automatic Antora version update to release workflow
  • 7d0f13d Remove tags from Antora playbook to speed up builds
  • ebf7bae Set documentation version to 0.8.0 (current release)
  • 844eac0 Configure Antora for multi-version documentation using tags
  • 8e6286f Migrate README to Antora documentation site
  • 73b8d95 Centralize build and release workflows using new axion-specific workflows
  • 8141f4e Use centralized build workflow from redis-github-workflows
  • 0eea22c Revert to single JReleaser step with full-release

Release v0.8.0

13 Jan 03:51

Choose a tag to compare

Changelog

🐛 Fixes

  • 2dcdebd Make caffeineLocalCache test more reliable

Release v0.6.0

30 Dec 03:23

Choose a tag to compare

Changelog

  • 7daea1e Upgrade to Spring Boot 4.0.1 and fix testcontainers compatibility (#12), closes #12

Release v0.5.1

30 Dec 02:25

Choose a tag to compare

Changelog

🔀 Merge

🔄️ Changes

  • ddf0f6d Migrate version management from gradle.properties to version catalog

🧰 Tasks

  • 205ed48 Update Gradle wrapper to 9.2.1

📝 Documentation

  • b8fa8c8 Added javadoc

  • 1dcab8a Add description to POM files for Maven Central compliance
  • 327bd1b Added maven central credentials
  • 4cdd41b Migrate version management to Gradle version catalog and add Javadoc (#11), closes #11
  • 398a628 Remove lettucemod dependency and replace with native Lettuce implementations (#8), closes #8
  • f052ed8 Refactor gradle build and CI/CD to align with korvet project (#7), closes #7
  • 15ed56d Bump to next development version 0.5.1-SNAPSHOT