Skip to content

Releases: Bas-Man/rust-decon-spf

V.0.3.3

Choose a tag to compare

@Bas-Man Bas-Man released this 25 Dec 05:27
a281128

Full Changelog: V.0.3.2...V.0.3.3

V.0.3.2

Choose a tag to compare

@Bas-Man Bas-Man released this 07 Dec 11:43
1dc5f60

Full Changelog: V.0.3.1...V.0.3.2

V.0.3.1

Choose a tag to compare

@Bas-Man Bas-Man released this 06 Dec 04:13
452347e
  • Fixes Spf<String> to SpfBuilder

Full Changelog: V.0.3.0...V.0.3.1

V.0.3.0

Choose a tag to compare

@Bas-Man Bas-Man released this 03 Dec 07:21
7c89dd6

What's Changed

Full Changelog: v0.2.6...V.0.3.0

v0.2.7

Choose a tag to compare

@Bas-Man Bas-Man released this 28 Apr 08:59
c210689

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

Choose a tag to compare

@Bas-Man Bas-Man released this 18 Dec 02:54
06caf3d

This release adds serde support. Serialization and Deserialization

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

Release 0.2.5

Choose a tag to compare

@Bas-Man Bas-Man released this 04 Nov 10:29
e251a40

What's Changed

New Contributors

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

Version 0.2.4

Choose a tag to compare

@Bas-Man Bas-Man released this 21 Jan 00:48
2e10a61
  • 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

Choose a tag to compare

@Bas-Man Bas-Man released this 09 Dec 06:05
f2b6c88

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

Choose a tag to compare

@Bas-Man Bas-Man released this 02 Nov 06:46
5aba723

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