Skip to content

v4.17.0 *beta*

Pre-release
Pre-release
Compare
Choose a tag to compare
@MadSchemas MadSchemas released this 16 Aug 11:30
· 7 commits to release/4 since this release

Core

  • [fea] Updated logging library to v1.14.1 and formatting library to v11.0.2
  • [fea] Optimized log level checks to avoid excessive serialization in core logs
  • [fea] Added support for array_remove with scalar values in SQL
  • [fea] Added support for array_remove with non-integral values
  • [fix] Disabled default values creation for object array indexes to avoid Go/Java connectors incompatibility
  • [fix] Fixed sorted JOIN-subqueries over optimized tree-indexes with unordered conditions

Reindexer server

  • [fix] Fixed SEGFAULT in docker image on M1 CPU
  • [fix] Disable network compression on Windows (it some cases it may lead to crashes)

Reindexer tool

  • [fix] Fixed possible stucking in interactive mode on Windows