Temporal-boost

Latest version: v1.0.3

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.3

Added `add_async_runtime` method for appending corutines, wrapped in `asyncio.run()`

Example:
python
class TestAsyncRuntime:
"""
Class must implement `run` method
"""
async def _test_async_runtime(self):
while True:
print(random.random())
await asyncio.sleep(1)
def run(self):
asyncio.run(self._test_async_runtime())

app.add_async_runtime("test_async", runtime=TestAsyncRuntime())

1.0.2

- Fix ASGI worker startup
- Rename `internal` worker to `internal_boost`

1.0.1

Fix asyncio executor for Trio

**Full Changelog**: https://github.com/northpowered/temporal-boost/compare/v1.0.0...v1.0.1

1.0.0

Documentation
https://northpowered.github.io/temporal-boost/

Breaking changes
* Worker name `internal` is now prohibited and uses for system purposes

What's Changed
* Temporal auto documentation with internal worker by northpowered in https://github.com/northpowered/temporal-boost/pull/20
* Trio migration by northpowered in https://github.com/northpowered/temporal-boost/pull/22
* Documentation on gh pages by northpowered in https://github.com/northpowered/temporal-boost/pull/23
* Temporal SDK dependency fix by northpowered
* Repository refactoring by northpowered
* App examples by northpowered


**Full Changelog**: https://github.com/northpowered/temporal-boost/compare/v0.2.0...v1.0.0

0.2.0

What's Changed
* ASGI logging update by northpowered in https://github.com/northpowered/temporal-boost/pull/19


**Full Changelog**: https://github.com/northpowered/temporal-boost/compare/v0.1.2...v0.2.0

0.1.2

What's Changed
* Aiohttp integration by northpowered in https://github.com/northpowered/temporal-boost/pull/16
* Bump Temporal SDK up to 1.4.0 by northpowered in https://github.com/northpowered/temporal-boost/pull/17
* ASGI workers by northpowered in https://github.com/northpowered/temporal-boost/pull/18

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.