Added
- Config files can be outputted in Kubernetes ConfigMap format (`servo config -f
configmap`).
- All Connectors can now dispatch events (previously only available to the
`Servo` class).
- `Optimizer` now includes an `api_url` property.
- Event accessor `Connector.events` and `Connector.get_event`.
- Project automation via GitHub Actions (Dependabot, release-drafter, PyPI
release, Docker builds).
Removed
- Removed `ServoAssembly.default_routes` from the API (usage eliminated).
Changed
- Normalized naming of miscellaneous config methods.
- Renamed `ServoAssembly.all_connectors` to `ServoAssembly.all_connector_types`
for clarity.
Fixed
- Pydantic will no longer see self-references between connectors (avoids
recursion sharp edge).