Releases: erdnaxeli/caridina
Releases · erdnaxeli/caridina
v0.11.0
Make UnisgnedData.age
optional.
v0.10.6
- fix issue on canonical_alias event
- fix issue on POST with empty body
v0.10.5
- fix an issue with the "invite" field being optional since synapse 1.38.
v0.10.3
This release just fix the version number that was wrong in v0.10.2.
v0.10.2
Fix default text message format.
v0.10.0
This release bring the support for redacted events (previously the lib would crash if a redacted event was present on a sync response).
To do that the lib was refactored using macros to generate the events types instead of inheritance. This makes the doc way easier to read, as well as the code itself. Still their should not be major changes to do to use this version.
0.9.0
Add support for Crystal 0.36.1, drop support for earlier versions.
v0.8.0
Fix the code structure.
Caridina::Connection
is renamed to Caridina::ConnectionInterface
Caridina::ConectionImpl
is renamed to Caridina::Connection
- all the code is moved to a subfolder
caridina