Skip to content

Releases: qaware/collection-cacheable-for-spring

1.3.0

03 Feb 18:30
Compare
Choose a tag to compare

What's Changed

  • Add support for non-Map-like return values. See #17. Please prefer using Map whenever possible, as List return type is potentially slow. Also Map might take a performance hit as we're building a proxy class.
  • Bump spring-boot-starter-parent from 2.5.5 to 2.5.6 by @dependabot in #12
  • Bump spring-boot-starter-parent from 2.5.6 to 2.6.0 by @dependabot in #14
  • Bump spring-boot-starter-parent from 2.6.0 to 2.6.1 by @dependabot in #15
  • Bump spring-boot-starter-parent from 2.6.1 to 2.6.2 by @dependabot in #16
  • Bump spring-boot-starter-parent from 2.6.2 to 2.6.3 by @dependabot in #18

Full Changelog: version-1.2.0...version-1.3.0

1.2.0

14 Oct 09:28
Compare
Choose a tag to compare

What's Changed

  • Bump spring-boot-starter-parent from 2.5.3 to 2.5.5 by @dependabot in #9 #10
  • Add trace logging to @CollectionCacheable operation, fixes #11

New Contributors

Full Changelog: version-1.1.2...version-1.2.0

1.1.2

05 Aug 18:30
Compare
Choose a tag to compare

Removed @ComponentScan

Full Changelog: version-1.1.0...version-1.1.2

1.1.0

05 Aug 18:21
Compare
Choose a tag to compare

Support for List and Set in method argument, see #8. Thanks @prokop7.

1.0.2

29 Jul 05:14
Compare
Choose a tag to compare

Upgrade dependencies, in particular to Spring Boot 2.5.3

1.0.1

28 Feb 10:59
Compare
Choose a tag to compare

Dummy release to test new release.sh script, identical to 1.0.0

1.0.0

31 Dec 11:35
Compare
Choose a tag to compare

Initial release based on internally used code. Hope this serves you all well!