Skip to content

Releases: erdnaxeli/caridina

v0.11.0

06 Dec 16:32
7b981f9
Compare
Choose a tag to compare

Make UnisgnedData.age optional.

v0.10.6

27 Nov 14:52
Compare
Choose a tag to compare
  • fix issue on canonical_alias event
  • fix issue on POST with empty body

v0.10.5

23 Jul 16:27
abb88b9
Compare
Choose a tag to compare
  • fix an issue with the "invite" field being optional since synapse 1.38.

v0.10.4

05 Apr 11:02
Compare
Choose a tag to compare

Support Crystal 1.

v0.10.3

02 Mar 21:22
Compare
Choose a tag to compare

This release just fix the version number that was wrong in v0.10.2.

v0.10.2

23 Feb 21:58
Compare
Choose a tag to compare

Fix default text message format.

v0.10.1

22 Feb 23:10
Compare
Choose a tag to compare

Fix edits.

v0.10.0

22 Feb 22:58
917c3a0
Compare
Choose a tag to compare

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

06 Feb 19:34
Compare
Choose a tag to compare

Add support for Crystal 0.36.1, drop support for earlier versions.

v0.8.0

22 Jan 17:08
Compare
Choose a tag to compare

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