Skip to content

Releases: matrix-org/seshat

Seshat 4.3.0

Choose a tag to compare

@poljar poljar released this 18 May 14:44
4.3.0

What's Changed

Changed

  • Panics that occur when applications attempt to communicate with the writer
    thread (when adding, removing, and committing events) will now generate a
    clearer error message.
    [#174, #176]

Seshat 4.2.0

Choose a tag to compare

@poljar poljar released this 14 Apr 14:23
4.2.0

What's Changed

  • Include the lock file in the package of the node bindings.
    [#166]

Seshat 4.1.0

Choose a tag to compare

@poljar poljar released this 13 Apr 12:22
4.1.0
9fc61b9

What's Changed

Added

  • Add N-gram tokenizer mode for CJK (Japanese, Chinese, Korean) language support.
    Users can now choose between language-based and N-gram tokenization when
    initializing the search index.
    [#150]
  • Handle m.replace edit events to remove original messages from search index,
    preventing edited messages from appearing in search results with stale content.
    [#151]

Changed

  • Panics that occur while enqueuing a task on the JavaScript queue in the Node
    bindings will now generate a clearer error message.
    [#162]

Seshat 4.0.1

Choose a tag to compare

@poljar poljar released this 18 Feb 09:39
4.0.1

What's Changed

  • Update the used OpenSSL version for improved ARM64 compatibility.
    [#144]

Full Changelog: 4.0.0...4.0.1