- enable weekly security scan
- enable trivy scanning in pipelines
- updating python version to 3.13 and various actions updates
- get version number from a clean build
- put application version into the dockerfile
- enable error handling in entrypoint script
- deps: updating commitizen pre-commit hook
- deps: bumping python docker container version to 3.12.8
- allow poetry to install the package into the venv
- deps: bump quart from 0.19.8 to 0.19.9
- deps-dev: bump pytest from 8.3.3 to 8.3.4
- deps: bump commitizen-tools/commitizen-action from 0.21.0 to 0.22.0
- deps: bump softprops/action-gh-release from 2.0.9 to 2.1.0
- deps: bump httpx from 0.27.2 to 0.28.0
- replacing aiohttp with httpx
- adding recommended security fix to dockerfile
- removing deprecated safety tool
- updating pre-commit versions
- deps: bump quart from 0.19.7 to 0.19.8
- deps-dev: bump pytest-cov from 5.0.0 to 6.0.0
- deps: bump softprops/action-gh-release from 2.0.8 to 2.0.9
- deps: bump aiohttp from 3.10.8 to 3.10.10
- deps: updating base docker image
- deps: bump werkzeug from 3.0.4 to 3.0.6 in the pip group
- deps: bump quart from 0.19.6 to 0.19.7 in the pip group
- updating dockerfile to use new base python image
- updating pre-commit configuration
- deps: bump aiohttp from 3.10.5 to 3.10.8
- deps-dev: bump pytest from 8.3.2 to 8.3.3
- deps: update base image
- remove pre-commit from deps, update dependencies
- deps: bump aiohttp from 3.10.3 to 3.10.5
- deps-dev: bump pytest-asyncio from 0.23.8 to 0.24.0
- writing tests, making tests work
- changing code formatting from yapf to black
- add support for proxying query strings
- correcting copyright in the readme file
- correcting the image name when building new container images from the Makefile
- deps: bump aiohttp from 3.9.5 to 3.10.1
- deps-dev: bump pre-commit from 3.7.1 to 3.8.0
- deps: bump tenacity from 8.5.0 to 9.0.0
- deps-dev: bump pytest from 8.3.1 to 8.3.2
- fixing argparse configuration bug