This repository was archived by the owner on Aug 12, 2024. It is now read-only.
Releases: spotify/dns-java
Releases · spotify/dns-java
v3.3.2
v3.3.1
v3.3.0
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
v3.2.1
v3.2.0
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
to3.0.1
- Upgrade source/target to Java 9
- Upgrade
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
Updates to the latest version of dnsjava.
v3.1.4
3.1.3
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
NOTE: this is a broken release, please use 3.1.3 or later instead.