Alejandro Domínguez
2151711f64
Add NonAuthEndpoint trait
...
This is a way to mark any type implementing `Endpoint` as not
requiring authentication information through the type system.
This is useful for clients that build on top of the ruma crates
to check this condition at compile time, avoiding a runtime error.
2020-05-23 16:20:55 +02:00
Jonas Platte
4d702558bb
Update deps, bump versions
2020-05-14 13:07:14 +02:00
Jonas Platte
78717b71bf
Update change log
2020-05-04 18:24:16 +02:00
Jonas Platte
d560ed76ca
Bump versions
2020-05-04 18:16:53 +02:00
Jonas Platte
4211eb4497
Annotate .unwrap()s
2020-05-04 18:14:55 +02:00
Jonas Platte
fb265db5eb
Update dependencies
2020-05-04 18:14:50 +02:00
Akshay
3428e9dd92
Migrate to ruma-serde from serde_urlencoded
2020-05-04 17:46:24 +02:00
Jonas Platte
e24826cea5
Simplify CI scripts
2020-04-24 21:40:06 +02:00
Jonas Platte
0efac871bc
Remove the option to disable macro reexport
2020-04-24 21:33:15 +02:00
Jonas Platte
f1789032fd
Remove travis badge from readme
2020-04-24 21:29:57 +02:00
Jonas Platte
0c38d8aca5
Switch CI from travis to builds.sr.ht
2020-04-24 21:03:09 +02:00
Jonas Platte
85cef85b60
Update ruma-events, bump versions
2020-04-22 21:39:05 +02:00
Jonas Platte
df7914de1a
Remove Outgoing trait
...
we won't need it anymore once `EventResult` is replaced with `EventJson`
2020-04-22 12:54:47 +02:00
Jonas Platte
620ca0ebcf
Don't require trait implementations in macro code
2020-04-22 12:08:02 +02:00
Jonas Platte
3fb21b3330
Update ruma-identifiers, bump versions
2020-04-20 15:57:04 +02:00
Jonas Platte
21d6c890a7
Update ruma-events to 0.19.0
2020-04-19 23:17:36 +02:00
Jonas Platte
1686afc8bd
Update ruma-events (dev-dep) to 0.19.0-rc.2
2020-04-19 20:07:36 +02:00
Jonas Platte
399b7ace57
Fix ruma-identifiers being declared as an optional dependency
2020-04-17 19:30:08 +02:00
Jonas Platte
ef4edeb20d
Fixup
2020-04-17 19:22:55 +02:00
Jonas Platte
28d836ec50
Update change log, bump versions
2020-04-17 19:22:06 +02:00
Jonas Platte
cbdbc0c38f
Remove url crate dependency
2020-04-17 19:17:26 +02:00
Jonas Platte
8ba4fe4358
Update ruma-identifiers to 0.15.1
2020-04-17 18:20:05 +02:00
Jonas Platte
dc77869de0
Bump versions, update change logs
2020-04-16 17:03:07 +02:00
Jonas Platte
ce1adb2827
Update dependencies
2020-04-16 16:59:48 +02:00
Jonas Platte
4c67b1a71d
Update ruma-api-macros/README.md
2020-04-16 15:09:46 +02:00
Jonas Platte
5e62369a16
Fix MSRV in README.md
2020-04-16 01:43:01 +02:00
Jonas Platte
0238a72b59
Serialize an empty JSON object as body for responses without body fields
2020-04-15 22:04:27 +02:00
Jonas Platte
2bbcfda3fd
Don't use ruma_api_macros directly in ruma_api tests
2020-04-15 21:53:27 +02:00
Jonas Platte
724f799bdf
Update README.md
2020-04-10 13:42:10 +02:00
Jonas Platte
111c33c29c
CI: Disable IRC notifications
2020-04-03 19:11:24 +02:00
Jonas Platte
b389501465
Bump versions
2020-03-29 13:55:54 +02:00
Jonas Platte
58b142f345
Update change logs
2020-03-29 13:55:16 +02:00
Jonas Platte
9be124f826
Bump versions
2020-03-20 11:51:45 +01:00
Jonas Platte
220d733cc1
Bump dependencies
2020-03-20 11:50:13 +01:00
Ragotzy.devin
6a0ab987b5
Enable deserialization of unsuccessful responses
...
Co-authored-by: Jonas Platte <jplatte@users.noreply.github.com>
2020-03-17 01:07:12 +01:00
Jonas Platte
6f5e25cb7d
Update dependencies
2020-03-12 21:38:27 +01:00
Donough Liu
c346b4f681
Emit error on non-UTF8 characters in path segments
2020-03-07 17:06:24 +01:00
iinuwa
e5e89b8929
Use raw_body
for bytes payload in doc examples.
2020-02-21 06:53:07 -06:00
Jonas Platte
1c23df55e4
Update ruma-events to 0.16.0
2020-02-19 00:46:16 +01:00
Jonas Platte
557be94f3a
Bump versions
2020-02-18 21:17:18 +01:00
Jonas Platte
8e7325cdcc
Simplify request path deserialization by removing RequestPath struct
2020-02-18 21:05:21 +01:00
Jonas Platte
9e076858af
Update change logs
2020-02-18 21:02:33 +01:00
Jonas Platte
810bf56874
Add strum::ParseError variant to DeserializationError
2020-02-18 20:58:29 +01:00
Jonas Platte
9861aa20c8
Fix path segments being parsed as JSON
2020-02-17 22:12:18 +01:00
Jonas Platte
a811a709ec
Implement Debug for Incoming types
2020-02-10 10:54:56 +01:00
Jonas Platte
a9abdbc5e9
Fix typo in changelog
2020-02-08 22:38:34 +01:00
Jonas Platte
8be1a4d168
Bump versions
2020-02-08 22:02:27 +01:00
Jonas Platte
89f8d0f656
Further split the error types
2020-02-08 21:44:02 +01:00
Jonas Platte
abb278c85a
Simplify path segment deserialization code
2020-02-08 20:48:50 +01:00
Jonas Platte
b72bb25496
Move attributes after doc comment
2020-02-08 20:01:08 +01:00