minos-python
minos-python copied to clipboard
Bump aiomisc from 15.7.3 to 17.3.41 in /packages/core/minos-microservice-common
Bumps aiomisc from 15.7.3 to 17.3.41.
Release notes
Sourced from aiomisc's releases.
16.3
- Migrate to poetry #154
- Use
poem-plugins
for creatingaiomisc/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 filesLZMA
- compressed filesBZ2
- compressed files- Added
aiohttp_asgi
objects to__all__
inaiomisc.service.asgi
aiomisc.Service
subclasses is now can be serialized withpickle
- 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.
17.0.x
In this release, the aiomisc_pytest module has been mostly removed, and has been separated into a separate package. This is the main, breaking change of this release.
- Dynamic running of services see also
- New
aiomisc.entrypoint.get_current()
function returns current running entrypoint- Removed
aiomisc_pytest
because is now a separate package aiomisc-pytestentrypoint
class is final now.- Instance ordering not guaranteed in
Entrypoint.services
method- The main function in
aiomisc_worker/forking.py
returns 0 when keyboard interrupt received16.3.x
- Migrate to poetry #154
- Use
poem-plugins
for creatingaiomisc/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 filesLZMA
- compressed filesBZ2
- compressed files- Added
aiohttp_asgi
objects to__all__
inaiomisc.service.asgi
aiomisc.Service
subclasses is now can be serialized withpickle
- Improves typing for:
aiomisc.io
aiomisc.pool
... (truncated)
Commits
- See full diff in compare view
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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore
condition with the desired update_types
to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.