Skip to content

Commit

Permalink
Prepare for 1.16 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmegginson committed Dec 9, 2019
1 parent 7f7b2da commit 596d496
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
Release 1.16
- update to libhxl v4.17
- added an admin interface under /admin (need to set a local admin password)
- added an endpoint /api/data-preview to do a raw (no-HXL) preview of tabular data sources
- migrating other non-core API calls—P-codes, hash, and hxl_test—to under /api (old URLs still work)
- implemented a common Recipe class to centralise operations
2019-12-09 Release 1.16
- update to libhxl v4.16
- add an admin interface under /admin (need to set a local admin password)
- add an endpoint /api/data-preview to do a raw (no-HXL) preview of tabular data sources
- migrate non-core API calls for P-codes, hash, and hxl_test—to under /api (old URLs still work)
- stay on the recipe page after updating a saved recipe
- fix bug with saving clone permission
- fix bugs with /data/advanced page (for direct JSON entry)
- fix bug in download stub filename (Flask wasn't escaping it)
- added more controller unit tests
- major code refactoring with new Recipe class
- removed iati2hxl endpoint
- improved organisation and documentation for controllers
- remove obsolete iati2hxl endpoint
- improve organisation and documentation for controllers
- added more controller unit tests

2019-04-04 Release 1.15.1
- fix caching for validation requests sent via POST
Expand Down
2 changes: 1 addition & 1 deletion hxl_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import werkzeug.datastructures
from . import reverse_proxied

__version__="1.15.1"
__version__="1.16"
"""Module version number
See https://www.python.org/dev/peps/pep-0396/
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
name = 'hxl-proxy',
packages = ['hxl_proxy'],
package_data={'hxl_proxy': ['*.sql']},
version = "1.15.1",
version = "1.16",
description = 'Flask-based web proxy for HXL',
author='David Megginson',
author_email='[email protected]',
Expand Down

0 comments on commit 596d496

Please sign in to comment.