shepilov-vladislav / wdb_server_aiohttp

Drop-in replacement for https://github.com/Kozea/wdb/tree/master/server, but rewritten with aiohttp
GNU General Public License v3.0
24 stars 2 forks source link

Bump aiomisc from 15.6.8 to 16.3.7 #678

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps aiomisc from 15.6.8 to 16.3.7.

Release notes

Sourced from aiomisc's releases.

16.3

  • Migrate to poetry #154
    • Use poem-plugins for creating aiomisc/version.py file and bump version when publishing.
    • some non-public imports might be broken, mainly typing, and the aiomisc.io module
    • Buffered log handler in aiomisc.log, is now correct finalize when an entrypoint stops. This is useful if the program uses multiple entrypoints while the program is running, and especially in tests.
    • Lots of changes in aiomisc.io module:
      • Support stream compression for opening files with:
        • GZIP - compressed files
        • LZMA - compressed files
        • BZ2 - compressed files
    • Added aiohttp_asgi objects to __all__ in aiomisc.service.asgi
    • aiomisc.Service subclasses is now can be serialized with pickle
    • Improves typing for:
      • aiomisc.io
      • aiomisc.pool
      • aiomisc.service.udp
      • aiomisc.worker_pool.WorkerPool
  • Improve documentation
Changelog

Sourced from aiomisc's changelog.

Changelog

This document describes the changes that have occurred in the releases of this library.

The story is not written from the very beginning, but from the moment when we feel the need to start it. You can always view the commit history if you couldn't find something in this document.

16.3.x

  • Migrate to poetry #154
    • Use poem-plugins for creating aiomisc/version.py file and bump version when publishing.
    • some non-public imports might be broken, mainly typing, and the aiomisc.io module
    • Buffered log handler in aiomisc.log, is now correct finalize when an entrypoint stops. This is useful if the program uses multiple entrypoints while the program is running, and especially in tests.
    • Lots of changes in aiomisc.io module:
      • Support stream compression for opening files with:
        • GZIP - compressed files
        • LZMA - compressed files
        • BZ2 - compressed files
    • Added aiohttp_asgi objects to __all__ in aiomisc.service.asgi
    • aiomisc.Service subclasses is now can be serialized with pickle
    • Improves typing for:
      • aiomisc.io
      • aiomisc.pool
      • aiomisc.service.udp
      • aiomisc.worker_pool.WorkerPool
  • Improve documentation

16.2.x

  • Remove code from aiomisc_log.formatter.journald and move it into the 3rd-party library logging-journald

16.1.x

  • threaded_iterable internal implementation was reworked, it's a speed-up the functions which yield lots of items.
  • threaded_iterable_separate did not create a separate thread.

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #680.