Skip to content

v0.8.4 - scalability

Choose a tag to compare

@jalmasi jalmasi released this 28 Sep 10:34
· 204 commits to master since this release

Major thing in 0.8.4 is Neo4j is upgrade to 5.26.10, and node ID is now UUID string, rather than long integer.
Meaning,

  • backwards compatibility is broken, big time, nothing from before 0.8.4 will work with 0.8.4
  • that opens a way to horizontal scalability

Other than that,

  • users can now exchange private messages, that's just a special case of group messages
  • simple message attachments are now supported

Of course, that only works for logged in users. Anonymous users don't get to see chat button.