Skip to content

Releases: alkem-io/matrix-adapter

Heap increased

08 Jul 13:56
7b05bf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

Release: matrix admin events; logic clean up

06 Jul 08:25
8791a67
Compare
Choose a tag to compare

Adds a new module + controller for events to manage the matrix instance

update users_default (new members) power level for rooms for a given matrix (admin) user
log the state (power levels) for a given room
Updating the rooms for an admin first tries to re-use the current admin user if there is a match, otherwise creates a new agent for the provided credentials (with then a new sync)

Also split the admin user management into a separate module for ease of code management

Delete (message / reaction) now use the actual user for the matrix event, not the admin user.

Add users to rooms where needed.

v0.4.3

05 Jul 07:06
8ac6ef5
Compare
Choose a tag to compare
  • code improvements
  • more logging

Release: Correct filtering

04 Jul 09:30
276e354
Compare
Choose a tag to compare
  • Correct filtering of events

Release: Bugfix

04 Jul 08:24
c2b63b8
Compare
Choose a tag to compare
  • Fixed bug where some events were mistakenly filtered out

v0.4.0

03 Jul 14:50
c299c52
Compare
Choose a tag to compare

SDK upgrade
sync params

Added Additional Configuration for Matrix Client

03 Jul 10:21
93195c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.4

Alter default settings

03 Jul 09:51
f9481cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.3

Added Health Controller

25 Jun 11:32
f9481cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

Updated Message Interface

14 Jun 12:19
b609f34
Compare
Choose a tag to compare

Message Interface

  • Message Interface now includes threadID and reactions