|
1 | 1 | # Release Notes for pyrax
|
2 | 2 |
|
| 3 | +### 2014.11.24 - Version 1.9.3 |
| 4 | + |
| 5 | + - Identity |
| 6 | + - Catch an additional Exception during authentication for uncaught API side failures #500 |
| 7 | + |
| 8 | + - Cloud Files |
| 9 | + - `get_metadata` methods should all support the `prefix` parameter #475 |
| 10 | + - Resolve bulk delete regressions #480 |
| 11 | + - Requests to delete all objects from a container, now properly lists all objects #480 |
| 12 | + - Fix sync_folder_to_container pathing bug #498 |
| 13 | + |
| 14 | + - Autoscale |
| 15 | + - `get_launch_config` returns all server values provided by the API #451 |
| 16 | + - Add support for unsetting `personality` in a launch config #453 |
| 17 | + |
| 18 | + - Cloud DNS |
| 19 | + - Resolve invalid attribute error with `update_record` #465 |
| 20 | + |
| 21 | + - Cloud Block Storage |
| 22 | + - Support creating bootable volumes #463 |
| 23 | + |
| 24 | + - Cloud Load Balancers |
| 25 | + - Fix documentation errors #486 #488 |
| 26 | + - Fix metadata manipulation for nodes #499 |
| 27 | + |
| 28 | + - Cloud Monitoring |
| 29 | + - Resolve invalid attribute error with `CloudMonitorCheck.get` #459 |
| 30 | + - Call `set_entity` on all items feturned by `CloudMonitorEntity.list_checks` #459 |
| 31 | + - Resolve invalid attribute error with entity related calls #501 |
| 32 | + |
| 33 | + - Cloud Databases |
| 34 | + - Allow specification of datastore type and version when creating instances #493 |
| 35 | + - Add `marker` and `limit` parameters to methods for listing database backups #497 |
| 36 | + |
| 37 | + - General |
| 38 | + - Clarify Apache 2.0 License #471 |
| 39 | + - Remove django slugify function and replace it with novaclient/oslo `to_slug` function, |
| 40 | + aliased to `slugify` for backwards compatibility #494 |
| 41 | + - Remove unnecessary shebang lines from non-executable python files #494 |
| 42 | + - General housekeeping to clean up the project #502 #471 #472 #474 #464 |
| 43 | + - Run tests via tox #471 |
| 44 | + |
3 | 45 | ### 2014.08.20 - Version 1.9.2
|
4 | 46 |
|
5 | 47 | - Cloud Files
|
|
0 commit comments