58 Commits

Author SHA1 Message Date
Jonas Platte
fe92c2940a
Update change log, bump version 2020-04-06 12:35:38 +02:00
Jonas Platte
041b737ca3
Bump version 2020-04-03 19:11:57 +02:00
Jonas Platte
0c44e73a78
Bump js_int, add regression test
The version bump fixes an issue where `UInt`s or `Duration`s in the
query string would fail
to deserialize
2020-04-03 18:22:52 +02:00
Jonas Platte
e2ba8f2d4a
Bump version 2020-03-29 19:28:57 +02:00
Jonas Platte
472ab64a86
Update dependencies 2020-03-29 19:28:28 +02:00
Ragotzy.devin
1e3769a0f1
impl EndpointError for Error
Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
2020-03-22 03:08:08 +01:00
iinuwa
122097cfef
Use Duration over UInt for timeouts and similar fields 2020-03-20 11:29:51 +01:00
Jonas Platte
e7526b88cb
Update ruma-events to 0.17.0 2020-03-12 21:38:51 +01:00
Jonas Platte
411c6e18b4
Update dependencies 2020-02-19 00:49:46 +01:00
Jonas Platte
8e9a6ffede
Update ruma-api to 0.14.0 2020-02-18 21:26:41 +01:00
Jonas Platte
6d8a6e8b2e
Sort dependencies in Cargo.toml 2020-02-18 19:18:00 +01:00
timokoesters
dffe376aeb feat: add MatrixError struct 2020-02-16 16:54:09 +01:00
Jonas Platte
fc2d6f354a
Actually bump the version 2020-02-08 23:07:32 +01:00
Jonas Platte
604795f994
Update dependencies, changelog; bump version 2020-02-08 22:28:34 +01:00
Jonas Platte
258fbf5a01
Use #[ruma_api(raw_body)] for r0::media::{get,create}_media 2020-01-13 20:20:17 +01:00
Jonas Platte
83493de30c
Update ruma-api to 0.12.0, release 0.5.0 2019-12-12 21:17:12 +01:00
Jonas Platte
e2e0f8ad2b
Update deps, release 0.5.0-alpha.1 2019-12-03 12:06:31 +01:00
Jonas Platte
e30c82d248
Update ruma-api, restore request receiving / response sending support 2019-11-28 22:03:17 +01:00
Wim de With
c017c957d7 Update ruma-api to 0.11.2 2019-11-21 14:22:25 +01:00
Jonas Platte
e6fd6a34f3 Bump version to 0.4.0 2019-10-29 20:49:28 +01:00
Jonas Platte
b35e843fe2 Update dependencies 2019-10-29 20:35:46 +01:00
Jonas Platte
4ad8ee7d08 Switch ruma-api branch 2019-10-17 00:23:53 +02:00
Jonas Platte
2022dcc5f2 Update deps 2019-10-14 22:14:01 +02:00
Jonas Platte
98e0bad1b1 Update to the new ruma-events API 2019-08-15 23:25:01 +02:00
Jonas Platte
90b850a60d Update dependencies (except ruma-events) 2019-08-03 19:43:09 +02:00
Jimmy Cuadra
2eeb90ed55 Add crates.io categories. [ci skip] 2019-06-16 16:46:02 -07:00
Jimmy Cuadra
a16eb7cfe1 Use js_int types for numbers.
See https://github.com/ruma/ruma-events/issues/27 for rationale.
2019-06-16 16:32:56 -07:00
Jimmy Cuadra
21c2288d51 Fix serialization error due to url not supporting serde 1.x. 2019-06-02 18:00:23 -07:00
Jimmy Cuadra
32a791c44f Bump version to 0.3.0. 2019-04-11 18:19:32 -07:00
Jimmy Cuadra
63fefb952b Update dependencies. 2019-04-11 18:19:27 -07:00
Jonas Platte
af954220bd Replace serde_derive by re-exports in serde 2019-02-06 20:36:39 +01:00
Jonas Platte
bc968c8e14 Update to Rust 2018 2019-01-13 21:22:37 +01:00
Jimmy Cuadra
8bf2f2a024 Bump version to 0.2.0. 2018-12-03 20:35:33 -08:00
Jimmy Cuadra
c281dc662c Update dependencies. 2018-12-03 20:33:48 -08:00
Jörg Sommer
7112b79859 Add hyper for new version of ruma-api 2018-08-31 14:09:38 +02:00
Jimmy Cuadra
d042f63146 Update dependencies and convert to ruma-api-macros 0.2. 2018-05-19 02:28:43 -07:00
Jimmy Cuadra
3cbbf10587 Use ruma-api 0.4.0 and ruma-api-macros 0.1.0. 2017-07-07 01:31:15 -07:00
Jimmy Cuadra
7f78253539 Update ruma-client-macros for bug fix. 2017-07-01 17:24:00 -07:00
Jimmy Cuadra
e0bb81ad67 Use ruma-api-macros for the media endpoints. 2017-07-01 15:39:45 -07:00
Jonas Platte
f9309e652a Bump dependency versions 2017-06-14 11:57:06 +02:00
Jimmy Cuadra
4ef45b3022 Bump ruma-events and ruma-signatures. 2017-06-01 17:55:24 -07:00
Jimmy Cuadra
392dc69b17 Use ruma-api-macros for the filter endpoints. 2017-05-21 02:19:54 -07:00
Jimmy Cuadra
088aed514e Use ruma-api-macros for the config endpoints. 2017-05-19 06:02:28 -07:00
Jimmy Cuadra
422043cf51 Use ruma-api-macros for the account endpoints. 2017-05-14 17:58:15 -07:00
Jimmy Cuadra
30fbb891fd Use ruma-api-macros for the versions endpoint. 2017-05-14 04:19:34 -07:00
Jimmy Cuadra
d28912a148 WIP 2017-05-11 23:35:17 -07:00
Victor Berger
8ab3c737b8
Update to ruma-api v0.3.
Also fixes a few errors encountered in the process and remove depcrecated tokenrefresh endpoint.
2017-01-08 18:19:27 +01:00
Jimmy Cuadra
28598352aa Implement serialization for QueryParams. 2017-01-07 05:28:33 -08:00
Jimmy Cuadra
3b73d910de Bump ruma-events to 0.2.0 and ruma-identifiers to 0.6.0. 2016-12-20 23:15:13 -08:00
Jimmy Cuadra
eb784ab49b Extract Method and Endpoint to the ruma-api crate. 2016-12-15 02:00:13 -08:00