Skip to content

Commit 5b91d04

Browse files
authored
Merge pull request #254 from NickolausDS/v0.4.14-release
bump version, update changelog
2 parents 163d492 + b6e7ec1 commit 5b91d04

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [0.4.14](https://github.com/globus/django-globus-portal-framework/compare/v0.4.13...v0.4.14) (2025-05-28)
6+
7+
8+
### Features
9+
10+
* Support new Globus Search query formats (query#1.0.0) ([208c2ed](https://github.com/globus/django-globus-portal-framework/commit/208c2ed2a1c5dc85dfd17b80cad911d8be80ddcb))
11+
* DGPF v0.4.14 will always use the old version (`2017-09-01`) by default unless `@version` is explicitly set for an index
12+
* 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`.
13+
* Refer to [DGPF settings](https://django-globus-portal-framework.readthedocs.io/en/latest/reference/index-configuration.html#index-search-settings) to configure this yourself.
14+
15+
516
### [0.4.13](https://github.com/globus/django-globus-portal-framework/compare/v0.4.12...v0.4.13-0) (2025-02-24)
617

718
### Features

globus_portal_framework/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4.13'
1+
__version__ = '0.4.14'

0 commit comments

Comments
 (0)