Skip to content

Releases: nuew/postgres-inet

v0.19.0: Version 0.19.0, as published on Crates.io

28 Nov 16:51

Choose a tag to compare

      Changelog:
    - Update dependency on postgres_types to 0.2
    - Update dependency on ipnetwork to <0.19

v0.15.4: Version 0.15.3, as published on Crates.io

19 Jun 20:39
v0.15.4
7b51b9b

Choose a tag to compare

Changelog:
    - Switch from depending on postgres to depending on postgres-shared,
      for future compatibility and compatibility with tokio-postgres.

v0.15.3: Version 0.15.3, as published on Crates.io

16 Feb 19:22
v0.15.3
0ca9d6b

Choose a tag to compare

Changelog:
    - Improved dependency specification for optional dependency
      "IpNetwork".
    - Changed name on Copyright declarations
    - Changed added lints from 'deny' to 'forbid'

v0.15.2: Version 0.15.2, as published on Crates.io

16 Feb 19:22
v0.15.2
9603e2b

Choose a tag to compare

Changelog:
    - `MaskedIpAddr::netmask` is deprecated in favor of
      `MaskedIpAddr::cidr`. They function identically.
    - Added `MaskedIpAddr::subnet_mask`.
    - Miscellaneous code cleanup.

v0.15.1: Version 0.15.1, as published on Crates.io

16 Feb 19:21
v0.15.1
c60a901

Choose a tag to compare

Changelog:
    - Removed dependency on byteorder
    - Performance improvements
    - Updated supported version of ip_network to 0.13
    - Documentation improvements
    - Removed deprecated clippy compiler plugin integration

v0.15.0: Version 0.15.0, as published on Crates.io

16 Feb 19:21
v0.15.0
6c2c15c

Choose a tag to compare

Changelog:
        - Added implementation of FromStr to MaskedIpAddr
        - Added optional From and To for IpNetwork
        - Improved Performance

v0.1.3: Version 0.1.3

16 Feb 19:21
v0.1.3
81455f1

Choose a tag to compare

v0.1.3: Version 0.1.3 Pre-release
Pre-release
Updates to depend on postgres 0.15

v0.1.2: Version 0.1.2

16 Feb 19:21
cf32631

Choose a tag to compare

v0.1.2: Version 0.1.2 Pre-release
Pre-release
Improves documentation, and bumps version dependancy on `postgres`.

v0.1.1: Version 0.1.1 as published on Crates.io

02 Apr 13:03
v0.1.1
7d76187

Choose a tag to compare

This fixes an incorrect repository URL in Cargo.toml.

v0.1.0

31 Mar 03:14
v0.1.0
0f7dd29

Choose a tag to compare

v0.1.0 Pre-release
Pre-release
Version 0.1.0 as published on Crates.io