Releases: arunaengine/python-api
v2.0.0-beta.8
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
toresource_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
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
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
API fixes and convenience upgrades for V2.0.0 for changes see: arunaengine/api#97
v1.1.0-rc.8
Update with prep for workspace feature, exposes internal project flags to user-facing admin API
v1.1.0-rc.7
Updates svc-account handling to properly handle create_service_account token. See arunaengine/api#84 for more details
v1.1.0-rc.6
This changes the ListObjectV2 draft to include ObjectWithURL that also includes path(s) instead of regular Objects
v1.1.0-rc.5
Small update that refactors internal endpoint / proxy handling and updates bundler service, full changelog see: arunaengine/api#81
v1.1.0-rc.3
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
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.