47 Commits

Author SHA1 Message Date
Jonas Platte
5a8da77ac1
Add myself to the Cargo.toml authors arrays 2020-02-07 01:04:31 +01:00
Jonas Platte
542bef8c4a
Split the Error type in two 2020-02-07 01:04:23 +01:00
Jonas Platte
3b294baf07
Update change logs, bump versions 2020-01-13 20:04:15 +01:00
Jonas Platte
08a3d820be
Release ruma-api-macros 0.9.0, ruma-api 0.12.0 2019-12-12 20:48:40 +01:00
Jonas Platte
634eb5f13e
Update http to 0.2.0 2019-12-03 12:14:43 +01:00
Jonas Platte
e8462be7f2
Use exact version requirement for ruma-api-macros dependency 2019-12-03 12:09:00 +01:00
Jonas Platte
f7c6bd7d4e
Update deps, make alpha releases 2019-11-28 21:58:45 +01:00
Jonas Platte
f558b55692
Add SendRecv trait + derive macro to allow receiving requests, sending responses 2019-11-27 19:28:54 +01:00
Jonas Platte
5729aa1344
Revert "Remove percent-encoding dependency (not currently used)"
This reverts commit 540a69a8e45ff117f0a1bb0272bbc40c526ed12e.
2019-11-27 19:28:53 +01:00
Jonas Platte
924cd4c36c
Update changelogs, bump versions 2019-11-21 11:53:37 +01:00
Jonas Platte
6f5c2833ba
Bump versions 2019-11-20 23:38:36 +01:00
Jonas Platte
a969fcf625
Update dependencies, use one line per dep in toml files 2019-11-19 10:59:11 +01:00
Jonas Platte
4a03892ad6 Bump versions 2019-10-29 20:05:07 +01:00
Jonas Platte
540a69a8e4 Remove percent-encoding dependency (not currently used) 2019-10-29 19:56:00 +01:00
Jonas Platte
3b3744153f Update dependencies 2019-08-16 21:42:26 +02:00
Jimmy Cuadra
12cfa48fc5 Bump ruma-api-macros to 0.7.0. 2019-08-02 17:50:11 -07:00
Jimmy Cuadra
3e9fd80a7e Update dependencies and remove unnecessary ones. 2019-08-02 17:45:18 -07:00
Jimmy Cuadra
4f03c4dce2 Re-export ruma-api-macros from ruma-api. 2019-08-02 16:08:35 -07:00
Jonas Platte
78507b1d8b
Update dependencies, bump version to 0.10.0 2019-07-30 17:37:09 +02:00
Jimmy Cuadra
70cd077f29 Update dependencies. 2019-07-25 10:19:57 -07:00
Jimmy Cuadra
5d0b4dd833 Bump version to 0.9.0. 2019-07-19 12:30:38 -07:00
Jonas Platte
169b6cb9f9 Remove futures and hyper dependencies 2019-07-18 23:22:53 +02:00
Jimmy Cuadra
b0c1997016 Fix typo in Cargo.toml. 2019-06-24 13:02:54 -07:00
Jimmy Cuadra
9a5858cae8 Add crates.io categories. [ci skip] 2019-06-16 16:50:06 -07:00
Jimmy Cuadra
3b383d78b7 Bump version to 0.8.0. 2019-06-12 12:59:11 -07:00
Jimmy Cuadra
9805750f83 Bump dependencies. 2019-06-12 12:21:39 -07:00
Jimmy Cuadra
6e3e29fc22 Bump version to 0.7.0. 2019-04-11 18:05:34 -07:00
Jimmy Cuadra
99b2d6423f Update dependencies. 2019-04-11 18:03:11 -07:00
Jonas Platte
561a254ca8 Replace serde_derive by re-exports in serde 2019-02-06 20:24:29 +01:00
Jonas Platte
282b952192 Update to Rust 2018 2019-01-13 21:42:45 +01:00
Jimmy Cuadra
033c04fd12 Bump version to 0.6.0. 2018-12-03 17:57:58 -08:00
Jimmy Cuadra
bfddf74398 Update dependencies. 2018-12-03 17:56:51 -08:00
Jonas Herzig
c71b60ef70 Add convertion to/from Request/Response from/to http::Request/Response 2018-09-11 16:56:25 +02:00
Jörg Sommer
08c0d14221 Add Error(Hyper) for errors originated from Hyper
During the parsing of the HTTP responses an error might come from
*Hyper*. To pass this error down to the caller, we need an entry in
`Error`.
2018-08-31 12:31:46 +02:00
Jimmy Cuadra
8970e3d83d Bump version to 0.5.0. 2017-09-08 17:33:18 -07:00
Jimmy Cuadra
9ff74ba776 Use the crates.io release of http. 2017-09-08 17:29:19 -07:00
Jimmy Cuadra
35c2e6edd8 Swap hyper for the http crate. 2017-08-01 18:05:44 -07:00
Jimmy Cuadra
37a5991fda Bump version to 0.4.0. 2017-07-07 01:19:03 -07:00
Jimmy Cuadra
4893be93f8 Impl conversion from serde_urlencoded errors. 2017-06-30 18:14:24 -07:00
Jonas Platte
dd62620a4b Bump dependency versions 2017-06-14 09:49:16 +02:00
Jimmy Cuadra
3635fe51ac Use FutureFrom instead of TryFrom for responses. 2017-05-14 04:00:54 -07:00
Jimmy Cuadra
517235b3e9 Add an error type. 2017-05-14 02:48:35 -07:00
Jimmy Cuadra
5a4661c408 Revise API to convert between associated types and Hyper request/response types. 2017-05-11 02:39:22 -07:00
Jimmy Cuadra
b6a743d821 Bump version to 0.3.0. 2017-01-07 06:14:23 -08:00
Jimmy Cuadra
99ad992de8 Bump version to 0.2.0. 2017-01-07 05:20:01 -08:00
Jimmy Cuadra
f88588f392 Require that Endpoint::QueryParams be Deserialize + Serialize. 2017-01-07 05:19:45 -08:00
Jimmy Cuadra
0fd9fb4889 ruma-api 2016-12-15 01:50:31 -08:00