1.1.2 (26 August 2024)
Announcement
This is mostly a code cleanup (pylint/black/mypy formatting) release, but a few notable other changes were made to non-core code.
Changes
- Version bump
es_client==8.15.1 - Updated
docker_testcontents to follow https://github.com/untergeek/es-docker-test-scripts - Updated Dockerfile &
post4docker.pyto be more generic for easy sharing - Updated Dockerfile to use more recent versions of Python and cx_Freeze
- Updated
pyproject.tomlto use new cx_Freeze methodology - Updated dates in
LICENSE.txt - Updated
cli.pyto importshow_all_optionsfromes_client - Updated
README.mdto correct several typos - Removed
setup.pyas it was only for older cx_Freeze version - Removed
src/es_fieldusage/helpers/client.py,logging.pyases_clientnow provides them for us. - Removed older files in
docker_testthat were superseded by the new version