Release v0.8.0-rc.7
Pre-release
Pre-release
0.8.0 (2022-10-27)
Features
- Add json convenience method to request. (9f9d073)
- Allow HTTP response body to be set to Any. (1f87d11)
- automatically set content type for json body. (b25e83a)
Bug Fixes
- Add missing HTTP method to API and missing doc block. (0bd79e9)
- await task instead of generated co-routine. (230be33)
- synchronous resource registration. (8ff6d78)
Tests
- Fix bucket resource tests. (90e35dd)
- fix documents tests. (aab20ad)
- fix events tests. (3c56c1a)
- fix queue tests. (81b9a9e)
- fix secrets tests. (523a9b5)
- Update collection resource tests. (463abe1)
- Update queue resource tests. (0d62fd6)
- update secret resource tests. (803477a)
- Update storage tests. (72b8a92)
- update tests. (1a82e66)
Continuous Integration
- fix release actions. (f0a7bd2)