Skip to content

Latest commit

 

History

History
85 lines (46 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

85 lines (46 loc) · 2.67 KB

Changelog

All notable changes to this project will be documented in this file.

[0.4.0] - 2024-02-25

Features

  • Validate address when reading the config (02b741d)
  • Optional port in config file (256c1a3)
    • BREAKING! ⚠️ : optional port in config file

[0.3.1] - 2023-01-04

Performance

  • Use writeln! for better performance (80addf6)

[0.3.0] - 2023-01-03

Features

  • Print config snippets of error location (7879671)

[0.2.2] - 2022-12-28

Performance

  • Migrate to owo-color (64dc398)

    It has fewer dependencies

[0.2.1] - 2022-12-21

Bug fixes

  • Wrong crate name in error message (5aa6f47)

[0.2.0] - 2022-12-21

Features

Bug fixes

  • Change --file to --config (4969414)

    It is more self-describable.

[0.1.6] - 2021-04-20

Bug fixes

  • Tell user if no zone found (4e5cd51)

    If the target record is not found, show the default record (SOA). Otherwise, it's no zone.

[0.1.5] - 2021-04-08

Bug fixes

  • Avoid all panics with proper error handling (71a6e4b)

    Make sure all the unwrap() is safe and has proper error handling

  • Panic if default config also doesn't exist (fb84831)

[0.1.2] - 2021-02-22

Features

  • Use name server reply (SOA) if record answer is empty (2e93189)

    If the answer is empty digs will display nothing. Instead of this behavior, digs will show the default reply of DNS name server which is a SOA record.

    Other DNS command-line client such as dig and dog also has this behavior.

  • Support CNAME record (4ce3318)

    Digs now able to query CNAME record