Skip to content

Commit 5825354

Browse files
committed
Release 2.6.0
1 parent e3a7424 commit 5825354

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Added
1111

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+
1224
- `tt replicaset downgrade`: command to downgrade the schema on a Tarantool
1325
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.
1628
* `-t (--timeout)`: timeout for waiting the LSN synchronization (in seconds)
1729
(default 5).
1830
- `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.
2133
* `-t (--timeout)`: timeout for waiting the LSN synchronization (in seconds)
2234
(default 5).
2335
* 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>`.
2537
- New flag `--timestamp` of `tt cat` and `tt play` commands is added to specify
2638
operations ending with the given timestamp. This value can be specified
2739
as a number or using [RFC3339/RFC3339Nano](https://go.dev/src/time/format.go)
2840
time format.
2941
- `tt connect`: add new `--evaler` option to support for customizing the way
3042
user input is processed.
3143

32-
### Changed
33-
3444
### Fixed
3545

3646
- `tt rocks`: don't load local configs.

0 commit comments

Comments
 (0)