Releases: qld-gov-au/ckanext-qa
Releases · qld-gov-au/ckanext-qa
2.0.3-qgov.12 Revert Snyk change that we're not ready for
What's Changed
- revert 'validators' update that requires Python 3.8+ by @ThrawnCA in #52
- Develop to master - revert Snyk change by @ThrawnCA in #53
Full Changelog: 2.0.3-qgov.11...2.0.3-qgov.12
Convert dicts to strings before indexing
What's Changed
- QOLDEV-329 convert dicts to strings before indexing package by @ThrawnCA in #49
- [Snyk] Security upgrade validators from 0.20.0 to 0.21.0 by @duttonw in #43
- [Snyk] Security upgrade selenium from 3.141.0 to 4.15.1 by @duttonw in #46
- Develop to master by @ThrawnCA in #50
Full Changelog: 2.0.3-qgov.10...2.0.3-qgov.11
2.0.3-qgov.10 Fix report template for CKAN 2.10
What's Changed
- [QOLSVC-4217] Use builtin jinja truncate() instead of helper's deprecated truncate() by @RossWebsterWork in #47
- Develop to master - fix report template by @ThrawnCA in #48
New Contributors
- @RossWebsterWork made their first contribution in #47
Full Changelog: 2.0.3-qgov.9...2.0.3-qgov.10
Prepare for CKAN 2.10
2.0.3-qgov.8
What's Changed
Full Changelog: 2.0.3-qgov.7...2.0.3-qgov.8
2.0.3-qgov.7 - Downgrade xlrd to continue handling XLSX spreadsheets
What's Changed
- QOL-9055 Prepare for Python 3 by @ThrawnCA in #30
- Develop to master by @ThrawnCA in #31
- [QOL-9055] downgrade xlrd to keep supporting XLSX by @ThrawnCA in #32
- QOL-9199 use OKFN containers in testing by @ThrawnCA in #34
- Develop to master - downgrade xlrd by @ThrawnCA in #33
Full Changelog: 2.0.3-qgov.5...2.0.3-qgov.7
Prepare for Python 3
What's Changed
Full Changelog: 2.0.3-qgov.5...2.0.3-qgov-6
Prepare for Python 3
Prepare for CKAN 2.9
- Split Pylons and Flask routing
- Split Paster and Click commands
- Use 'six' to improve Python 3 compatibility
- Add GitHub Actions continuous integration testing
- Drop excessive localisation of internal keys
Enable proxy for resource downloads
- Allow the site owner to specify a proxy server to use for downloading resource files
- Clean up for Flake8 and Python 3