Skip to content

Releases: aio-libs/aiomonitor

v0.7.0

21 Dec 09:10
v0.7.0
67aaaab
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.7.0

v0.6.0

27 Aug 05:35
v0.6.0
16cc009
Compare
Choose a tag to compare

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

05 Aug 09:33
v0.5.0
c087c95
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.5.0

v0.5.0a1

04 May 04:03
v0.5.0a1
fa06194
Compare
Choose a tag to compare
v0.5.0a1 Pre-release
Pre-release

This is a pre-release to test the release pipeline.

aiomonitor v0.4.5

04 Nov 03:28
Compare
Choose a tag to compare

Changes

aiomonitor v0.4.4

23 Mar 19:40
Compare
Choose a tag to compare

Changes

  • Simplified python console start end #175
  • Added python 3.7 compatibility #176

aiomonitor v0.4.3

02 Feb 10:21
Compare
Choose a tag to compare

Changes

  • Reworked console server start/close logic #169

aiomonitor v0.4.2

12 Jan 22:24
Compare
Choose a tag to compare

Changes

  • Fixed issue with type annotations from 0.4.1 release #164

aiomonitor v0.4.1

10 Jan 22:42
Compare
Choose a tag to compare

Changes

aiomonitor v0.4.0

04 Jan 21:51
Compare
Choose a tag to compare

Changes

  • Added support for custom commands #133 (thanks @yggdr)
  • Fixed OptLocals being passed as the default value for "locals" #122 (thanks @agronholm)
  • Added an API inspired by the standard library's cmd module #135 (thanks @yggdr)
  • Correctly report the port running aioconsole #124 (thanks @bmerry)