|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## Unreleased |
| 3 | +## 1.1.0 |
4 | 4 |
|
5 |
| -- Add logging to unified file (gh-324). |
6 |
| -- Add memory leak detection during server process execution (gh-349). |
| 5 | +- Added logging to unified file (gh-324). |
| 6 | +- Added memory leak detection during server process execution (gh-349). |
7 | 7 | - Added `assert_error_covers`.
|
8 |
| -- Add more logs (gh-326). |
9 |
| -- Add `justrun` helper as a tarantool runner and output catcher (gh-365). |
| 8 | +- Added more logs (gh-326). |
| 9 | +- Added `justrun` helper as a tarantool runner and output catcher (gh-365). |
10 | 10 | - Changed error message for too long Unix domain socket paths (gh-341).
|
11 |
| -- Add `cbuilder` helper as a declarative configuration builder (gh-366). |
12 |
| -- Make `assert_error_*` additionally check error trace if required. |
13 |
| -- Add `--list-test-cases` and `--run-test-case` CLI options. |
14 |
| -- Introduce preloaded hooks (gh-380). |
15 |
| -- Add `treegen` helper as a tree generator (gh-364). |
16 |
| -- Add support for declarative configuration to `server.lua` (gh-367). |
17 |
| -- Make `assert_covers` recursive (gh-379). |
18 |
| -- Add alias `--no-capture` for the option `-c` (gh-391). |
19 |
| -- Fix reporting of an assertion failure in `Server:exec()` in case verbose |
| 11 | +- Added `cbuilder` helper as a declarative configuration builder (gh-366). |
| 12 | +- Made `assert_error_*` additionally check error trace if required. |
| 13 | +- Added `--list-test-cases` and `--run-test-case` CLI options. |
| 14 | +- Introduced preloaded hooks (gh-380). |
| 15 | +- Added `treegen` helper as a tree generator (gh-364). |
| 16 | +- Added support for declarative configuration to `server.lua` (gh-367). |
| 17 | +- Made `assert_covers` recursive (gh-379). |
| 18 | +- Added alias `--no-capture` for the option `-c` (gh-391). |
| 19 | +- Fixed reporting of an assertion failure in `Server:exec()` in case verbose |
20 | 20 | error serialization is enabled in Tarantool (gh-376).
|
21 | 21 | - Added `assert_items_exclude`.
|
22 |
| -- Strip useless `...` lines from error trace. |
23 |
| -- Fix error trace reporting for functions executed with `Server:exec()` |
| 22 | +- Stripped useless `...` lines from error trace. |
| 23 | +- Fixed error trace reporting for functions executed with `Server:exec()` |
24 | 24 | (gh-396).
|
25 |
| -- Remove pretty-printing of `luatest.log` arguments. |
26 |
| -- Add `cluster` helper as a tool for managing a Tarantool cluster (gh-368). |
27 |
| -- Fix `Server:grep_log()` to work with a server instance started using |
| 25 | +- Removed pretty-printing of `luatest.log` arguments. |
| 26 | +- Added `cluster` helper as a tool for managing a Tarantool cluster (gh-368). |
| 27 | +- Fixed `Server:grep_log()` to work with a server instance started using |
28 | 28 | the `cluster` helper (gh-389).
|
29 |
| -- Fix `Server:grep_log()` to work with a stopped server instance (gh-397). |
| 29 | +- Fixed `Server:grep_log()` to work with a stopped server instance (gh-397). |
30 | 30 |
|
31 | 31 | ## 1.0.1
|
32 | 32 |
|
|
0 commit comments