Skip to content

Tags: Ahoo-Wang/CoCache

Tags

v4.2.0

Toggle v4.2.0's commit message
chore(release): bump version to 4.2.0

Update project version (4.1.0 -> 4.2.0) and refresh wiki docs (changelog, quick-start, index, unit-testing) which were stale at 4.0.2. Dependency table synced to current versions.

v4.1.0

Toggle v4.1.0's commit message
chore(release): 4.1.0

v4.0.2

Toggle v4.0.2's commit message
chore(github): add release configuration for automated changelog gene…

…ration

- Configure exclusion of 'ignore-for-release' label from changelog
- Set up categories for different types of changes with appropriate labels
- Define sections for features, bug fixes, performance improvements, and breaking changes
- Include documentation, maintenance, and dependency update categories
- Add catch-all category for other changes with wildcard label
- Structure changelog with emoji indicators for better readability

Signed-off-by: Ahoo Wang <ahoowang@qq.com>

v4.0.1

Toggle v4.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(redis): replace jackson with tools.jackson and inject Object…

…Mapper (#424)

- Replace com.fasterxml.jackson with tools.jackson dependencies
- Remove custom JsonSerializer and use injected ObjectMapper
- Add spring-boot-starter-jackson dependency
- Update RedisDistributedCacheFactory to accept ObjectMapper bean
- Modify tests to include JacksonAutoConfiguration
- Update ObjectToJsonCodecExecutor to use injected ObjectMapper

Signed-off-by: Ahoo Wang <ahoowang@qq.com>

v4.0.0

Toggle v4.0.0's commit message
chore(release): bump version to 4.0.0

- Updated project version from 3.10.5 to 4.0.0
- Prepared for major release changes

Signed-off-by: Ahoo Wang <ahoowang@qq.com>

v3.10.5

Toggle v3.10.5's commit message
chore(release): bump version to 3.10.5

- Update project version in gradle.properties
- Prepare for next release cycle

Signed-off-by: Ahoo Wang <ahoowang@qq.com>

v3.10.3

Toggle v3.10.3's commit message
test(cocache-spring-cache): add clear method test case for CoherentCache

- Implement a test case for clearing CoherentCache in CoSpringCache
- Add mockk and every imports for mocking CoherentCache
- Include a test case for retrieve with a non-existent key

Signed-off-by: Ahoo Wang <ahoowang@qq.com>

v3.10.2

Toggle v3.10.2's commit message
build: update version to 3.10.2

- Incremented version number from 3.10.1 to 3.10.2 in gradle.properties file

Signed-off-by: Ahoo Wang <ahoowang@qq.com>

v3.10.1

Toggle v3.10.1's commit message
build: bump version to 3.10.1

- Update version in gradle.properties from 3.10.0 to 3.10.1

Signed-off-by: Ahoo Wang <ahoowang@qq.com>

v3.10.0

Toggle v3.10.0's commit message
test(cache): add default cache convert test for Caffeine and Guava

- Add test cases to verify default cache conversion for Caffeine and Guava
- Implement `defaultCacheConvert` function in both CaffeineCacheTest and GuavaCacheTest
- Use `assert` to check if the converted cache is not null

Signed-off-by: Ahoo Wang <ahoowang@qq.com>