-
Notifications
You must be signed in to change notification settings - Fork 43
Release notes for Tarantool releases in 2020-04 #2100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
Tarantool 1.10.10 | ||
================= | ||
|
||
Released on 2021-04-21. | ||
|
||
* Release :tarantool-release:`1.10.10`. | ||
* Tagged ``1.10.10-0-gaea7ae7`` | ||
|
||
|
||
Overview | ||
-------- | ||
|
||
1.10.10 is the next stable release in the | ||
:doc:`long-term support (LTS) version </release/policy>` | ||
1.10.x release series. | ||
|
||
The label "stable" means there are 1.10.x-based applications running in | ||
production for quite a while without known crashes, incorrect results or | ||
other showstopper bugs. | ||
|
||
This release introduces 12 improvements and resolves roughly 3 issues | ||
since version :doc:`1.10.9 </release/1.10.9>`. | ||
|
||
Compatibility | ||
------------- | ||
|
||
Tarantool 1.10.x is backward compatible with Tarantool 1.9.x in binary | ||
data layout, client-server protocol and replication protocol. | ||
|
||
Please | ||
`upgrade <https://www.tarantool.io/en/doc/1.10/book/admin/upgrades/>`__ | ||
using the ``box.schema.upgrade()`` procedure to unlock all the new | ||
features of the 1.10.x series. | ||
|
||
Functionality added or changed | ||
------------------------------ | ||
|
||
Build | ||
~~~~~ | ||
|
||
- Tarantool build infrastructure now requires CMake version 3.1 or later. | ||
- Binary packages for Fedora 33 (:tarantool-issue:`5502`) are now available. | ||
- Binary packages for CentOS 6 and Debian Jessie won't be published since this version. | ||
- Backported the ``-DENABLE_LTO=ON/OFF`` CMake option (:tarantool-issue:`3117`, | ||
:tarantool-issue:`3743`). | ||
It is useful for building packages for Fedora 33 (:tarantool-issue:`5502`). | ||
- The built-in zstd is upgraded from v1.3.3 to v1.4.8 | ||
(part of :tarantool-issue:`5502`). | ||
- ``libcurl`` symbols in the case of bundled libcurl are now exported | ||
(:tarantool-issue:`5223`, :tarantool-issue:`5542`). | ||
- SMTP and SMTPS protocols are now enabled in the bundled ``libcurl`` (:tarantool-issue:`4559`). | ||
- The ``libcurl`` headers are now shipped to system path ``${PREFIX}/include/tarantool`` | ||
when ``libcurl`` is included as a bundled library or in a static build | ||
(:tarantool-issue:`4559`). | ||
|
||
Testing | ||
~~~~~~~ | ||
|
||
- Tarantool CI/CD has migrated to GitHub Actions (:tarantool-issue:`5662`). | ||
- Implemented a self-sufficient LuaJIT testing environment. As a result, | ||
LuaJIT build system is now partially ported to CMake and all testing | ||
machinery is enclosed within the `tarantool/luajit <https://github.com/tarantool/luajit/>`__ | ||
repository (:tarantool-issue:`4862`, :tarantool-issue:`5470`). | ||
- Python 3 is now the default in the test infrastructure (:tarantool-issue:`5652`). | ||
|
||
Bugs fixed | ||
---------- | ||
|
||
Core | ||
~~~~ | ||
|
||
- Extensive usage of ``uri`` and ``uuid`` modules with debug log level | ||
no longer leads to crashes or corrupted results of the functions from these | ||
modules. | ||
Same problem is resolved for using these modules from the callbacks passed to ``ffi.gc()``, | ||
and for some functions from the modules ``fio``, ``box.tuple``, and ``iconv`` | ||
(:tarantool-issue:`5632`). | ||
|
||
Lua | ||
~~~ | ||
|
||
- Fixed the `-e` option, when ``tarantool`` used to enter the interactive mode when | ||
stdin is a TTY. Now, ``tarantool -e 'print"Hello"'`` doesn't enter the | ||
interactive mode, but just prints "Hello" and exits | ||
(:tarantool-issue:`5040`). | ||
Comment on lines
+82
to
+85
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (see 2.8.1 comments) |
||
|
||
|
||
Build | ||
~~~~~ | ||
|
||
- Recovering with ``force_recovery`` option now deletes vylog files newer than the snapshot. | ||
It helps an instance recover after incidents during a checkpoint (:tarantool-issue:`5823`). | ||
Comment on lines
+91
to
+92
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. (see 2.8.1 comments) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(see 2.8.1 comment)