Skip to content

Releases: infinityofspace/pkb_client

v2.3.1

15 Mar 20:24
d585100

Choose a tag to compare

What's Changed

  • Fix release by quoting python version in pypi-publish-release by @ezkl in #94
  • Bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #93
  • Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #92
  • Update responses requirement from ~=0.25.8 to ~=0.26.0 by @dependabot[bot] in #91
  • Update ruff requirement from ~=0.14 to ~=0.15 by @dependabot[bot] in #90

New Contributors

  • @ezkl made their first contribution in #94

Full Changelog: v2.3.0...v2.3.1

v2.3.0

01 Feb 18:47

Choose a tag to compare

What's Changed

New Contributors

  • @major made their first contribution in #86

Full Changelog: v2.2.0...v2.3.0

v2.2.0

30 Jun 20:20

Choose a tag to compare

What's Changed

  • Bump actions/setup-python from 5.5.0 to 5.6.0 by @dependabot in #57
  • Update ruff requirement from ~=0.11 to ~=0.12 by @dependabot in #58
  • Fix issues with error backups
  • Support nameserver records in bind files
  • Fix issues with semicolons in bind record values

Full Changelog: v2.1.1...v2.2.0

v2.1.1

07 Apr 21:17

Choose a tag to compare

What's Changed

  • Support dnssec api by @infinityofspace in #55
  • [Docs]: update docs source by @github-actions in #56
  • fix version mismatch of dnspython between setup.py and requirements.txt

Full Changelog: v2.1.0...v2.1.1

v2.1.0

07 Apr 21:08

Choose a tag to compare

What's Changed

  • Update ruff requirement from ~=0.7 to ~=0.8 by @dependabot in #43
  • Update ruff requirement from ~=0.8 to ~=0.9 by @dependabot in #44
  • Update ruff requirement from ~=0.9 to ~=0.11 by @dependabot in #51
  • Update responses requirement from ~=0.25.3 to ~=0.25.7 by @dependabot in #49
  • Bump actions/setup-python from 5.3.0 to 5.4.0 by @dependabot in #47
  • Improvements to Makefile for rpm-packaging by @VenaNocta in #48
  • Bump actions/setup-python from 5.4.0 to 5.5.0 by @dependabot in #52
  • [Docs]: update docs source by @github-actions in #53

Full Changelog: v2.0.0...v2.1.0

v2.0.0

02 Nov 22:55

Choose a tag to compare

Changelog

⚠️ This release contains breaking changes ⚠️

This version of the package is a major release that introduces a lot of internal and external changes which are not compatible to version 1. This includes methods renames and argument changes.

Please check out the migration guide for more information.

❗ Porkbun API endpoint changes ❗

The Porkbun API domain roots changes on 2024-12-01 00:00:00 UTC (see #39 (comment)). Please update to this version v2.0.0 or later, which includes the new API endpoint, to avoid any issues.

New features highlights

Installation

You can install this specific version with:

pip install pkb-client==2.0.0

What's Changed

New Contributors

Full Changelog: v1.2...v2.0.0

v1.2

05 Feb 17:09

Choose a tag to compare

Changelog

New features

  • added support to get porkbun domain pricing #5
  • added support to retrieve the ssl bundle #6

Installation

You can install this specific version with:

pip install pkb-client==1.2

v1.1

01 Apr 11:40

Choose a tag to compare

Changelog

New features

  • added support for importing and exporting dns records #4

Fixes

  • the error message only contains the error message not the whole request response #3

Changes

  • renamed the cli command argument dns-receive to dns-retrieve #2

Other

  • added missing code documentation and type hints #1
  • fixed typos in Readme
  • added more usage examples

Installation

You can install this specific version with:

pip install pkb-client==1.1

v1.0

28 Mar 21:31

Choose a tag to compare

First release of pkb_client