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.2.8 #648

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps aiomisc from 15.6.8 to 16.2.8.

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.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.

16.0.x

  • Added RecurringCallback
  • Rewritten PeriodicCallback and CronCallback using RecurringCallback

15.9.x

  • Threaded iterable has been optimized and would not create too much asyncio.Task instances.
  • Sentry handler for python3.10

15.8.x

  • WorkerPool reworked and now spawning processes with os.fork on UNIX. This makes benefits on initializer has been passed. The allocated after initializer completion memory will be shared between processes with CoW.

15.7.x

  • tcp and tls client services

... (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 #650.