Skip to content

Releases: Netflix/dyno

v1.6.3

05 Mar 23:22
Compare
Choose a tag to compare
Migrate Secure port from TokenMapSupplier (#213)

This is getting more error prone, every time we add a new property to Host Object, it needs to be hand crafted carefully at many places.

Migrate Secure Port from TokenMapSupplier

23 Feb 19:40
Compare
Choose a tag to compare
Migrate Secure port from TokenMapSupplier (#213)

This is getting more error prone, every time we add a new property to Host Object, it needs to be hand crafted carefully at many places.

Multi key DEL and EXISTS

22 Feb 22:22
Compare
Choose a tag to compare
Pre-release
v1.6.3-rc.9

use Secure port for SSL given my TokenMapSupplier (#212)

Multi Key write operations

17 Feb 15:08
6f4ff28
Compare
Choose a tag to compare
Pre-release
MSET and MSETNX (#206)

* MSET and MSETNX

* adding support for multi set compression

* review comments

Fix Null Pointer Exception in MGET

15 Feb 21:37
681578e
Compare
Choose a tag to compare
Pre-release

We were trying to read binary keys even when they were not specified, causing a null pointer exception in mget operations.

Leak in compression & Unify Host objects

15 Feb 17:53
Compare
Choose a tag to compare

There has been a leak in the zlip.inflate that can lead to out of memory. Every read that needs to uncompress leaks memory, and failed compress attempts also may leak.

Also, the final host object given to ConnectionPool should be a union of information cherrypicked from host supplier and token map supplier. This version fixes these issues.

Use Hosts from Token Map Supplier

14 Feb 18:59
4d42719
Compare
Choose a tag to compare
Pre-release

Previously we were using hosts from the HostSupplier, which may or may not have a valid port in it, to prime connections. In this release, for every host from HostSupplier, we map the corresponding host from TokenMapSupplier, which has all the port information etc and use that to prime connections.

Retry CPU run off bug

01 Feb 23:54
Compare
Choose a tag to compare
Read the Atomic reference variable in the loop to avoid cpu run off. …

…(#201)

Consul Bug fix

11 Jan 19:36
Compare
Choose a tag to compare
Consul Bug fix Pre-release
Pre-release
 BugFix in ConsulHostSupplier (#200)

* BugFix in ConsulHostSupplier

* BugFix in ConsulHostSupplier

Binary Keys

21 Dec 17:25
c1820d6
Compare
Choose a tag to compare
Binary Keys Pre-release
Pre-release
Merge pull request #199 from Netflix/binarySupport

Binary support