v0.8.3 is the first stable release in the v0.8 series, and brings a nearly complete overhaul of Ampel internals by vbrinnel.
Major features
* cli commands to manipulate the Ampel backing database, e.g. export content, create views, view logs, reset t2s, etc.
* `ampel job` for running individual workflows ("job schemas") against a dedicated database
* T2: "tied" units that can use the output of other T2 units
* T3: unit outputs are accumulated in a `T3Store` and stored in the database. Instances of `AbsReviewT3Unit` receive both a collection of stock views and a `T3Store`, while instances of `T3PlainUnit` receive a `T3Store` only.
New Contributors
* mafn made their first contribution in https://github.com/AmpelProject/Ampel-core/pull/175
* simeonreusch made their first contribution in https://github.com/AmpelProject/Ampel-core/pull/181
Old contributors
* jvansanten
**Full Changelog**: https://github.com/AmpelProject/Ampel-core/compare/v0.7.6...v0.8.3