Skip to content

0.13

Latest
Compare
Choose a tag to compare
@Holmistr Holmistr released this 26 Aug 14:53
· 294 commits to master since this release

New Features

  • Add support for Hazelcast 5 (#1954)
  • Provide ability to set custom Maven settings when downloading artifacts (#1938)
  • Completely revamped documentation to be more user-friendly and problem oriented (#1945)

Enhancements

  • Synchronized test folders between driver-hazelcast3 and driver-hazelcast4 (#1927)
  • Updated netty-tcnative versions (7df3833)
  • Make benchmark-report tool run with Python 3 (#1932)
  • Make printed report file link clickable (#1933)
  • Update example configurations when simulator-wizard is used (#1936)
  • Make provisioner fail-fast when AWS subnet ID is not specified (#1937)

Bugfixes

  • Fixes an issu when the distribution didn't include the drivers' JARs which resulted in "Driver not found" errors (#1931)
  • Fix local runs for Hazelcast 3 and 4 (#1936)
  • Fixed simulator-wizard cloudProvider selection (#1937)
  • Respect non-default locations of local Maven repository (#1938)
  • Fix bringmyown version spec for local runs (#1938)
  • Fix deadlock when error occurs in DownloadTask during shutdown (#1939)
  • Fix benchmark-report when there is no data (#1942)
  • Fix vertical drop in throughput charts (#1943)
  • Fix downloading of drivers through Maven on MacOS (#1945)
  • Fix sleep time in MapEntryListenerTest (#1953)

Breaking changes

  • Disabled JDK_FLAVOR setting in simulator.properties by default (#1922)