Skip to content

Releases: openvstorage/framework-extensions

0.1.13

15 Jul 14:46
be89cf6
Compare
Choose a tag to compare

Enhancements

  • #234: Single update now checks if an update is actually required. Before it just assumed it was necessary.

0.1.12

15 Jul 09:47
d6aa830
Compare
Choose a tag to compare

Bugfixes

  • #233: Master switching now handled for generator-returning functions

0.1.11

08 Jul 13:17
a702e75
Compare
Choose a tag to compare

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

04 Apr 09:22
1aa276f
Compare
Choose a tag to compare

Bugfixes

  • #222: No longer using PyrakoonClientPool as it requires monkey patching

0.1.9

03 Apr 07:58
7efc30a
Compare
Choose a tag to compare

Enhancements

  • #218: Better error messaging when parsing Arakoon configuration files

0.1.8

27 Mar 10:44
aa3adc2
Compare
Choose a tag to compare

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

17 Sep 10:50
22672ad
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

Bugfixes

  • #189: Using parted for offset calculations

Enhancements

  • #186: Registration keys can now be generated using Configuration

0.5.1

13 Sep 14:06
c8ee004
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

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

13 Sep 13:06
dcfa82d
Compare
Choose a tag to compare

Bugfixes

  • #177: Transaction is removed from memory outside of the master switch retry loop

0.5.0

28 Aug 07:59
b32bece
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

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