Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.56 KB

CHANGELOG.rst

File metadata and controls

72 lines (46 loc) · 1.56 KB

History

1.6.1 (2019-10-01)

  • Fix: python-dateutil dependency requirement was too strict

1.6.0 (2019-09-17)

  • Feature: Add missing get_by_name on FloatingIPsClient

1.5.0 (2019-09-16)

  • Fix: ServersClient.create_image fails when specifying the labels
  • Feature: Add support for name on Floating IPs

1.4.1 (2019-08-19)

  • Fix: Documentation for NetworkRoute domain was missing
  • Fix: requests dependency requirement was to0 strict

1.4.0 (2019-07-29)

  • Feature: Add mac_address to Server PrivateNet domain
  • Feature: Add python 3.8 support

1.3.0 (2019-07-10)

  • Feature: Add status filter for servers, images and volumes
  • Feature: Add 'created' property to Floating IP domain
  • Feature: Add 'Networks' support

1.2.1 (2019-03-13)

  • Fix: BoundVolume.server server property now casted to the 'BoundServer'.

1.2.0 (2019-03-06)

  • Feature: Add get_by_fingerprint-method for ssh keys
  • Fix: Create Floating IP with location raises an error because no action was given.

1.1.0 (2019-02-27)

  • Feature: Add STATUS-constants for server and volume status

1.0.1 (2019-02-22)

Fix: Ignore unknown fields in API response instead of raising an error

1.0.0 (2019-02-21)

0.1.0 (2018-12-20)

  • First release on GitHub.