Skip to content

Releases: iamkubi/pydactyl

v1.1.3

10 Jan 23:05
Compare
Choose a tag to compare

Adds ability to pass include parameters to list_nodes

Full Changelog: v1.1.2...v1.1.3

v1.1.2

08 Jan 23:22
9ffec56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.1.1

14 Dec 00:01
Compare
Choose a tag to compare
  • Add missing Account APIs

Full Changelog: v1.1.0...v1.1.1

v1.1.0

13 Dec 10:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

v1.0.1

13 Dec 04:59
Compare
Choose a tag to compare

What's Changed

  • Add tests for missing Client API methods by @iamkubi in #42
  • Fix edit_node
  • Add client API key endpoints
  • Remove Python 2.7 support

Full Changelog: v1.0.0...v1.0.1

v1.0.0

13 Dec 04:56
Compare
Choose a tag to compare

What's Changed

  • Changed the interface for PaginatedResponse objects slightly to simplify access to the data.
    If you previously were using response.data['data'][1]... then you'll likely get KeyErrors after updating to 1.0.0.
    Instead you can now just do response[1]....
  • Implement servers.update_server_startup by @ens-gijs in #41

New Contributors

Full Changelog: v0.1.16...v1.0.0