Skip to content

Commit

Permalink
Merge pull request #74 from NickolausDS/version-0.3.0
Browse files Browse the repository at this point in the history
Updated changelog, bumped to 0.3.0
  • Loading branch information
NickolausDS committed Mar 7, 2019
2 parents 4a1ee3c + 28c25b5 commit c1de491
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ see the list of commits from the last version or use `git log`.
- The extended apps in INSTALLED_APPS are now built-in
- globus_portal_framework.search
- globus_portal_framework.transfer
- Added extended-filter-facet-features
- Added range facets/filters
- Added settings for filtering behavior, added tests
- Added better error checking for search queries
- Search filters can now be configured in settings.py
- Custom client loading is now possible for Globus Clients
- portal now catches errors resulting from user defined fields
- Fixed possible error when upgrading from an older version
- Fixed 'setting not defined' error when creating a new project
- Can now proxy HTTP requests for files on Globus endpoint that require authorization
- Removed old Django checks, added checks for Index UUID + tests
- Fixed occational bug generating preview https link
- Added modular templates, so indexes can specify their own set of templates
- Added config based multi index support
- Changed name of 'gauth.py' to 'gclients.py' and moved clients
- Project overhaul: consolidated components into a single app

## 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion globus_portal_framework/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.3.0.dev'
__version__ = '0.3.0'

0 comments on commit c1de491

Please sign in to comment.