File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9
9
10
10
### Added
11
11
12
+ ### Changed
13
+
14
+ ### Fixed
15
+
16
+ ## [ 2.6.0] - 2024-11-29
17
+
18
+ The release introduces ` upgrade ` and ` downgrade ` subcommands for
19
+ ` tt replicaset ` and adds minor improves to ` tt cat ` , ` tt play ` and
20
+ ` tt connect ` .
21
+
22
+ ### Added
23
+
12
24
- ` tt replicaset downgrade ` : command to downgrade the schema on a Tarantool
13
25
cluster.
14
- * ` -v (--version) ` : (Required ) specify schema version to downgrade to.
15
- * ` -r (--replicaset) ` : specify the replicaset name(s) to upgrade .
26
+ * ` -v (--version) ` : (required ) specify schema version to downgrade to.
27
+ * ` -r (--replicaset) ` : specify the replicaset name(s) to downgrade .
16
28
* ` -t (--timeout) ` : timeout for waiting the LSN synchronization (in seconds)
17
29
(default 5).
18
30
- ` tt replicaset upgrade ` : command to upgrade the schema on a Tarantool
@@ -21,16 +33,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21
33
* ` -t (--timeout) ` : timeout for waiting the LSN synchronization (in seconds)
22
34
(default 5).
23
35
* supports upgrading the database schema on remote cluster by upgrading
24
- each replica set individually using ` tt replicaset upgrade <URI> ` .
36
+ each replicaset individually using ` tt replicaset upgrade <URI> ` .
25
37
- New flag ` --timestamp ` of ` tt cat ` and ` tt play ` commands is added to specify
26
38
operations ending with the given timestamp. This value can be specified
27
39
as a number or using [ RFC3339/RFC3339Nano] ( https://go.dev/src/time/format.go )
28
40
time format.
29
41
- ` tt connect ` : add new ` --evaler ` option to support for customizing the way
30
42
user input is processed.
31
43
32
- ### Changed
33
-
34
44
### Fixed
35
45
36
46
- ` tt rocks ` : don't load local configs.
You can’t perform that action at this time.
0 commit comments