Skip to content

Commit

Permalink
3.0 whats new (#3960)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyaksenov authored Dec 26, 2023
1 parent c12b934 commit 34ff4cd
Show file tree
Hide file tree
Showing 13 changed files with 681 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config:
etcd:
endpoints:
- http://localhost:2379
- http://localhost:2379
prefix: /example
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config:
etcd:
endpoints:
- http://localhost:2379
- http://localhost:2379
prefix: /example
username: testuser
password: foobar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ credentials:

replication:
peers:
- replicator:[email protected]:3301
- replicator:[email protected]:3302
- replicator:[email protected]:3303
- replicator:[email protected]:3301
- replicator:[email protected]:3302
- replicator:[email protected]:3303
failover: election

groups:
Expand Down
2 changes: 1 addition & 1 deletion doc/release/2.11.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Tarantool 2.11 (LTS)

Release date: May 24, 2023

Releases on GitHub: :tarantool-release:`2.11.1`, :tarantool-release:`2.11.0`
Releases on GitHub: :tarantool-release:`2.11.2`, :tarantool-release:`2.11.1`, :tarantool-release:`2.11.0`

The 2.11 release of Tarantool includes many new features and fixes.
This document provides an overview of the most important features for the Enterprise and Community editions.
Expand Down
Loading

0 comments on commit 34ff4cd

Please sign in to comment.