Skip to content

Releases: Netflix/iep

v0.3.15

26 Jan 19:57
Compare
Choose a tag to compare
rxnetty 0.4.x auto-release cot working, force content copy

v0.3.14

24 Jan 17:07
Compare
Choose a tag to compare

Primary changes:

  • Allow retries on next server for UnknownHostException.
  • Fix launcher NPE for cleanup of empty directory.

A comprehensive list of changes can be found in the commit log: v0.3.13...v0.3.14

Use private ip

22 Jan 19:00
Compare
Choose a tag to compare
v0.3.13

Fix private ip tests

v0.3.11

19 Jan 04:41
Compare
Choose a tag to compare

Primary changes:

  • Use spectator 0.35.0 to fix compatibility issue.

A comprehensive list of changes can be found in the commit log: v0.3.10...v0.3.11

v0.3.10

18 Jan 18:26
Compare
Choose a tag to compare

Primary changes:

A comprehensive list of changes can be found in the commit log: v0.3.9...v0.3.10

Fix json decoder if array empty

12 Jan 20:08
Compare
Choose a tag to compare
v0.3.9

Add test to check support for empty array

v0.3.8

08 Jan 23:41
Compare
Choose a tag to compare

Primary changes:

  • Eureka test config will no longer try to register.
  • Update to eureka-client 1.3.7.
  • Fix for flakey rxhttp tests.

A comprehensive list of changes can be found in the commit log: v0.3.7...v0.3.8

Fix json length checker

07 Jan 15:48
Compare
Choose a tag to compare
v0.3.7

Fix release() for json testing; Fix max length check in json

Attempt to fix ByteBuf leak

06 Jan 21:27
Compare
Choose a tag to compare

Remove retain() from json sliced ByteBuf

Bug fix

06 Jan 03:53
Compare
Choose a tag to compare

len must be adjusted after all skipBytes (updates to readerIndex)