-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7392 from archesproject/5.1.4_release_prep
5.1.4 release prep
- Loading branch information
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Arches 5.1.4 release notes | ||
-------------------------- | ||
|
||
|
||
### Bug fixes | ||
- Ensures documents in custom indexes are deleted when respective instances are deleted, re #7290 | ||
- Solves issue with extra resource relationships appearing in reports, re #7334 | ||
- Handles for missing resourceXresourceId in the get_display_value method of resource instance datatype, re #7364 | ||
- Updates the resources endpoint to return a value for data collecting parent nodes, re #7139 | ||
|
||
### Dependency changes: | ||
|
||
- No dependency changes | ||
|
||
|
||
### Upgrading Arches | ||
|
||
1. You must be upgraded to at least version 5.1.1 before proceeding. | ||
|
||
2. Upgrade Arches | ||
|
||
pip install --upgrade arches | ||
|
||
|
||
### Upgrading an Arches project | ||
|
||
- No upgrade necessary |