Skip to content

Releases: arunaengine/python-api

v1.0.0-rc.7

15 Mar 09:46
Compare
Choose a tag to compare

Fix: Updated internal service and ObjectPathExtension to properly work with open_api generators.

v1.0.0-rc.5

21 Feb 08:41
Compare
Choose a tag to compare

Last planned update before 1.0.0, full changelog see: arunaengine/api#58

v1.0.0-rc.3

17 Feb 15:53
Compare
Choose a tag to compare

Small update in preparation for 1.0.0, full changelog see: arunaengine/api#56

v1.0.0-rc.2

14 Feb 09:00
Compare
Choose a tag to compare

Small update in preparation for 1.0.0, full changelog see: arunaengine/api#54

v1.0.0-rc.1

10 Feb 15:51
Compare
Choose a tag to compare

Set of changes needed for V1.0.0, full changelog see: arunaengine/api#53

v0.5.0-beta.10

22 Nov 11:32
Compare
Choose a tag to compare

Preparation for 0.5.0: Small release that only adds annotations for unfinished services and comments for the current Status of each service. STABLE rpcs will not change before v1.0.0 and will go through an extended deprecation period if they will be changed.

v0.5.0

22 Nov 12:00
Compare
Choose a tag to compare

Release 0.5.0: This release contains many bugfixes and changes in existing APIs and is a first major step towards the 1.0.0 release. Serviceaccount Service and Info services as well as Notification services are laid out but still need proper testing and validation. All core resources (Object, Objectgroup, Collection, Project) should now contain stable methods (see Status comment). These STABLE methods are guaranteed to persist till at least v1.0.0 and will not be changed without an extended deprecation warning. ALPHA and BETA rpcs might still change on a short timeframe. If you find any issue please report them in the appropiate repo (or as fallback in the ArunaStorage/ArunaServer repo).

v0.5.0-beta.8

11 Nov 14:38
Compare
Choose a tag to compare

Added full notification support, small changes to ObjectGroups / Collections. Full list of changes can be found here: arunaengine/api#44

v0.5.0-beta.7

01 Nov 16:39
Compare
Choose a tag to compare

This is a small update to the API with one breaking change. It removes the with_history boolean flag from get_objects. It also changes the get_objects REST subpath to ../objects from ../object

v0.5.0-beta.5

26 Oct 08:46
Compare
Choose a tag to compare

Added DeleteObjects method to delete multiple objects at once.