Skip to content

Releases: Bas-Man/rust-decon-spf

v0.2.7

28 Apr 08:59
c210689
Compare
Choose a tag to compare

This release fixes the follwing:

  • Increase limit MAX_SPF_STRING_LENGTH to 512 see issue #2. This wil require some more thought on how to address as I work through adding testing.

  • Address case where ip4 and ip6 address incorrect append CIDR information for a single host address ip4:xxx.xxx.xxx.xxx is returned as ip4:xxx.xxx.xxx.xxx/32 in ip4 case.

Version 0.2.6

18 Dec 02:54
06caf3d
Compare
Choose a tag to compare

This release adds serde support. Serialization and Deserialization

Full Changelog: v0.2.5...v0.2.6

Release 0.2.5

04 Nov 10:29
e251a40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.4...v0.2.5

Version 0.2.4

21 Jan 00:48
2e10a61
Compare
Choose a tag to compare
  • Add strict-dns feature
    • With this feature enabled. DNS strings are checked using the addr crate. By default this feature is disabled.
  • Code which was deprecated as of 0.2.0 has been removed.
  • Mechanism::new_* functions have been marked as deprecated. New functions which support the strict-dns feature have been added. These old functions will be fully deprecated with version 0.3.0 and then removed in a further future update.

Full Changelog: v0.2.3...v0.2.4

Version 0.2.2

09 Dec 06:05
f2b6c88
Compare
Choose a tag to compare

Add feature: warn-dns
This feature enables syntactical testing of DNS Host and Domain names.

If any host/domain is not valid. Then has_warnings() will be set to true and a vec of invalid records can be accessed using warnings()

Full Changelog: v0.2.0...v0.2.2

Version 0.2.0

02 Nov 06:46
5aba723
Compare
Choose a tag to compare

This is a significant update.

  • Improved parsing ability. Implementation of Display and FromStr traits.
  • Error Messages
  • *Note: There are a number of breaking changes. See the CHANGELOG

Full Changelog: v0.1.0...v0.2.0