Skip to content

Releases: infinityofspace/pkb_client

v2.0.0

02 Nov 22:55
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

First release of pkb_client