Releases: iamkubi/pydactyl
Releases · iamkubi/pydactyl
v1.1.4
v1.1.3
Adds ability to pass include parameters to list_nodes
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Fixed update_server_build to allow backups by @jozefbonnar in #45
New Contributors
- @jozefbonnar made their first contribution in #45
Full Changelog: v1.1.1...v1.1.2
v1.1.1
- Add missing Account APIs
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.1
v1.0.0
What's Changed
- Changed the interface for PaginatedResponse objects slightly to simplify access to the data.
If you previously were usingresponse.data['data'][1]...
then you'll likely get KeyErrors after updating to 1.0.0.
Instead you can now just doresponse[1]....
- Implement servers.update_server_startup by @ens-gijs in #41
New Contributors
Full Changelog: v0.1.16...v1.0.0