Skip to content

Commit

Permalink
Merge branch 'fix/valgrind_serializer_issue' into 'develop'
Browse files Browse the repository at this point in the history
Valgrind выдал предупреждение

See merge request itv-backend/reindexer!1698
  • Loading branch information
reindexer-bot committed Oct 7, 2024
1 parent 91285a0 commit 004a3a2
Show file tree
Hide file tree
Showing 107 changed files with 5,330 additions and 2,198 deletions.
2 changes: 1 addition & 1 deletion bindings/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package bindings

const CInt32Max = int(^uint32(0) >> 1)

const ReindexerVersion = "v3.28.2"
const ReindexerVersion = "v3.29.0"

// public go consts from type_consts.h and reindexer_ctypes.h
const (
Expand Down
21 changes: 21 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# Version 3.29.0 (08.10.2024)
## 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](fulltext.md#debug_rank) 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

## Reindexer server
- [fix] Fixed GRPC queries responses in [Protobuf format](cpp_src/readme.md#protobuf)

## Go connector
- [fea] Added ["equal_positions" filters](readme.md#search-in-array-fields-with-matching-array-indexes) support into [Go DSL](dsl/dsl.go)
- [fix] Fixed interaction between `query.Get()` and joined-queries. Now `Get()` correctly applies `limit` to the main query

## Build
- [fix] Fixed `AltLinux` `gperftools` [dependency](dependencies.sh) name

# Version 3.28.2 (19.09.2024)
## Core
- [fix] Fixed data race in cached comparators (`joins cache` may cause incorrect comparators deletion)
Expand Down
31 changes: 0 additions & 31 deletions clang-tidy/.clang-tidy

This file was deleted.

10 changes: 0 additions & 10 deletions clang-tidy/.clang-tidy-ignore

This file was deleted.

Loading

0 comments on commit 004a3a2

Please sign in to comment.