-
Notifications
You must be signed in to change notification settings - Fork 262
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: dnsjava/dnsjava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: dnsjava/dnsjava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.5-1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 35 files changed
- 4 contributors
Commits on Jan 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for b9180e4 - Browse repository at this point
Copy the full SHA b9180e4View commit details
Commits on Jan 27, 2026
-
Bump org.assertj:assertj-core from 3.27.6 to 3.27.7
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.6 to 3.27.7. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.6...assertj-build-3.27.7) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9f0fd8b - Browse repository at this point
Copy the full SHA 9f0fd8bView commit details
Commits on Feb 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ad35cd7 - Browse repository at this point
Copy the full SHA ad35cd7View commit details
Commits on Feb 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 75fcff1 - Browse repository at this point
Copy the full SHA 75fcff1View commit details
Commits on Feb 28, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c1478fa - Browse repository at this point
Copy the full SHA c1478faView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2d3b1b - Browse repository at this point
Copy the full SHA c2d3b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6278133 - Browse repository at this point
Copy the full SHA 6278133View commit details
Commits on Apr 26, 2026
-
Bump org.bouncycastle:bcprov-jdk18on from 1.83 to 1.84
Bumps [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.83 to 1.84. - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) --- updated-dependencies: - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: '1.84' dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5055ebb - Browse repository at this point
Copy the full SHA 5055ebbView commit details
Commits on May 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8348de0 - Browse repository at this point
Copy the full SHA 8348de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 378aa24 - Browse repository at this point
Copy the full SHA 378aa24View commit details -
Add getXxxAsByteArray() getters and overload with escape boolean
As discussed in the issue below, the library currently exposes character strings only as escaped strings for textual representation. This is a limitation as users are forced to deal with unnecessary escapes for application logic, and are also limited to interpret bytes as UTF-16 (as `byteArrayToString` casts bytes to `char`), whilst RFCs do not state which encoding for bytes should be used. This commit adds: - `getXxxAsByteArray()` getters that expose the "raw" byte array, allowing full control to users. This follows the already established pattern in 'TXTBase` with the `getStringsAsByteArrays()` method - an overload of the existing getters, which allows to pass an `escape` boolean: `true` (the default) is the current behavior, while `false` simply converts the bytes to a String using the UTF-8 encoding Closes #404
Configuration menu - View commit details
-
Copy full SHA for d9327e8 - Browse repository at this point
Copy the full SHA d9327e8View commit details
Commits on May 23, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ca25720 - Browse repository at this point
Copy the full SHA ca25720View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.6.4...v3.6.5-1