Releases: tbessenreither/multi-level-cache
Releases · tbessenreither/multi-level-cache
v1.4.2
What's Changed
- feat: improved invalidator service and added mixin to the generated cached services; by @tbessenreither in #29
Full Changelog: v1.4.1...v1.4.2
v1.4.1
What's Changed
- feat: made redis client connection lazy and more flexible; by @tbessenreither in #26
- chore: added Autowiring for RedisClientProviderInterface and made RedisAbstractoinService lazier while still do connection checks; by @tbessenreither in #27
- chore: updated CopycatConfig env var description; by @tbessenreither in #28
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- feat(CSG): the CSG now auto transfers all interfaces from the Source Service to the Cached Service; by @tbessenreither in #25
- Improvement of transfer logic of interfaces and use statements to prevent adding entries twice
Full Changelog: v1.3.5...v1.4.0
v1.3.5
What's Changed
- chore: kicked out a couple of dependencies that shouldn't be needed; by @tbessenreither in #24
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- minor bugfix and added FAQ to doc; by @tbessenreither in #23
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- chore: deprecated two arguments of getBulk that are redundant but kept for bc reasons. Also prepared a switch away from prefix constant in cached services; by @tbessenreither in #18
- Chore/cleanup of getBulk by @tbessenreither in #19
- chore: cleanup and improvement of documentation; by @tbessenreither in #20
- Chore/minor documentation changes; by @tbessenreither in #21
- chore: Minor improvements and removal of duplicate code; by @tbessenreither in #22
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- feature(Profiler): added occurrences to issues and layed foundations for future hints and automated data analysis in profiler; by @tbessenreither in #17
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Test/more tests by @tbessenreither in #16
- Minor bugfixes and stability improvements
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- feat(additionalCacheKeyGetter): MLC now can be made aware of cache relevant keys that are not passed into a method via arguments; by @tbessenreither in #15
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- feat(FetchAllCachedServices): added primary detection method of looking up PSR-4 in composer.json with previous vendor directory detection as fallback; by @tbessenreither in #12
- upstream port of BulkRequest caching; by @tbessenreither in #13
- chore: typo fix and code style cleanup by @tbessenreither in #14
Full Changelog: v1.1.6...v1.2.0