| Release Number | 0.8.0 |
|---|---|
| Release Date | November 2nd, 2023 |
| Release Codename | Alpha #2 |
| Tag | 0.8.0 |
Release 0.8.0 - Alpha #2
Main Changes
Conflict resolution for proposed changes
When working with a proposed change and there are data conflicts between the source and target branch, the system now lets you specify how you want to resolve the conflict when merging. I.e. if you want to keep the data from the source branch of use what's already in the target branch.
Python SDK
The Python SDK code now lives its own package and has been renamed from infrahub_client -> infrahub_sdk.
Friendlier error messages within the frontend
The frontend how displays error messages from GraphQL that are easier to understand.
Change URL schema in the frontend
The namespace of an object is now included in the URL to avoid conflicting URLs between namespaces.