Skip to content
Permalink

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: 71fc443
Choose a base ref
...
head repository: dnsjava/dnsjava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca25720
Choose a head ref
  • 12 commits
  • 35 files changed
  • 4 contributors

Commits on Jan 18, 2026

  1. Return to -snapshot

    ibauersachs committed Jan 18, 2026
    Configuration menu
    Copy the full SHA
    b9180e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2026

  1. 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]>
    dependabot[bot] authored and ibauersachs committed Jan 27, 2026
    Configuration menu
    Copy the full SHA
    9f0fd8b View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. Configuration menu
    Copy the full SHA
    ad35cd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2026

  1. Fix config option key names in README

    lostnet authored and ibauersachs committed Feb 20, 2026
    Configuration menu
    Copy the full SHA
    75fcff1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2026

  1. Configuration menu
    Copy the full SHA
    c1478fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d3b1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6278133 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2026

  1. 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]>
    dependabot[bot] authored and ibauersachs committed Apr 26, 2026
    Configuration menu
    Copy the full SHA
    5055ebb View commit details
    Browse the repository at this point in the history

Commits on May 10, 2026

  1. Configuration menu
    Copy the full SHA
    8348de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    378aa24 View commit details
    Browse the repository at this point in the history
  3. 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
    MMauro94 authored and ibauersachs committed May 10, 2026
    Configuration menu
    Copy the full SHA
    d9327e8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2026

  1. Release v3.6.5

    ibauersachs committed May 23, 2026
    Configuration menu
    Copy the full SHA
    ca25720 View commit details
    Browse the repository at this point in the history
Loading