Skip to content

Releases: arunaengine/python-api

v2.0.0-beta.8

14 Nov 20:32
Compare
Choose a tag to compare

This PR adds the ability to add more than one external identity provider.

Changes

  • Remove external_id from user to user_attributes
  • Created an OIDCMapping message that combines an external id with a corresponding oidc provider
  • Added functions to Add or remove other OIDC provider to an existing account#
  • (typo) rename repeated resource_id to resource_ids in bundler

What's Changed

API LICENSE README.md aruna buf.gen.yaml buf.work.yaml setup.cfg setup.py [2.0.0 beta.8] Multi-oidc support by @St4NNi in arunaengine/api#102

Full Changelog: arunaengine/api@v2.0.0-beta.7...v2.0.0-beta.8+pre

v2.0.0-beta.7

08 Nov 10:11
Compare
Choose a tag to compare

Upgrade to API, added gRPC health service, update openapi naming scheme, upgrade hooks API. Full changelog see: arunaengine/api#100

v2.0.0-beta.6

20 Oct 07:46
Compare
Choose a tag to compare

2.0.0-beta.6: Add License for data and metadata, update create apis to allow for immediate internal Relation creation. Add openapi for notifications and visibility selectors to separate proxy and server. For full changelog see: arunaengine/api#99

v2.0.0-beta.5

18 Oct 14:13
Compare
Choose a tag to compare

API fixes and convenience upgrades for V2.0.0 for changes see: arunaengine/api#97

v1.1.0-rc.8

03 Jul 07:56
Compare
Choose a tag to compare

Update with prep for workspace feature, exposes internal project flags to user-facing admin API

v1.1.0-rc.7

30 Jun 12:18
Compare
Choose a tag to compare

Updates svc-account handling to properly handle create_service_account token. See arunaengine/api#84 for more details

v1.1.0-rc.6

27 Jun 06:58
Compare
Choose a tag to compare

This changes the ListObjectV2 draft to include ObjectWithURL that also includes path(s) instead of regular Objects

v1.1.0-rc.5

22 Jun 18:52
Compare
Choose a tag to compare

Small update that refactors internal endpoint / proxy handling and updates bundler service, full changelog see: arunaengine/api#81

v1.1.0-rc.3

21 Jun 11:10
Compare
Choose a tag to compare
v1.1.0-rc.3 Pre-release
Pre-release

This is the next pre-release for aruna (api) v1.1.0. It includes a first iteration for workspaces a draft for hooks service and a listobjectv2 compatible request. See arunaengine/api#77 for a full changelog.

v1.1.0-rc.2

02 Jun 09:22
Compare
Choose a tag to compare
v1.1.0-rc.2 Pre-release
Pre-release

This is the first pre-release for aruna (api) v1.1.0. It includes the first draft for a bundler service, fixes for the notification service and an updated internal proxy API with CORS-support.