Releases: aio-libs/aiomonitor
Releases · aio-libs/aiomonitor
v0.7.1
What's Changed
- docs: Update tutorial a little bit more by @achimnol in #394
- Update dev/build dependencies to work better with Python 3.12 by @achimnol in #405
- Add support for Python 3.13 and drop Python 3.8 by @achimnol in #411
- Switch from deprecated telnet to telnetlib3 by @leftys in #410
New Contributors
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Add pre-commit to requirements-dev.txt for easier dev setup by @achimnol in #370
- First rudimentary version of the web UI by @achimnol in #371
- Change the default port numbers by @achimnol in #374
- ci: Adopt towncrier to auto-generate changelog by @achimnol in #375
- Release v0.6.0 by @achimnol in #376
- Bump sigstore/gh-action-sigstore-python from 1.2.3 to 2.0.1 by @dependabot in #378
- Use the latest version of Black and use the new mirror to speed up by @achimnol in #379
- [ImgBot] Optimize images by @imgbot in #377
- Bump sigstore/gh-action-sigstore-python from 2.0.1 to 2.1.0 by @dependabot in #380
- Bump actions/checkout from 3 to 4 by @dependabot in #381
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #382
- Fix aiohttp README example by @mtomilov in #383
- ci: Update pre-commit tools by @achimnol in #384
- Improve Python 3.12 compatibility by @achimnol in #389
- Fix license classifier by @shadchin in #390
- ci: Replace black, flake8, and isort with ruff by @achimnol in #391
- doc: Update the docs to match with the latest by @achimnol in #393
- feature: Add a demo example for PyCon APAC 2023 talk by @achimnol in #385
New Contributors
- @imgbot made their first contribution in #377
- @mtomilov made their first contribution in #383
- @shadchin made their first contribution in #390
Full Changelog: v0.5.0...v0.7.0
v0.6.0
What's Changed
- Add pre-commit to requirements-dev.txt for easier dev setup by @achimnol in #370
- First rudimentary version of the web UI by @achimnol in #371
- Change the default port numbers by @achimnol in #374
- ci: Adopt towncrier to auto-generate changelog by @achimnol in #375
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Scheduled weekly dependency update for week 44 by @pyup-bot in #214
- Try python3.8 by @jettify in #215
- remove unused check by @jettify in #216
- Fix one typo, propose some re-wording in the README file by @kinow in #252
- Bump aiohttp from 3.6.2 to 3.8.0 by @dependabot in #273
- Update requirements for newer Python versions and use setuptools_scm for project version control by @wbarnha in #332
- Add issue templates by @wbarnha in #331
- remove loop=loop kwarg to support newer Python versions by @wbarnha in #329
- Backport aiomonitor-ng by @achimnol in #334
- Rename refs from aiomonitor-ng to aiomonitor by @wbarnha in #335
- Fix reference to changelog file in setup.py by @rohitsanj in #336
- Make type-anno compatible with Python 3.8 by @achimnol in #338
- Update workflows to run on GitHub by @wbarnha in #328
- Split out the linters from the main ci-cd workflow by @achimnol in #350
- Migrate to pyproject.toml by @achimnol in #354
- Add badges to README by @achimnol in #355
- Migrate the docs to readthedocs by @achimnol in #351
- Rewrite the test suite to work again by @achimnol in #356
- Bump ipdb from 0.13.11 to 0.13.13 by @dependabot in #349
- Bump mypy from 1.0.1 to 1.2.0 by @dependabot in #348
- Bump aiotools from 1.5.9 to 1.6.0 by @dependabot in #347
- Bump pytest from 7.1.2 to 7.3.1 by @dependabot in #341
- Bump aioconsole from 0.6.0 to 0.6.1 by @dependabot in #345
- Update sphinx requirement from <6.0.0 to <7.0.0 by @dependabot in #340
- Bump pytest-sugar from 0.9.6 to 0.9.7 by @dependabot in #343
- Bump attrs from 22.2.0 to 23.1.0 by @dependabot in #344
- Bump flake8-bugbear from 23.2.13 to 23.3.23 by @dependabot in #342
- Bump isort from 5.10.1 to 5.12.0 by @dependabot in #346
- Let the pytest CI job to collect the code coverage data by @achimnol in #357
- Split out setup.cfg from pyproject.toml by @achimnol in #358
- Let the main CI workflow invoke the lint workflow by @achimnol in #359
- Pass name: ${{ env.sdist-artifact }} while uploading to PyPi by @wbarnha in #361
- Adopt pre-commit-ci for linting and typecheck by @achimnol in #364
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #366
- Set up secretless publishing to PyPI by @webknjaz in #367
- Bump aiohttp from 3.8.4 to 3.8.5 by @dependabot in #368
New Contributors
- @kinow made their first contribution in #252
- @dependabot made their first contribution in #273
- @wbarnha made their first contribution in #332
- @achimnol made their first contribution in #334
- @rohitsanj made their first contribution in #336
- @pre-commit-ci made their first contribution in #366
- @webknjaz made their first contribution in #367
Full Changelog: v0.4.5...v0.5.0
v0.5.0a1
aiomonitor v0.4.5
Changes
- Fixed endless loop on EOF (thanks @apatrushev) #213
aiomonitor v0.4.4
aiomonitor v0.4.3
Changes
- Reworked console server start/close logic #169
aiomonitor v0.4.2
Changes
- Fixed issue with type annotations from 0.4.1 release #164