Hopeit.engine

Latest version: v0.25.4

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

Scan your dependencies

Page 13 of 15

0.3.0

Not secure
_____________
- Added test build for Python 3.9

- Fix: removed aiohttp dependency for hopeit.app.context module, in order to allow engine usage on applications that do not require web server module.

- [Breaking] Moved `hopeit.toolkit.storage.redis` to `hopeit.redis-storage` plugin.
- Install using `pip install hopeit.redis-storage`

- [Breaking] Moved `hopeit.toolkit.storage.fs` to `hopeit.fs-storage` plugin.
- Install using `pip install hopeit.fs-storage`

- [Breaking] Moved RedisStreamManager to its own plugin.
- By default `stream-manager` is not configured. To enable Redis Streams in server:
- Install using `pip install hopeit.engine[redis-streams]`
- Add `stream_manager=hopeit.redis_streams.RedisStreamManager` to streams section in server config file.

- [Breaking] removed `hopeit.dataobjects.validation` and `hopeit.toolkit.validators` modules

- [Breaking] make simple-example app to match Major. Minor version number from engine. This is only breaking changes for users of this app config file.

- [Breaking] make simple-benchmark app to match Major. Minor version number from engine. This is only breaking changes for users of this app config file.

- [Breaking] make basic-auth plugin to match Major. Minor version number from engine. This is only breaking changes for users of this plugin config file.

0.3.0rc8

Not secure
______________

- [Breaking] Moved RedisStreamManager to its own plugin.
- By default `stream-manager` is not configured. To enable Redis Streams in server:
- Install using `pip install hopeit.engine[redis-streams]`
- Add `stream_manager=hopeit.redis_streams.RedisStreamManager` to streams section in server config file.
- [Breaking] removed `hopeit.dataobjects.validation` and `hopeit.toolkit.validators` modules
- [Breaking] make simple-example app to match Major. Minor version number from engine. This is only breaking changes for users of this app config file.
- [Breaking] make simple-benchmark app to match Major. Minor version number from engine. This is only breaking changes for users of this app config file.
- [Breaking] make basic-auth plugin to match Major. Minor version number from engine. This is only breaking changes for users of this plugin config file.
- Added test build for Python 3.9
- Fix: removed aiohttp dependency for hopeit.app.context module, in order to allow engine usage on applications that do not require web server module.

0.3.0rc3

Not secure
_____________
- [Breaking] Moved `hopeit.toolkit.storage.redis` to `hopeit.redis-storage` plugin.
- Install using `pip install hopeit.redis-storage`

0.3.0rc2

Not secure
_____________
- [Breaking] Moved `hopeit.toolkit.storage.redis` to `hopeit.redis-storage` plugin.
- Install using `pip install hopeit.redis-storage`

This release failed to publish `hopeit.fs_storage` plugin to PyPi.

0.3.0rc1

Not secure
_____________
- Moved `hopeit.toolkit.storage.redis` to `hopeit.redis-storage` plugin that needs to be installed separately from `hopeit.engine`
- Install using `pip install hopeit.redis-storage`

0.2.4rc1

Not secure
_____________
- Moved RedisStreamManager to its own plugin.
- [Breaking/Config] By default `stream-manager` is not configured. To enable Redis Streams in server:
- Install using `pip install hopeit.engine[redis-streams]`
- Add `stream_manager=hopeit.redis_streams.RedisStreamManager` to streams section in server config file.

Page 13 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.