Skip to content

Releases: bot4s/zmatrix

v0.4.0

24 Apr 17:40
0cad2f5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.4...v0.4.0

v0.3.4

08 Oct 10:10
4ff3a2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

19 Sep 18:37
707ff16
Compare
Choose a tag to compare

What's Changed

  • fix: serialization of invite events by @ex0ns in #151

Full Changelog: v0.3.2...v0.3.3

v0.3.2

19 Sep 16:46
33f55be
Compare
Choose a tag to compare
  • Update dependencies
  • Update scala

v0.3.1

29 May 16:32
4a12eac
Compare
Choose a tag to compare
  • Release version with updated dependencies

v0.3.0

26 Feb 18:10
aa482ad
Compare
Choose a tag to compare
  • Streaming API (draft)
  • Update dependencies
  • Refactor main API

v0.2.0

21 Jul 12:06
98bea89
Compare
Choose a tag to compare
  • Upgrade to ZIO 2
  • Upgrade mill 0.10.5
  • Upgrade Scala 2.12.16

v0.1.2

22 Nov 17:12
8245fd9
Compare
Choose a tag to compare

Update dependencies. Update scala and mill version

v0.1.1

25 Jun 18:20
97f0dca
Compare
Choose a tag to compare

Introduce separate configuration to store the since token of the API.

0.1.0

01 May 11:41
c10341d
Compare
Choose a tag to compare

This release contains the first support for Matrix API.
The following endpoints and methods are now supported:

RoomCreation

  • createRoom

RoomMembership

  • join
  • joinedRooms
  • invite
  • forget
  • leave
  • ban
  • unban
  • kick

SessionManagement

  • logout
  • logoutAll

Acount

  • whoAmI

Sync

  • sync

DeviceManagement

  • getDevices

Rooms

  • sendMsg