Skip to content

Releases: HXLStandard/hxl-proxy

HXL Proxy v1.14.1

12 Mar 15:49
Compare
Choose a tag to compare

Interim release:

  • update to Flask 1.x
  • fix typo in config file template
  • fix bug in caching for POST validation request
  • increase max request line in gunicorn to 8k characters

HXL Proxy v1.14

04 Mar 19:16
Compare
Choose a tag to compare

Improved caching for P-codes and validation

Incorporate fixes and features from libhxl-python version 4.14

HXL Proxy v1.13.1

06 Feb 21:12
Compare
Choose a tag to compare

Interim release to require libhxl-python 4.13.2:

  • fix bugs in formulas and append-datasets filter
  • add round() function to row formulas

HXL Proxy v1.13

31 Jan 16:49
Compare
Choose a tag to compare

Update to libhxl-python 4.13.1, which adds support for row formulas, allowing calculated values from other fields in the same row.

The new libhxl version also fixes some bugs, especially around aggregation.

HXL Proxy v1.12

03 Dec 16:12
Compare
Choose a tag to compare
  • add Concatenate option to Count filter
  • add /hash endpoint for generating a JSON dataset hash
  • support zipped CSV files (via libhxl-python)
  • fixed parsing of YYYY-MM-DD hh:mm:ss SQL dates (via libhxl-python)

HXL Proxy v1.11

29 Aug 19:36
Compare
Choose a tag to compare
  • add custom HTTP User-Agent strings starting with "hxl-proxy/*" to help identify the Proxy in server logs when it is downloading HXL datasets from other systems
  • integrate improved data-cleaning support from libhxl-python 4.11

HXL Proxy v1.10

30 Jul 20:30
Compare
Choose a tag to compare
  • add UI support for libhxl append-filter improvements (external list and row filters)
  • allow editing page for saved recipes (/data/edit) to work even when there is a HXL error (to fix broken recipes); before, an error in the filters would lock the user out of a saved recipe
  • update libhxl-python to 4.10 (includes better date cleaning and CSV separator detection, as well as the append-filter improvements)

HXL Proxy v1.9.1 (bug-fix release)

05 Jul 18:59
Compare
Choose a tag to compare

Fix form-validation regex for HXL tag patterns in filter dialog boxes.

HXL Proxy v1.9

29 Jun 14:17
Compare
Choose a tag to compare
  • added IATI support with /iati2hxl?url= endpoint
  • added POST endpoint /actions/json-recipe for submitting JSON recipes transactionally
  • update forms validation to support new tag patterns ending in "!"
  • refactored validation support to use JSON report from libhxl
  • updated to libhxl-python 4.9

HXL Proxy v1.8.3

14 Jun 18:06
Compare
Choose a tag to compare

Interim release:

  • add a UI for the new JSONFilter in libhxl-python
  • require libhxl==4.8.4