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: libdns/libdns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.3
Choose a base ref
...
head repository: libdns/libdns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 13 commits
  • 6 files changed
  • 2 contributors

Commits on Mar 11, 2025

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

Commits on Mar 15, 2025

  1. Document exact semantics of DNS interfaces (#152)

    * Document exact semantics of DNS interfaces
    
    Closes #145
    
    Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
    
    * Reformat documentation for better readability on pkg.go.dev
    
    ---------
    
    Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
    gucci-on-fleek and mholt authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    013384d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Configuration menu
    Copy the full SHA
    1cd79c4 View commit details
    Browse the repository at this point in the history
  2. Minor docs enhancements

    - Repeat advice to return specific types rather than generic RR struct, for visibility
    - Rename unexported method
    - Fix readme
    mholt committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    2f73319 View commit details
    Browse the repository at this point in the history
  3. Add links to 1.0 beta godocs

    mholt committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    f18b99b View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2025

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

Commits on Apr 16, 2025

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

Commits on Apr 19, 2025

  1. Support 2-label SRV names (fix #163) (#164)

    * Support 2-label SRV names (fix #163)
    
    * Support 1 and 2-label ServiceBinding names
    
    ---------
    
    Co-authored-by: Max Chernoff <git@maxchernoff.ca>
    mholt and gucci-on-fleek authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    8fedb4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db2a2dd View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

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

Commits on Apr 23, 2025

  1. Create RR.ProviderData (close #119) (#169)

    * Create RR.ProviderData (close #119)
    
    * Add omitempty to the optional field
    
    * Move ProviderData to specific struct types, not RR
    
    * Update libdns.go
    
    Co-authored-by: Max Chernoff <git@maxchernoff.ca>
    
    ---------
    
    Co-authored-by: Max Chernoff <git@maxchernoff.ca>
    mholt and gucci-on-fleek authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    e0df105 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Minor docs enhancements

    mholt committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    5058491 View commit details
    Browse the repository at this point in the history
  2. Clarify ProviderData field

    mholt committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    9b97177 View commit details
    Browse the repository at this point in the history
Loading