Skip to content

Releases: globus/django-globus-portal-framework

v0.4.15

21 Aug 19:25
9330791

Choose a tag to compare

0.4.15 (2025-08-21)

Features

Bug Fixes

  • Compatibility for Globus SDK v4 (1b82aab)
  • get_template will no longer catch broad exceptions (4e14bb4)

v0.4.14

28 May 19:39
5b91d04

Choose a tag to compare

0.4.14 (2025-05-28)

Features

  • Support new Globus Search query formats (query#1.0.0) (208c2ed)
    • DGPF v0.4.14 will always use the old version (2017-09-01) by default unless @version is explicitly set for an index
    • A future version of DGPF will switch to using the new version (query#1.0.0) by default per-index, if not explicitly set. This will happen roughly the same time the Globus Search service switches its default search behavior to use query#1.0.0.
    • Refer to DGPF settings to configure this yourself.

v0.4.13

24 Feb 19:24
992fb82

Choose a tag to compare

0.4.13 (2025-02-24)

Features

  • Allow selecting fields by dotted path (8d6c375)

Bug Fixes

  • Include missing copy-to-clipboard js (aaecde2)
  • V3 detail-overview template had incorrect path (9795ebb2)
  • Groups hidden by default if not configured (4bade552)

Other

  • Python 3.7 Dropped from support (Well past EOL)
  • Include Python 3.12, 3.13

v0.4.12

28 Oct 20:39
2e28b76

Choose a tag to compare

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

17 Jun 22:00
eef441b

Choose a tag to compare

0.4.11 (2024-06-17)

Features

Bug Fixes

  • Remove un-used validate_token() function (20e59ff)

v0.4.10

26 Apr 18:23
b06073e

Choose a tag to compare

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

19 Dec 16:40
dee8f71

Choose a tag to compare

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

29 Mar 22:08
e371662

Choose a tag to compare

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

02 Feb 16:31
c5e6a50

Choose a tag to compare

0.4.7 (2023-02-02)

Bug Fixes

  • Correct a handful of docstrings and add missing ones (9bbaed1)

v0.4.6.post1

02 Feb 15:40
da58ef0

Choose a tag to compare

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.