Releases: StarpTech/apollo-datasource-http
Releases · StarpTech/apollo-datasource-http
Release 0.14.1
- only parse json when content-type is correct, other content-types are passed as it is. (e43cde6)
Release 0.14.0
- add own RequestError to access request and response information, always throw an apollo error (6852755)
- speed up tests by lowering timeouts (9b6ab03)
Release 0.13.1
- fix: only cache 200, 203 status codes, add tests (f91689a)
- improve readme (f831377)
Release 0.13.0
- fix: improve test titles (f2147b2)
- feat: add an option to skip cache when it doesn't respond in appropriate time (dd1a8ed)
- fix add missing options to request (6ac892d)
Release 0.12.1
- fix: overwrite request options, add test (4c69bd6)
Release 0.12.0
- make onRequest hook async (9155465)
Release 0.10.0
- make http methods public to reuse them in a service architecture (b78fd8a)
- Merge branch 'main' of github.com:StarpTech/apollo-datasource-http into main (b23efee)
- [ci skip] improve readme (e108569)