Kuha OSMH Repo Handler Changelog

0.6.1 (2021-02-02)

  • Lock pip version to 20.3.4 in install script, which is the latest pip that supports Python 3.5. The install script should be compatible with Ubuntu 16.04, which defaults to Python 3.5. The latest pip does not support Python 3.5 and therefore cannot be upgraded into.
  • Add py39 to tox test environments. Use it in Jenkinsfile.
  • Switch python3 command to python-latest command in Jenkinsfile. In FSD Jenkins the python-latest always points to the latest installed Python.

0.6.0 (2020-06-12)

  • Support Python 3.8: involves code changes to tests and requirement of kuha_common 0.14.0. No new functionality or bug fixes are introduced.
  • Require kuha_common 0.14.0 in requirements.txt and setup.py.

0.5.0 (2020-04-29)

  • Project source code management changed to git. Does not contain code changes to OSMH Repo Handler.
  • INSTALL.rst now instructs to use Git instead of Mercurial.
  • requirements.txt: kuha_common 0.12.0

0.4.0 (2020-01-15)

  • requirements.txt: kuha_common 0.11.1. This ensures that OSMH Repo Handler works with the latest Document Store 0.8.0.
  • Add dev tools: Jenkinsfile & sonar-project.properties.
  • Add more python interpreters to tox.ini.

0.3.0 (2019-03-20)

  • requirements.txt: kuha_common 0.9.0, tornado 6.0.1, configargparse 0.14.0.
  • handlers.py: Make sure flush_queue callable is set prior calling.
  • handlers.py: Fix bug when streaming from empty collection.
  • osmh/records.py: Don’t write analysis units with empty description to response.

0.2.0 (2018-12-18)

  • Require kuha_common 0.8.0 for better support for testing tornado handlers.

0.1.4 (2018-03-14)

  • scripts/install_kuha_osmh_repo_handler_virtualenv.sh: use pip to install and upgrade.

0.1.3 (2018-03-07)

  • Add analysis unit to study record.
  • Use keyword.attr_description for study record subject.
  • Add upgrade flag to pip install command.
  • Add some tests.
  • Change records.Payload._join_character to ‘:’, since it is illegal character in XML attributes. This reduces the risk of possible collissions.

0.1.2 (2017-11-10)

  • Update documentation: CHANGES.rst, remove version from kuha_common at README.rst

0.1.1 (2017-10-27)

  • Update documentation: configuration.rst, running.rst

0.1.0 (2017-10-25)

  • Initial release