Releases: openvstorage/framework-extensions
Releases · openvstorage/framework-extensions
0.1.13
Enhancements
- #234: Single update now checks if an update is actually required. Before it just assumed it was necessary.
0.1.12
Bugfixes
- #233: Master switching now handled for generator-returning functions
0.1.11
Features
- #228: Standalone component upgrade for ALBA. This enables us to integrate the standalone update in both the sdm and the Framework.
Enhancement
- 1d2f2c5: Interface for package manager implemented to get better type hinting
- 43e9b12: Interface for service manager implemented to get better type hinting
0.1.10
Bugfixes
- #222: No longer using PyrakoonClientPool as it requires monkey patching
0.1.9
Enhancements
- #218: Better error messaging when parsing Arakoon configuration files
0.1.8
Bugfixes
- #216: Translation of prefix into range no longer forsakes certain characters.
- #214: ArakoonException wrapper did not catch ArakoonSockReadNoBytes which it should
Enhancements
- #215: Introduced a new PyrakoonClient which uses a pool of ArakoonClients to reduced wait time on sockets around the socket
0.5.2
Bugfixes
- #189: Using parted for offset calculations
Enhancements
- #186: Registration keys can now be generated using Configuration
0.5.1
Bugfixes
- #177: Transaction is removed from memory outside of the master switch retry loop
Enhancements
- #178: Flask decorator to provide backwards compatible api changes
- #179: Components can now register themselves
0.1.7
Bugfixes
- #177: Transaction is removed from memory outside of the master switch retry loop
0.5.0
Enhancements
- #145: API implementation now returns a standard 'data' key instead of custom keys for every API call
- #122: Flask decorators now wrap the data so functions do not have to wrap it themselves
- #103: Configuration rename won't rename directories which start with the same name