Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
khaf committed Oct 12, 2017
1 parent 74bdfab commit 8945d75
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change History

## October 12 2017: v1.30.0

Fix and improvements release.

* **Changes**

- Deprecated LDTs and removed them from the official build.
- Change supported go versions to 1.7+ due to gopher-lua requiring `Context`.

* **Improvements**

- Get socket timeout once per command execution, do not redefine err var in command execution loop. PR #211, thanks to [Maxim Krasilnikov](https://github.com/chapsuk)
- Allow running a UDF on a specific node only.
- Close cluster only once. PR #208, thanks to [Jun Kimura](https://github.com/bluele)
- Use actual cluster name in tests instead of assuming `null`.
- Check for the type of error as well in Duplicate Index Creation.
- Update description for error code 21. PR #207, thanks to [Maxim Krasilnikov](https://github.com/chapsuk)

## September 5 2017: v1.29.0

Feature and improvements release.
Expand Down

0 comments on commit 8945d75

Please sign in to comment.