Commit Graph

14 Commits

Author SHA1 Message Date
Koen Bolhuis daad9596d0 Release v0.5.0 2022-12-05 00:35:33 +01:00
Koen Bolhuis 8e4299d919 Release v0.4.3 2022-11-16 02:15:21 +01:00
Koen Bolhuis 77848d35cd Move to rust 2021 2022-11-16 02:14:31 +01:00
Koen Bolhuis 88dbad9062 Update attohttpc dependency 2022-11-16 02:13:57 +01:00
Koen Bolhuis 9f4c763947 Release v0.4.2 2022-05-12 00:05:57 +02:00
Koen Bolhuis b3868fa128 Bump version 2021-12-03 13:04:02 +01:00
Koen Bolhuis 6d1ed98163 Release v0.4.0 2021-10-21 00:38:05 +02:00
Koen Bolhuis c49f40128d Use the attohttpc crate instead of ureq.
This has some implications for Error:
- because attohttpc doesn't distinguish between errors
  when serializing or deserializing request/response
  data, Error::RequestJson and Error::ResponseJson have
  been merged into Error::Json. In practice this shouldn't
  matter much because request data is (usually) well-formed.
- attohttpc also doesn't return errors for HTTP responses
  with statuses in the [400-599] range, so manual conversion
  to an error is needed (this now happens in ResponseType::from_response).
2021-09-01 18:04:56 +02:00
Koen Bolhuis 8764854fad Release v0.3.0 2021-05-12 20:32:51 +02:00
Koen Bolhuis 91ceaa3f42 Release v0.2.0 2021-01-20 01:14:33 +01:00
Koen Bolhuis 8780a3231f Release v0.1.0 2021-01-14 03:35:59 +01:00
Koen Bolhuis 7d86beba29 Add categories field to Cargo.toml 2021-01-13 13:05:13 +01:00
Koen Bolhuis 7988a483b3 Add LICENSE, README.md and Cargo.toml fields 2021-01-10 21:50:29 +01:00
Koen Bolhuis e82b685776 Initial commit 2021-01-09 04:36:14 +01:00