passthrough for any type of backend exception

This commit is contained in:
hackjammer
2023-01-13 23:53:02 +00:00
parent 7a89f28b54
commit ab26fad604
2 changed files with 8 additions and 3 deletions

View File

@@ -2,6 +2,11 @@
## 0.2
### 0.2.1
- Fix picklecoder
- Fix connection failure transparency
- Add Cache-Control and ETag on first response
### 0.2.0
- Make `request` and `response` optional.