Releases: packethost/packet-python
Releases · packethost/packet-python
v1.44.3
What's Changed
- handle non-dict error data in ResponseError by @pnhowe in #128
- add tests for BaseAPI non-json error handling by @displague in #129
- add codecov to GH Actions by @displague in #130
- prepare v1.44.3 by @displague in #133
New Contributors
Full Changelog: v1.44.2...v1.44.3
v1.44.2
What's Changed
- fix: Use correct param key in validate metro request by @Callisto13 in #126
- prepare v1.44.2 by @displague in #127
New Contributors
- @Callisto13 made their first contribution in #126
Full Changelog: v1.44.1...v1.44.2
v1.44.1
v1.44.0
[1.44.0] - 2021-05-20
Added
- User-Agent header added to client requests #113
Metroclass added (https://feedback.equinixmetal.com/changelog/new-metros-feature-live) #110- Adds
metroproperty toDeviceBatch,Device,IPAddress,VLan#110 - Adds
metrotocreate_device,reserve_ip_address,create_vlan,create_connectioncreate_packet_connection#110 - Adds
list_metros,validate_metro_capacitytoManager#110 - Adds
CODE_OF_CONDUCT.md,SUPPORT.md,OWNERS.md#102, #101, #100 - Adds package metadata for
author,author_email,copyright#114
Changed
facilityis now optional increate_device,reserve_ip_address,create_vlan,create_connection#110- CI is using GH Actions instead of Drone #115
Fixed
- Handles when IPAddress Facility is null in API responses #117
v1.43.0
[1.43.0] - 2020-07-14
Added
- Support for reinstalling the operating system to a device, including changing the operating system.
Manager.create_vlannow includes a description argument
Changed
ResponseErrorwill now be raised when an API call results in an error
Fixed
Manager.validate_capacitynow considers availabilityManager.create_project_ssh_keywill retry when it encounters 404 responses following a successful creation.- API responses with
{"error":""}keys were not handled well, and will now be handled just like{"errors":[""]}keys.
v1.39.1
Minor change
- update in create_device function allowing to pass optional parameter
hardware_reservation_id
v1.39.0
Updated documentation
New features added: Organizations, Events, Emails, Vlan, Snapshot Policies, Batches
Live tests added.