Skip to content

Latest commit

 

History

History
62 lines (51 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

62 lines (51 loc) · 1.9 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[1.1.2] - 2018-08-08

Added

  • Introduce a build-docker-image.sh to simplify creation of the docker container.
  • Introduce Dockerfile.alpine for a fewest-possible-layers alternative that's 40% smaller.

Fixed

  • Resolved the OSGi bundling conflict with log4j.
  • Stop asking users to pass in MANTA_PUBLIC_KEY

Changed

  • Dockerfile to accept a path to a cosbench-manta jar and leverage that in a local.sh script which can be used to iterate more quickly
  • Updated Java Manta driver library to 3.2.3.

[1.1.1] - 2017-09-05

Changed

  • Upgraded Java Manta driver library to 3.1.6.
  • Upgraded Maven build dependencies.

[1.1.0] - 2016-04-06

Changed

  • Upgraded Java Manta driver library to 3.0.0.
  • Removed chunked encoding configuration option.
  • Added HTTP range testing support.

[1.0.7] - 2016-11-17

Changed

  • Upgraded Java Manta driver library.

[1.0.6] - 2016-01-13

Changed

  • Upgraded Java Manta driver library. Fixes DNS address list not rotating between workers.

[1.0.5] - 2016-01-08

Changed

  • Upgraded Java Manta driver library. Fixes multi-threaded issues with HTTP signing.

[1.0.4] - 2016-01-03

Changed

  • Changed from IOException to Exception traps.

[1.0.3] - 2016-01-02

Changed

  • Updated Manta client library to 2.2.0.
  • We now support all of the new configuration options in java-manta 2.2.0.

[1.0.2] - 2015-12-22

Changed

  • Updated Manta client library to 2.1.0 so that we can set maximum connections.
  • We now allow setting the private key in the COSBench configuration.

[1.0.1] - 2015-12-22

Fixed

  • Fixed OSGI import package scoping issue

[1.0.0] - 2015-12-22

Added

  • Initial check in of benchmarking functionality.
  • Added Dockerfile support.
  • Added sane build system using Maven.