Skip to content

Commit c914b54

Browse files
committed
Merge branch 'release-v0.2.1' into 'master'
docs: add a changelog for v0.2.1 See merge request postgres-ai/database-lab!67
2 parents 449858c + c3b4797 commit c914b54

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22

33

4+
## [0.2.1] - 2020-02-10
5+
6+
### Documentation
7+
- Improved Swagger API description
8+
9+
### Bug fixes:
10+
- Fixed an empty struct for idle sessions
11+
- Changed the Slack link in the changelog
12+
413
## [0.2.0] - 2020-02-06
514

615
In Database Lab 0.2.0, all the components now run in containers. To start using Database Lab is now only needed to install Docker and ZFS, everything else is inside containers. Customer PostgreSQL containers are supported.
@@ -18,11 +27,11 @@ Important links:
1827
- Ability to customize Postgres user used for management (`postgres` is default).
1928
- Verification token flag changed from "-v" to "-t".
2029
- Internal: use constants for response errors.
21-
- Various imrovements of the snapshotting script.
30+
- Various improvements of the snapshotting script.
2231

2332
### API
2433
- Synchronous mode for clone methods (now default).
25-
- Parameter `name` furrly removed
34+
- Parameter `name` fully removed
2635
- Parameter `id` can now be set by user (optionally).
2736
- Internal: added Metadata to Clone model.
2837

@@ -31,7 +40,7 @@ Important links:
3140
- Show "unchanged" message in "config update" command if params match the current config.
3241
- Added client installation script.
3342

34-
### Documentaion
43+
### Documentation
3544
- Added Swagger specification.
3645
- Added Postman collection.
3746
- Updated README.

0 commit comments

Comments
 (0)