Skip to content
Snippets Groups Projects
Commit bfa84c94 authored by Pavel Semyonov's avatar Pavel Semyonov Committed by Kirill Yukhin
Browse files

changelog: cleanup 3.0.0-alpha3 changelogs

Remove issues released in 2.11.1 from master (3.0.0-alpha3)

NO_CHANGELOG=changelog
NO_DOC=changelog
NO_TEST=changelog
parent 454ffd13
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 81 deletions
## feature/build
* Added the CMake option `FIBER_STACK_SIZE` to set the default fiber stack size.
## bugfix/core
* Fixed a crash when a collation used by a space was deleted (gh-4544).
## bugfix/core
* Fixed a crash in the `net.box` client when a remote space had
a field type that the client version did not support (gh-4632).
## feature/box
* Allowed truncation of temporary and local spaces in the read-only mode
(gh-5616).
## bugfix/box
* Fixed a bug when large numbers were encoded incorrectly by `msgpackffi`.
It could lead to wrong select results with large number keys (gh-6119).
## bugfix/core
* Fixed a crash that could happen when Tarantool is started in the
[background mode](https://www.tarantool.io/en/doc/latest/reference/configuration/#confval-background)
(gh-6128).
## bugfix/sql
* Now the `ARRAY`, `MAP`, and `INTERVAL` values cannot be used as
arguments in the `ORDER BY` clause (gh-6668).
## bugfix/replication
* Fixed a bug related to `box.info.replication[...].upstream` being stuck in the "connecting"
state for several minutes after a replica DNS record change (gh-7294).
## feature/core
* Added the new function `box.malloc.info()` for reporting memory usage of
Tarantool internal data structures allocated with `malloc()`. The function
is available only on Linux (gh-7311).
## bugfix/memtx
* Fixed the ability for the `memtx_memory` parameter to specify a memory size
less than required for the stable operation of the engine (gh-7389).
## bugfix/box
* Fixed the inability to insert an integral number into a double-formatted
field (gh-7483).
## bugfix/replication
* Fixed an issue when the nodes synchronizing with
a hung leader reported the leader as alive.
This behavior led to the delay of the new elections (gh-7515).
## feature/build
* Hardening against memory corruption attacks is now enabled by default on
AArch64 systems (gh-7536).
## feature/build
* Hardening against memory corruption attacks is now enabled by default on
FreeBSD (gh-7536).
## feature/lua
* Embedded the `tarantool/metrics` module for metrics aggregation and export (gh-7725).
* Metrics can now be configured using the `box.cfg()` function (gh-7725).
## bugfix/box
* Fixed the privilege check when using spaces with functional indexes and
constraints (gh-7873).
## feature/replication
* Implemented correct recovery of mixed transactions. To do this, set
`box.cfg.force_recovery` to `true`. If you need to revert to the old
behavior, don't set the `force_recovery` option (gh-7932).
## bugfix/box
* Fixed several memory leaks on tuple encoding failures (gh-7939).
## bugfix/box
* Fixed a bug where `box.cfg.force_recovery` doesn't work when there are
no user spaces in a snapshot (gh-7974).
## bugfix/replication
* Fixed a crash when using transactions with the linearizable isolation level during
a replica reconnect (gh-7991).
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment