Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Releases: spotify/dns-java

v3.3.2

21 Sep 15:23
Compare
Choose a tag to compare

Fix incompatible interface bug - #53
Bump guava version - #52

v3.3.1

21 Sep 10:07
Compare
Choose a tag to compare

Switch back to compiling with jdk 8 and remove java modules - #50 and #51

This release includes an interface bug that was fixed in https://github.com/spotify/dns-java/releases/tag/v3.3.2

v3.3.0

20 Sep 11:18
Compare
Choose a tag to compare

Use LookupSession for async lookups - #47
Revert "build dnsjava with jdk 8" - #49

Thanks to @ibauersachs

This release has a backwards-compatibility bug that was fixed in https://github.com/spotify/dns-java/releases/tag/v3.3.2

v3.2.2

19 Mar 15:58
Compare
Choose a tag to compare

#40 Upgrade dnsjava to 3.0.2 which fixes dnsjava/dnsjava#95

v3.2.1

16 Mar 11:14
Compare
Choose a tag to compare

DO NOT USE THIS VERSION - USE 3.2.2

Bugfix on DnsSrvWatcher.newBuilder(DnsSrvResolver, com.google.common.base.Function<LookupResult, T>)

v3.2.0

16 Mar 09:07
Compare
Choose a tag to compare

DO NOT USE THIS VERSION - USE 3.2.2

  • #31 Allow users to specify DNS servers to use
  • #38 Adds JPMS module declaration
    • Upgrade dnsjava to 3.0.1
    • Upgrade source/target to Java 9

Warning: This version has a bug when using DnsSrvWatchers.newBuilder(DnsSrvResolver, com.google.common.base.Function<LookupResult, T>) which was fixed in v3.2.1. See #39

v3.1.5

18 Apr 10:46
Compare
Choose a tag to compare

Updates to the latest version of dnsjava.

v3.1.4

20 Sep 13:43
Compare
Choose a tag to compare

Catch one more type of exception when loading from cache, see #27

3.1.3

10 Aug 14:23
Compare
Choose a tag to compare

Re-fixes the same problem that 3.1.2 was meant to fix - it turned out to be harder than initially thought.

3.1.2

09 Aug 13:09
Compare
Choose a tag to compare

NOTE: this is a broken release, please use 3.1.3 or later instead.