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
Metro
class added (https://feedback.equinixmetal.com/changelog/new-metros-feature-live) #110- Adds
metro
property toDeviceBatch
,Device
,IPAddress
,VLan
#110 - Adds
metro
tocreate_device
,reserve_ip_address
,create_vlan
,create_connection
create_packet_connection
#110 - Adds
list_metros
,validate_metro_capacity
toManager
#110 - Adds
CODE_OF_CONDUCT.md
,SUPPORT.md
,OWNERS.md
#102, #101, #100 - Adds package metadata for
author
,author_email
,copyright
#114
Changed
facility
is 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_vlan
now includes a description argument
Changed
ResponseError
will now be raised when an API call results in an error
Fixed
Manager.validate_capacity
now considers availabilityManager.create_project_ssh_key
will 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.