Releases: nitrictech/python-sdk
Releases · nitrictech/python-sdk
Release v0.8.0-rc.9
0.8.0 (2022-11-07)
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)
- storage: Add file list operation. (b60b6a2)
- handle cancelled error from membrane gracefully (0d8ecde)
- SDK improvements. (224a2e9)
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)
Release v0.8.0-rc.11
0.8.0 (2022-11-07)
Features
- Add json convenience method to request. (9f9d073)
- Add signed url convenience methods. (719fd8b)
- Allow HTTP response body to be set to Any. (1f87d11)
- automatically set content type for json body. (b25e83a)
- storage: Add file list operation. (b60b6a2)
- handle cancelled error from membrane gracefully (0d8ecde)
- SDK improvements. (224a2e9)
Bug Fixes
- Add missing HTTP method to API and missing doc block. (0bd79e9)
- await task instead of generated co-routine. (230be33)
- return the generated sign url (ffcc097)
- synchronous resource registration. (8ff6d78)
Tests
- check the URL is returned. (0d23d91)
- 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)
Release v0.8.0-rc.10
0.8.0 (2022-11-07)
Features
- Add json convenience method to request. (9f9d073)
- Add signed url convenience methods. (719fd8b)
- Allow HTTP response body to be set to Any. (1f87d11)
- automatically set content type for json body. (b25e83a)
- storage: Add file list operation. (b60b6a2)
- handle cancelled error from membrane gracefully (0d8ecde)
- SDK improvements. (224a2e9)
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)
Release v0.8.0-rc.8
0.8.0 (2022-11-06)
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)
- handle cancelled error from membrane gracefully (0d8ecde)
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)
Release v0.8.0-rc.7
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)
Release v0.8.0-rc.6
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)
Release v0.8.0-rc.5
0.8.0 (2022-10-26)
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)
Release v0.8.0-rc.4
0.8.0 (2022-10-25)
Features
- Add json convenience method to request. (9f9d073)
- Allow HTTP response body to be set to Any. (1f87d11)
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)
Release v0.7.1-rc.3
0.7.1 (2022-10-25)
Bug Fixes
- await task instead of generated co-routine. (230be33)
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)