Releases: globus/django-globus-portal-framework
Releases · globus/django-globus-portal-framework
v0.4.12
0.4.12 (2024-10-28)
Features
- Allow non-Globus users to access public search data (1c2838d)
Bug Fixes
- Fix missing 'mag_glass.svg' static file image in v3 templates (da71a43)
v0.4.11
0.4.11 (2024-06-17)
Features
Bug Fixes
- Remove un-used validate_token() function (20e59ff)
v0.4.10
0.4.10 (2024-04-25)
Features
- Add support for Django 5 (53cf6b5)
- Add support for python 3.11 (173533b)
- Allow logging in with Globus Groups (27be3e0)
- Change templates to use CDNs instead of vendored libs (f85d206)
Bug Fixes
- updates Globus webapp links to use app. subdomain (fc240c2)
- Drop support for (long ago sunset) Globus SDK v2 (65b4273)
v0.4.9
0.4.9 (2023-12-19)
Changes
- Remove
result_format_version
from search requests
- This parameter will no longer be accepted by the Globus Search API on March 30th 2024
- This is a backwards compatible change and needs to be applied to all portals by the above time.
v0.4.8
0.4.8 (2023-03-29)
Bug Fixes
- Generic views not inline with the default portal search settings (f372a75)
- Upgrade internals from legacy search result format to 2019-08-27 (c58b293)
v0.4.7
0.4.7 (2023-02-02)
Bug Fixes
- Correct a handful of docstrings and add missing ones (9bbaed1)
v0.4.6.post1
0.4.6.post1 (2023-02-02)
No functional changes in this release. A post1 re-release was made to utilize the new Zenodo integration on making future releases citable.
v0.4.6
0.4.6 (2023-01-18)
Features
v0.4.5
0.4.5 (2022-06-03)
Bug Fixes
- New lazy-imports feature in globus-sdk 3.9 causing error on startup (d7b909c)
v0.4.4
0.4.4 (2022-05-05)
Features
- Add support for python 3.10 (348b35e)
Bug Fixes
- Exception handling for SDK v3 during logout (f46c703)
- regression in Globus SDK v2 for login (593ed4a)