Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.75 KB

CHANGELOG.MD

File metadata and controls

51 lines (35 loc) · 1.75 KB

0.3.4 - 2024.11.15

What's Changed

  • Further changes to PTR (I'm pretty bad at this), changes default provider from Cloudflare to System by @PrzemyslawKlys in #14

Full Changelog: https://github.com/EvotecIT/DnsClientX/compare/v...v0.3.4

0.3.2/0.3.3 - 2024.11.15

What's Changed

  • Few improvements, fix PTR by @PrzemyslawKlys in #12
  • Fix ptr & bump version by @PrzemyslawKlys in #13

Full Changelog: https://github.com/EvotecIT/DnsClientX/compare/v0.3.1...v0.3.2

0.3.1 - 2024.10.19

What's Changed

  • Bump System.Text.Json from 8.0.4 to 8.0.5 in /DnsClientX by @dependabot in #11

Full Changelog: https://github.com/EvotecIT/DnsClientX/compare/v0.3.0...v0.3.1

0.3.0 - 2024.09.19

  • Added IDN conversion (punycode) for domain names
  • Added timeout for UDP requests
  • Added error handling for UDP requests

0.2.2 - 2024.07.21

  • Update dll package

0.2.1 - 2024.04.27

What's new

  • Updated description of package

Full Changelog: https://github.com/EvotecIT/DnsClientX/compare/v0.2.0...v0.2.1

0.2.0 - 2024.04.27

What's Changed

  • Add TLSA record improvements & other by @PrzemyslawKlys in #7
    • Improves TLSA record processing, making sure it's the same output in all DnsProviders
    • Update dependency of System.Text.Json to 8.0.3
    • Other small updates
    • Removes old converting projects that won't be needed

Full Changelog: https://github.com/EvotecIT/DnsClientX/compare/v0.1.1...v0.2.0

0.1.1 - 2024.04.05

  • Fixes packaging for NUGET to display proper readme

0.1.0 - 2024.04.05

  • Initial release