Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Apr 18, 2024
1 parent 64f0504 commit 2e1b1dc
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions releases/7.5.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,32 @@ Arches 7.5.2 Release Notes

### Bug Fixes and Enhancements

1. Fix bug where a Django auth group with no member causes 500 error in some views, #10702
2. Fix page break when domain value has apostrophe
3. Add missing required asterisk to string widget #10749
4. Fix Slick carousel plugin path so it can be used in the application #10778

- Fix bug where a Django auth group with no member causes 500 error in some views, #10702
- Fix long resource instance titles from being hidden #10605
- Add a generic celery task to run custom etl modules #10574
- Fix page break when domain value has apostrophe
- Avoid logging exceptions for tiles with None values #10607
- Persist node sort order on graph import #10669
- Fix error when requesting json-ld with url values #9190
- Fix 500 error in the user Profile view, #10708
- Add missing required asterisk to string widget #10749
- Fix Slick carousel plugin path so it can be used in the application #10778
- Fix incompatible version of datatables.net #10740
- Fix max file size warning in the file widget #10660

### Dependency changes:
```
Python:
Upgraded:
Django 4.2.10 > 4.2.11 (or <5.0.0)
JavaScript:
Upgraded:
datatables.net-bs ~1.13.11
datatables.net-buttons ~2.4.3
datatables.net-buttons-bs ~2.4.3
datatables.net-responsive ~2.5.1
datatables.net-responsive-bs ~2.5.1
```

This release relaxes the upper bound on Django to add compatibility with further Django 4.2.x patch releases without requiring a corresponding Arches patch release.
Expand Down Expand Up @@ -62,15 +77,3 @@ This release relaxes the upper bound on Django to add compatibility with further
```
sudo service apache2 reload
```


### Dependency changes:
```
JavaScript:
Upgraded:
datatables.net-bs ~1.13.11
datatables.net-buttons ~2.4.3
datatables.net-buttons-bs ~2.4.3
datatables.net-responsive ~2.5.1
datatables.net-responsive-bs ~2.5.1
```

0 comments on commit 2e1b1dc

Please sign in to comment.