Skip to content

Commit 593c836

Browse files
committed
docs: format changelog
1 parent 80f40d9 commit 593c836

File tree

1 file changed

+43
-16
lines changed

1 file changed

+43
-16
lines changed

CHANGELOG.md

Lines changed: 43 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,52 +4,65 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## Unreleased
7+
## [Unreleased]
88

99
### Added
1010

1111
- A check for user modifications to applied migrations.
1212

1313
## [1.0.2]
1414

15-
### Fixed:
15+
### Fixed
16+
1617
- State space bootstrap on cluster rolling upgrade (gh-77)
1718

1819
## [1.0.1]
1920

20-
### Added:
21+
### Added
22+
2123
- BSD License.
2224

2325
## [1.0.0]
2426

25-
### Fixed:
27+
### Fixed
28+
2629
- Migrations do not apply to newly added replica sets in the cluster (gh-65)
2730
Applied migration names are moved from the cluster-wide configuration to
2831
the space on each node.
2932

30-
### Added:
33+
### Added
34+
3135
- An API for moving existing migration names from the cluster configuration to
3236
a space.
3337
- API for getting applied migrations list for the cluster.
3438

3539
## [0.7.0]
36-
### Added:
40+
41+
### Added
42+
3743
- `utils.check_roles_enabled` helper function
3844
to check whether roles are enabled on the instance (gh-68)
3945

4046
## [0.6.0]
41-
### Added:
47+
48+
### Added
49+
4250
- Configurable timeout for storage migrations (gh-66)
43-
### Fixed:
51+
### Fixed
52+
4453
- Running tests with Tarantool 2.11+
4554
- Running tests with tarantool/http 1.2.0+ (gh-63)
4655

4756
## [0.5.0]
48-
### Added:
57+
58+
### Added
59+
4960
- Versioning support
5061

5162
## [0.4.2]
52-
### Fixed:
63+
64+
### Fixed
65+
5366
- Fetch schema from a replicaset leader to apply on the clusterwide config even
5467
when `migrations.up()` is called on a replica (gh-56). The local schema on
5568
the replica may be not the most actual due to replication lag.
@@ -58,27 +71,41 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
5871
fields, which are used to calculate `bucket_id`, not the `bucket_id` itself.
5972

6073
## [0.4.1]
61-
### Fixed:
74+
75+
### Fixed
76+
6277
- Unclear error output in some cases
6378

6479
## [0.4.0]
65-
### Fixed:
80+
81+
### Fixed
82+
6683
- Fix crash during init when instance http server disabled
67-
### Added:
84+
85+
### Added
86+
6887
- Lua API to trigger migrations from console
6988

7089
## [0.3.1]
71-
### Fixed:
90+
91+
### Fixed
92+
7293
- Fix "fiber name is too long" for long instance names
7394

7495
## [0.3.0]
96+
7597
### Added
98+
7699
- config-loader to load migrations from Cartridge clusterwide config
77100

78101
## [0.2.0]
79-
### Fixed:
102+
103+
### Fixed
104+
80105
- Fix bug in "second" migrations run, that would lead to each migration applying again and again
81106

82107
## [0.1.0]
83-
### Added:
108+
109+
### Added
110+
84111
- Basic functionality

0 commit comments

Comments
 (0)