Skip to content

v3.29.0

Latest
Compare
Choose a tag to compare
@MadSchemas MadSchemas released this 08 Oct 12:21

Core

  • [fea] Added Chinese and Japanese symbols into locale. Currently those symbols will be indexed by fulltext engine (using space-separators), but proper tokenization for the languages will be added in the separate release
  • [fea] Added debug_rank() function for fulltext-indexes (it allows to get some more ranking details in the resulting docs)
  • [fix] Fixed crash in fulltext index data deletion after incorrect encoding error handling
  • [fix] Fixed LSN setting for deleted items
  • [fix] Fixed large int64 convertion in SQL queries

Replication

  • [fix] Fixed possible datahash missmatch after WAL-sync in cascade replication setups
  • [fix] Fixed storage rollback from v4 with non-default server ID values

Reindexer server

Go connector

  • [fea] Added "equal_positions" filters support into Go DSL
  • [fix] Fixed interaction between query.Get() and joined-queries. Now Get() correctly applies limit to the main query

Build

Face

  • [fix] Fixed NS config changes saving after tabs switch