Skip to content

Releases: iamkubi/pydactyl

v2.0.4

15 Oct 15:23
Compare
Choose a tag to compare

Full Changelog: v2.0.3...v2.0.4

Fix logging appearing when debug=False

v2.0.3

27 Jul 19:47
Compare
Choose a tag to compare

Implement len() for PaginatedResponse class

Full Changelog: v2.0.2...v2.0.3

v2.0.2

23 May 02:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

12 Apr 19:33
9583761
Compare
Choose a tag to compare

What's Changed

  • added description to server create
  • added external id to server_create + update_server_details function by @globule655 in #67

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

13 Oct 05:06
Compare
Choose a tag to compare

Full Changelog: v1.2.1...v2.0.0

This release implements a consistent way of passing includes and additional parameters to API requests. It's quite possible that some endpoints were overlooked, but I believe I got all the endpoints that cannot be updated in a way that is backwards compatible.

Notable recent additions include:

v1.2.1

08 Oct 05:24
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

v1.2.0

12 Sep 19:03
Compare
Choose a tag to compare
  • Adds automated retries to the PterodactylClient when encountering errors from the API.
    By default this will only retry 429 rate limiting errors, however it can be configured to retry any status code.
    Retries 3 times with exponential backup configurable when instantiating a client instance.

Full Changelog: v1.1.6...v1.2.0

v1.1.6

12 Sep 02:46
Compare
Choose a tag to compare
  • Add the PaginatedResponse.collect() method
    The collect() method will fetch the data from all pages of a PaginatedResponse.
    This allows you to easily fetch all results when you want all the data without having to iterate over the pages.
  • Fix the client.server.files.write_file() method
  • Add the client.server.get_websocket() method

Full Changelog: v1.1.5...v1.1.6

v1.1.5

11 Sep 16:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.4

13 Feb 17:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4