Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: togglz/togglz

Release 3.3.1

15 Nov 10:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.3.1

3.2.0

13 May 07:02

Choose a tag to compare

  • Feature enums user now no longer require to add an isActive() method :-) it's now implemented as default method in the Feature interface.

3.1.2

02 May 11:10

Choose a tag to compare

Spring Boot actuator now allows to add multiple values as parameter by using space as separator: #726
Logging has been migrated to SLF4J. Beforehands togglz was prefering JUL: #682

3.1.1

31 Jan 14:04

Choose a tag to compare

[maven-release-plugin] copy for tag 3.1.1

3.1.0

26 Jan 13:56

Choose a tag to compare

[maven-release-plugin] copy for tag 3.1.0

3.0.0

23 Sep 09:26

Choose a tag to compare

  • Adds a Google Cloud Storage implementation #599 and #603

2.9.9

11 Aug 13:14

Choose a tag to compare

  • Spock: Add Togglz Spock extension
  • AWS S3: Three more configurations for s3 repository. Right now it's possible to set: sseCustomerAlgorithm, sseCustomerKey and sseCustomerKeyMD5
  • Update Dynamic Proxy Generation
  • Use ByteBuddy for Dynamic Proxy Generation
  • Update lettuce-core to 6.1.1.RELEASE
  • Update jedis to 3.6.0 and change Jedis Pool
  • Update groovy to 2.0
  • Update Spring to 5.3.7

2.9.8

04 May 08:39

Choose a tag to compare

  • Update hazelcast version

2.9.7

23 Apr 12:03

Choose a tag to compare

  • allow using togglz in war-packaged spring boot applications. #535

2.9.6

24 Feb 13:41

Choose a tag to compare

  • add setter for validateCSRFToken (#520)
  • add support for JUnit 4 again
  • add scripting engine strategy again (#451)
  • update from wildfly 8 to wildfly 22.0.1
  • add sdkman.rc file to avoid switching to jdk 8 manually