Skip to content

Commit

Permalink
Updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Apr 25, 2017
1 parent 0e30f52 commit 1dc8cf2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Change History

## April 25 2017: v1.27.0

Feature, Performance improvements and bug fix release.

* **New Features**

- Added `BatchGetObjects` method.
- Added Exponential Backoff by introducing `BasePolicy.SleepMultiplier`. Only Values > 1.0 are effective. PR #192, thanks to [Venil Noronha](https://github.com/venilnoronha)

* **Improvements**

- Packer tries to see if it can use generic data types before using reflection.
- Operations, including CDTs do not allocate a buffer anymore, unless reused.

* **Incompatible changes**:
- `BinName` and `BinValue` are not exported in `Operation` anymore. These fields shouldn't have been used anyway since `Operation`s used to cache their internal command.

* **Fixes**

- Documentation Fixes. Thanks to [Nassor Paulino da Silva](https://github.com/nassor) and [HArmen](https://github.com/alicebob)


## April 5 2017: v1.26.0

Feature, Performance improvements and bug fix release.
Expand Down

0 comments on commit 1dc8cf2

Please sign in to comment.