blob: 66759f89b999505b4f14070ffd336a6f28ecbdbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
current
=======
* Add read-markers API support
* Add typing api support
v0.6.1
======
* Fix “Too few positionals passed; expected 2 arguments but got 1” on
response tests.
v0.6.0
======
* Add MediaStore class that implements /_matrix/media endpoints. This class can:
- Parse MXC uris
- Download files
- Upload files
- Download/generate thumbnails
- Get the server configuration
* Add .media method for Matrix::Client
* Misc changes on the load-docs.p6 scripts that generates the endpoints.md
v0.5.2
======
* Lot of changes from Perl6 to Raku. This includes file extensions,
mentions in the code and shebang
* Fix tests that required JSON::Tiny
v0.5.1
======
* Use JSON::Fast in favor of JSON::Tiny
v0.5.0
======
* Implemented list and update on device management endpoints
* Use Authorization header in favor to access token query param
v0.4.0
======
v0.3.0
======
v0.2.1
======
|