- QuiltCore 0.3.5
- Pass all tests
- Mockup FastAPI server
- Start using QuiltCore instead of Quilt3
- Start with get
- Incomplete support for put
- Embed package names in attr dict (for parsing)
- Versions inherit from Package (so get/put work)
- New UnYaml 0.3.0
- fallible flag
- get returns file: URIs
- QuiltLocal._diff directory vs local registry
- QuiltPackage.diff => quilt+stage+{add,rm,touch}+URI
- properly return list of URIs from REST methods
- preliminary path support
- support get, put, patch operations
- improve typing and test coverage (>95%)
Pre-release to support Universal Data Client (udc) development.
- Rewrote QuiltResource to use attribute dictionaries
- Added QuiltType to identify resource types
- Added QuiltURI to parse and validate Quilt+ URIs, using UDC's "UnUri" parsing
- Split out QuiltLocal to manage local file storage and temporary directories