Releases: mietzen/porkbun-ddns
Releases · mietzen/porkbun-ddns
v1.1.8
What's Changed
- Bump python from 3.12.7-slim to 3.13.0-slim in /Docker by @dependabot in #71
Full Changelog: v1.1.7...v1.1.8
v1.1.7
What's Changed
- API endpoint change by @realbadidas and @saschanaz in #69
Full Changelog: v1.1.6...v1.1.7
v1.1.6
What's Changed
- Bump python from 3.12.6-slim to 3.12.7-slim in /Docker by @dependabot in #68
Full Changelog: v1.1.5...v1.1.6
v1.1.5
v1.1.4
What's Changed
- Fix from getting "ValueError: '{IP}\n' does not appear to be an IPv4 or IPv6 address" error by @Kryvochyi in #63
- Remove
version
element from docker compose files by @insanolanbiri in #64 - Avoid creating default config file when possible by @Skyb0rg007 in #66
New Contributors
- @Kryvochyi made their first contribution in #63
- @insanolanbiri made their first contribution in #64
- @Skyb0rg007 made their first contribution in #66
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Bump python from 3.12.5-slim to 3.12.6-slim in /Docker by @dependabot in #62
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Use ruff check by @mietzen in #61
- Bump python from 3.12.4-slim to 3.12.5-slim in /Docker by @dependabot in #60
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Bump python from 3.12.3-slim to 3.12.4-slim in /Docker by @dependabot in #59
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Fixed small mistake by @realbadidas in #54
- DEPRECATED environment variables:
IPV6_ONLY
andIPV4_ONLY
are removed from docker image! UseIPV4
andIPV6
instead by @mietzen in #56 - Also get IPv6 address from fritzbox by @mietzen in #57
New Contributors
- @realbadidas made their first contribution in #54
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Breaking changes!
- From now on this package requires Python 3.10 or newer!
- The API changed! Providing a path to your config is made optional, we will now look for a config in your
XDG_CONFIG_HOME
. You can also provide the API-Keys via environment variables or via CLI options.
Note: This is not a special or more stable release, I just chose to do a major bump because of these breaking changes.
What's Changed
New Contributors
Full Changelog: v0.6.3...v1.0.0