ValiMail/dane_jwe_jws

View on GitHub
CHANGELOG.rst

Summary

Maintainability
Test Coverage
Changelog
=========


v0.12
-----
- Build(deps): bump dane-discovery from 0.19 to 0.20. [dependabot[bot]]

  Bumps [dane-discovery](https://github.com/valimail/dane_discovery) from 0.19 to 0.20.
  - [Release notes](https://github.com/valimail/dane_discovery/releases)
  - [Commits](https://github.com/valimail/dane_discovery/commits)

  ---
  updated-dependencies:
  - dependency-name: dane-discovery
    dependency-type: direct:production
    update-type: version-update:semver-minor
  ...
- Build(deps): update sphinx requirement from ~=4.2 to ~=4.3.
  [dependabot[bot]]

  Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
  - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
  - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
  - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.2.0...v4.3.0)

  ---
  updated-dependencies:
  - dependency-name: sphinx
    dependency-type: direct:production
  ...


v0.11 (2021-10-18)
------------------
- Build(deps): bump dane-discovery from 0.18 to 0.19. [dependabot[bot]]

  Bumps [dane-discovery](https://github.com/valimail/dane_discovery) from 0.18 to 0.19.
  - [Release notes](https://github.com/valimail/dane_discovery/releases)
  - [Commits](https://github.com/valimail/dane_discovery/commits)

  ---
  updated-dependencies:
  - dependency-name: dane-discovery
    dependency-type: direct:production
    update-type: version-update:semver-minor
  ...
- Build(deps): update pytest-cov requirement from ~=2.12 to ~=3.0.
  [dependabot[bot]]

  Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
  - [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
  - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
  - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.12.0...v3.0.0)

  ---
  updated-dependencies:
  - dependency-name: pytest-cov
    dependency-type: direct:production
  ...


v0.10 (2021-10-01)
------------------

Changes
~~~~~~~
- Increment minor version, update CHANGELOG.rst. [Ash Wilson]

Other
~~~~~
- Build(deps): bump dane-discovery from 0.17 to 0.18. [dependabot[bot]]

  Bumps [dane-discovery](https://github.com/valimail/dane_discovery) from 0.17 to 0.18.
  - [Release notes](https://github.com/valimail/dane_discovery/releases)
  - [Commits](https://github.com/valimail/dane_discovery/commits)

  ---
  updated-dependencies:
  - dependency-name: dane-discovery
    dependency-type: direct:production
    update-type: version-update:semver-minor
  ...
- Build(deps): update sphinx requirement from ~=4.1 to ~=4.2.
  [dependabot[bot]]

  Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
  - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
  - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
  - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.1.0...v4.2.0)

  ---
  updated-dependencies:
  - dependency-name: sphinx
    dependency-type: direct:production
  ...
- Build(deps): update jwcrypto requirement from ~=0.7 to >=0.7,<2.0.
  [dependabot[bot]]

  Updates the requirements on [jwcrypto](https://github.com/latchset/jwcrypto) to permit the latest version.
  - [Release notes](https://github.com/latchset/jwcrypto/releases)
  - [Commits](https://github.com/latchset/jwcrypto/compare/v0.7.0...v1.0.0)

  ---
  updated-dependencies:
  - dependency-name: jwcrypto
    dependency-type: direct:production
  ...


v0.9 (2021-07-21)
-----------------

New
~~~
- Support PKI with intermediate certificates. [Ash Wilson]

Changes
~~~~~~~
- Update CHANGELOG.rst. [Ash Wilson]
- Align tests with reorganized dane-discovery library. [Ash Wilson]

Other
~~~~~
- Build(deps): bump dane-discovery from 0.16 to 0.17. [dependabot[bot]]

  Bumps [dane-discovery](https://github.com/valimail/dane_discovery) from 0.16 to 0.17.
  - [Release notes](https://github.com/valimail/dane_discovery/releases)
  - [Commits](https://github.com/valimail/dane_discovery/commits)

  ---
  updated-dependencies:
  - dependency-name: dane-discovery
    dependency-type: direct:production
    update-type: version-update:semver-minor
  ...
- Build(deps): update sphinx requirement from ~=4.0 to ~=4.1.
  [dependabot[bot]]

  Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
  - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
  - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
  - [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.0...v4.1.0)

  ---
  updated-dependencies:
  - dependency-name: sphinx
    dependency-type: direct:production
  ...


v0.8 (2021-06-08)
-----------------

Changes
~~~~~~~
- Update version pin for dane-discovery to v0.16. [Ash Wilson]


v0.7 (2021-06-07)
-----------------
- Build(deps): bump dane-discovery from 0.14 to 0.15. [dependabot[bot]]

  Bumps [dane-discovery](https://github.com/valimail/dane_discovery) from 0.14 to 0.15.
  - [Release notes](https://github.com/valimail/dane_discovery/releases)
  - [Commits](https://github.com/valimail/dane_discovery/commits)

  ---
  updated-dependencies:
  - dependency-name: dane-discovery
    dependency-type: direct:production
    update-type: version-update:semver-minor
  ...


v0.6 (2021-06-04)
-----------------

Changes
~~~~~~~
- Update dane-discovery pin to v0.14. This update includes changes to
  the pattern used for forming the PKIXCD CA certificate URL. [Ash
  Wilson]

  Close #11


v0.5 (2021-05-31)
-----------------

Fix
~~~
- Fix issue where only PKIX-CD certs were retrieved for authentication.
  [Ash Wilson]

  Close #9


v0.4 (2021-05-28)
-----------------

Changes
~~~~~~~
- Improve flexibility of Utility.get_pubkey_from_dns(). [Ash Wilson]

  Unspecified ``dane_type`` argument for Util.get_pubkey_from_dns()
  will cause the first entity certificate of any type to be returned.

  Close #7


v0.3 (2021-05-19)
-----------------

Changes
~~~~~~~
- Update CHANGELOG.rst. [Ash Wilson]
- Add strict mode support. [Ash Wilson]

  Closes #1

Other
~~~~~
- Build(deps): bump dane-discovery from 0.6 to 0.11. [dependabot[bot]]

  Bumps [dane-discovery](https://github.com/valimail/dane_discovery) from 0.6 to 0.11.
  - [Release notes](https://github.com/valimail/dane_discovery/releases)
  - [Commits](https://github.com/valimail/dane_discovery/commits)
- Build(deps): update pytest requirement from ~=6.0 to ~=6.2.
  [dependabot[bot]]

  Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version.
  - [Release notes](https://github.com/pytest-dev/pytest/releases)
  - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
  - [Commits](https://github.com/pytest-dev/pytest/compare/6.0.0...6.2.4)
- Build(deps): update pytest-cov requirement from ~=2.10 to ~=2.12.
  [dependabot[bot]]

  Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version.
  - [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
  - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
  - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.0...v2.12.0)
- Build(deps): update sphinx requirement from ~=3.1 to ~=4.0.
  [dependabot[bot]]

  Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
  - [Release notes](https://github.com/sphinx-doc/sphinx/releases)
  - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
  - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.1.0...v4.0.1)


v0.2 (2020-09-14)
-----------------

Fix
~~~
- Correct parsing of DNS URI for message verification. [Ash Wilson]


v0.1 (2020-08-05)
-----------------

New
~~~
- Initial commit. [Ash Wilson]