Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Latest commit

 

History

History
66 lines (50 loc) · 2.28 KB

CHANGELOG.md

File metadata and controls

66 lines (50 loc) · 2.28 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog

Unreleased - YYYY-MM-DD

Unreleased - 2019-09-09

Fixed

  • Handle Libcloud exceptions when loading instances with missing source volume (#40)

0.5.24 - 2018-09-24

Added

  • Added graceful handling of pagination errors (#35)

0.5.23 - 2018-08-31

Changed

  • Change ex_list_all_instances to fetch next page until no remaining results (#32)

Fixed

  • Travis automatically pushes new pypi release when tags are pushed (#33)

0.5.22 - 2018-08-02

Changed

  • Change ex_list_all_instances performs manual pagination, doesn't rely on optional servers_links (#31)

0.5.21 - 2018-06-29

Fixed

  • The incorrect version (0.5.19) of rtwo was was uploaded to pypi as 0.5.20. The changes originally intended for 0.5.20 were re-uploaded as 0.5.21

0.5.20 - 2018-06-19

Changed

  • Allow external network to be explicitly passed to associate_floating_ip (#27)

0.5.19 - 2018-04-26

Fixed

  • Fix unintentional fetch of all_tenants instances (#25)