=====
Released 2024-09-13
- Adds "--validate" to tuberd invocation, which checks served data against a
jsonschema. This is intended as a developer aid, NOT as a security feature
(since it's only server-side, and not default!)
- Synchronous (SimpleTuberObject) and asynchronous (TuberObject) APIs are
brought together using requests-futures package, and tested alongside each
other.
- Server hotpath is now partly Python - this has very little performance cost
and is much more maintainable.
- Libfmt dependency removed.
- Server-side container API added (allowing objects to host other objects)