Skip to content

Releases: tbessenreither/multi-level-cache

v1.4.2

23 Mar 18:05
3eed794

Choose a tag to compare

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

22 Mar 20:14
4920482

Choose a tag to compare

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

22 Mar 12:04
9c0a22c

Choose a tag to compare

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

19 Mar 21:02
027fa1b

Choose a tag to compare

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

19 Mar 20:48
68836f6

Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

18 Mar 15:55
b5c15eb

Choose a tag to compare

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

13 Mar 21:27
d02f690

Choose a tag to compare

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

13 Mar 17:58
1fe3514

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

11 Mar 18:13
4aa20bb

Choose a tag to compare

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

10 Mar 17:01
6c1afb4

Choose a tag to compare

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