Skip to content

v0.3.2

Compare
Choose a tag to compare
@non-Jedi non-Jedi released this 22 Jun 02:25
· 88 commits to master since this release
v0.3.2
f153684

User-facing changes since v0.2.0:

  • Can now set join_rules and guest_access for rooms #174
  • Fix crash of listener thread for HTTP errors <500 #183
  • Deprecate getter and setter methods #196
  • Fix exception when retrieving avatar that doesn't exist #202
  • Fix ignoring state events coming down timeline in /sync #199
  • Add Api endpoints necessary for e2ee #209 #212 #222
  • Make full_state sync parameter actually work #227
  • Fix room member list getting corrupted any time display_name property
    retrieved #231
  • Combine login methods to single method with kwargs #229
  • Allow specifying device_id on login #229
  • Fix many potential bugs especially in cases with multiple MatrixHttpApi
  • objects #236

A lot of the things above might seem inconsequential, but many of these were
rather hideous bugs. Stability of the sdk should be greatly improved after this
update. After updating, please make sure to update your code to deal with
deprecation warnings; deprecated functionality will likely be replaced in the
next release.

Many thanks to @Zil0, @Matrixcoffee, @DylanVanAssche, @Androbin, @pik,
@AnothonyOfSeattlle, @Half-Shot, and @pcppcp for all their help with this
release.