Simple-acme-dns

Latest version: v3.0.0

Safety actively analyzes 622217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

3.0.0

Breaking Changes
* Deprecate support for python 3.7 by jaredhendrickson13 in https://github.com/jaredhendrickson13/simple_acme_dns/pull/64

Changes
* build(deps-dev): update coverage requirement from ~=7.2.2 to ~=7.2.7 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/53
* build(deps): update acme requirement from ~=2.5.0 to ~=2.6.0 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/51
* build(deps-dev): update pylint requirement from ~=2.17.1 to ~=2.17.4 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/52
* build(deps-dev): update pylint requirement from ~=2.17.4 to ~=2.17.5 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/56
* build(deps-dev): update pylint requirement from ~=2.17.5 to ~=2.17.7 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/62
* build(deps): update dnspython requirement from ~=2.3.0 to ~=2.4.2 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/58
* build(deps): update validators requirement from ~=0.20.0 to ~=0.22.0 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/61
* build(deps-dev): update coverage requirement from ~=7.2.7 to ~=7.3.2 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/63


**Full Changelog**: https://github.com/jaredhendrickson13/simple_acme_dns/compare/v2.0.0...v3.0.0

2.0.0

Breaking Changes
- `verification_tokens` and `request_verification_tokens()` previously returned values of type `list` of `tuples`. These now return values of type `dict` where each entry's key is the verification DNS name (e.g. `_acme-challenege.example.com`) and the value is a list of verification token strings for that DNS name. This makes managing multiple verification tokens for a single domain easier. Most implementation will need to be adjusted to accommodate this change. For more info, refer to the [package documentation](https://jaredhendrickson13.github.io/simple_acme_dns/#simple_acme_dns.ACMEClient.request_verification_tokens) or the [example scripts](https://github.com/jaredhendrickson13/simple_acme_dns/blob/master/examples/example_basic.py#L27-L29)
- Attempts to reference the `csr`, `domains`, `verification_tokens`, or `email` attributes before they are set will now raise a friendly exception instead of allowing exceptions to be raised in the upstream `acme` or `cryptography` modules.

Fixes
- Addresses an issue where the ordering of ACME challenges would become out of order when multiple wildcard domains are being validated.

Changes
- Improves code documentation. Internal docstrings have been migrated to the Google docstring format to make the generated package documentation easier to read and understand.
- Adjusts scope of class members from private to protected.

1.2.2

What's Changed
* Validate wildcard domain without re-setting domain by devo-wm in https://github.com/jaredhendrickson13/simple_acme_dns/pull/38
* build(deps-dev): update pylint requirement from ~=2.15.9 to ~=2.15.10 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/35
* build(deps): update acme requirement from ~=1.10.1 to ~=2.2.0 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/34
* build(deps): update dnspython requirement from ~=2.2.1 to ~=2.3.0 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/32
* build(deps-dev): update coverage requirement from ~=6.5.0 to ~=7.1.0 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/33
* fix: wildcard domain exports by jaredhendrickson13 in https://github.com/jaredhendrickson13/simple_acme_dns/pull/39

New Contributors
* devo-wm made their first contribution in https://github.com/jaredhendrickson13/simple_acme_dns/pull/38

**Full Changelog**: https://github.com/jaredhendrickson13/simple_acme_dns/compare/v1.2.1...v1.2.2

1.2.1

What's Changed
* build(deps-dev): update pylint requirement from ~=2.15.5 to ~=2.15.9 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/28
* chore(deps): consolidate requirements.txt by jaredhendrickson13 in https://github.com/jaredhendrickson13/simple_acme_dns/pull/31


**Full Changelog**: https://github.com/jaredhendrickson13/simple_acme_dns/compare/v1.2.0...v1.2.1

1.2.0

What's Changed
* chore: deprecate support for Python 3.6
* ci: integrate CI/CD workflows
* fix: authoritative nameserver resolution
* tests: full coverage tests & lint
* build(deps-dev): update google-cloud-dns requirement from ~=0.32.1 to ~=0.34.1 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/20
* build(deps): update dnspython requirement from ~=2.0.0 to ~=2.2.1 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/19
* build(deps): update urllib3 requirement from ~=1.26.2 to ~=1.26.12 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/17
* build(deps): update validators requirement from ~=0.18.2 to ~=0.20.0 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/18
* build(deps): update cryptography requirement from ~=3.3.1 to ~=38.0.3 by dependabot in https://github.com/jaredhendrickson13/simple_acme_dns/pull/16

**Full Changelog**: https://github.com/jaredhendrickson13/simple_acme_dns/compare/v1.1.1...v1.2.0

1.1.1

Fixes
- Bad DNS propagation debug message condition (10)

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.