Skip to content

Releases: MatterMiners/cobald

v0.14.0

31 Jul 09:21
606add9
Compare
Choose a tag to compare

What's Changed

This release updates the minimal Python version to Python 3.8. This will allow COBalD and its plugins to move forward to a more modern code-base and drop old compatibility layers. There are no user-facing changes aside from not running on older Python versions anymore.

Internal changes and maintenance include:

New Contributors

  • @lgtm-com made their first contribution in #117

Full Changelog: 0.13.0...v0.14.0

v0.13.0

29 Aug 13:45
0343272
Compare
Choose a tag to compare

What's Changed

This release changes the core implementation of the daemon runtime from threading to asyncio.

We expect the changes to be transparent for users, but the architecture change may have unexpected side-effects. For example, signal handling (as in Linux' SIGINT and similar) now happens differently and dependencies relying on signals may behave slightly different.

Major changes:

v0.12.3

12 Nov 13:57
819bf34
Compare
Choose a tag to compare

This release allows setting the evaluation strategy of YAML tags as lazy/eager.

See the cobald changelog for all changes.

v0.12.2

16 Sep 15:19
b16f88d
Compare
Choose a tag to compare

This release provides improved configuration handling.

See the cobald changelog for all changes.

New Plugin System

15 Apr 08:56
a5b5854
Compare
Choose a tag to compare

This release introduces a new plugin system (v0.12.0) that works via decorators.

See the cobald changelog for all changes.

v0.10.0

02 Oct 13:49
5cf8bdb
Compare
Choose a tag to compare

New plugin, extension and configuration mechanism

Working version for HNSC and ConcurrencyLimits

03 Dec 15:32
4208ba1
Compare
Choose a tag to compare

Development version confirmed to work for both HNSciCloud and ConcurrencyLimits backends.