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-pluginsfor creatingaiomisc/version.pyfile and bump version when publishing.- some non-public imports might be broken, mainly typing, and the
aiomisc.iomodule- 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.iomodule:
- Support stream compression for opening files with:
GZIP- compressed filesLZMA- compressed filesBZ2- compressed files- Added
aiohttp_asgiobjects to__all__inaiomisc.service.asgiaiomisc.Servicesubclasses is now can be serialized withpickle- Improves typing for:
aiomisc.ioaiomisc.poolaiomisc.service.udpaiomisc.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_pytestbecause is now a separate package aiomisc-pytestentrypointclass is final now.- Instance ordering not guaranteed in
Entrypoint.servicesmethod- The main function in
aiomisc_worker/forking.pyreturns 0 when keyboard interrupt received16.3.x
- Migrate to poetry #154
- Use
poem-pluginsfor creatingaiomisc/version.pyfile and bump version when publishing.- some non-public imports might be broken, mainly typing, and the
aiomisc.iomodule- 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.iomodule:
- Support stream compression for opening files with:
GZIP- compressed filesLZMA- compressed filesBZ2- compressed files- Added
aiohttp_asgiobjects to__all__inaiomisc.service.asgiaiomisc.Servicesubclasses is now can be serialized withpickle- Improves typing for:
aiomisc.ioaiomisc.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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.