Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 1.92 KB

CHANGELOG.rst

File metadata and controls

62 lines (43 loc) · 1.92 KB

Changelog

This document records all notable changes to transip-api. This project adheres to Semantic Versioning.

2.1.1 (2020-03-15)

  • Fixed syntax problem in README.rst.

2.1.0 (2020-03-15)

  • Added a workaround for backwards incompatible change in the TransIP SOAP API.
  • Fixed bug in DomainService.get_info.
  • Add remove_dns_entries and add_dns_entries functions on DomainService.

2.0.0 (2019-03-17)

  • Changed default cryptography library from rsa to cryptography

1.0.1 (2019-03-17)

  • Fixed bytes input for cryptography library

1.0.0 (2019-03-15)

  • Added cryptography as an optional replacement for rsa library (cryptography doesn't require the private key to be converted)
  • Fixed ordering Vps
  • Added option to clone Vps
  • Added availability zones for Vps
  • Added option to specify private key directly

0.4.1 (2018-08-03)

  • Many improvements and bug fixes

0.4.0 (2018-05-31)

  • Many improvements and bug fixes

0.3.0 (2017-03-19)

  • Initial public release, versions 0.1.0 and 0.2.0 have been skipped to miminize interference when publishing to PyPi