Releases: virtool/virtool-core
Releases · virtool/virtool-core
15.0.1
15.0.1 (2025-01-21)
Bug Fixes
- allow empty email strings for accounts (127ab0c)
15.0.0
15.0.0 (2024-12-09)
Features
BREAKING CHANGES
- Requires Pydantic 2. Some bio utilities have been removed.
14.0.4
14.0.4 (2024-06-19)
Bug Fixes
- prevent redis connection errors (e8097ec)
14.0.3
14.0.3 (2024-06-18)
Bug Fixes
- prevent excessive pubsub message checks (e00cbc6)
14.0.2
14.0.2 (2024-06-14)
Bug Fixes
- accept any redis url format (5122f4b)
14.0.1
14.0.1 (2024-06-11)
Bug Fixes
- allow
None
for
OTUSequence.host` (c87e089)
14.0.0
14.0.0 (2024-06-11)
Features
BREAKING CHANGES
- Breaks compatibility for workflows using other Python versions.
13.0.0
13.0.0 (2024-06-11)
Bug Fixes
- remove the
rights
field from job model (c958dbc)
BREAKING CHANGES
- Breaks clients that depend on the
rights
field.
12.3.1
12.3.1 (2024-05-23)
Bug Fixes
- return removed count from
Redis.lrem
(55ef7ab)