Skip to content

Commit

Permalink
Update CHANGES.md for release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehankland committed Dec 10, 2015
1 parent b084086 commit 7d744b6
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# 1.0.0

New features:
* Added decoders to configs which allow for additional config validation
(GH-672)
* Add support for GCE custom VMs (GH-664)
* Providers can now selectively support benchmarks (GH-690)

Breaking changes:
* Enhanced config usage by multi-node benchmarks - this changes some of their
default metadata. (GH-669)
* YCSB histogram results are now not included by default (GH-656)

Enhancements:
* Ping benchmark is now bi-directional (GH-685)
* Metadata flag can be specified multiple times (GH-684)
* Allow AWS regions as well as zones (GH-658)
* Added 'vm_count' metadata to all benchmarks (GH-659)
* GCP now creates networks (GH-648)
* Added provision and teardown run_stages (GH-652)
* Update tomcat_wrk to report more samples (GH-650)
* Add a flag to control the log file log level (GH-651)

Bugfixes and maintenance updates:
* Added helper for mocking FLAGS (GH-678)
* Fix for silo benchmark which fails when running behind proxy (thanks
@mateusz-blaszkowski; GH-680)
* Fix for not-installed curl package (thanks @mateusz-blaszkowski; GH-681)
* Invoke YCSB from its installation directory (GH-677)
* Fix bug with detecting run_uris (GH-673)
* Fix the image_project flag so it works as intended (thanks @wonderfly; GH-666)
* Add explicit --boot-disk-auto-delete to GCE VM creation (GH-670)
* Improved the README layout and fixed errors (GH-661, GH-660)
* Broaden exception caught during PKB run (GH-667)
* Fixed bug with run stages (GH-665)
* Fixed formatting of docstring (thanks @wonderfly; GH-662)
* Fixed bug with GCP networks (GH-663)
* Add GetMachineTypeDict() to replace machine_type in Sample metadata (GH-653)
* Add GcloudCommand helper (GH-649)
* Fixed Tomcat download URL (GH-700)
* Retry RemoteCopy operations (GH-699)
* Various fixes to data disks for OpenStack (thanks @meteorfox; GH-688)

# 0.24.0

New features:
Expand Down

0 comments on commit 7d744b6

Please sign in to comment.