Skip to content

Commit 250e9e0

Browse files
committed
Update changelog
1 parent 72ccf30 commit 250e9e0

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

CHANGELOG.md

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Please use [this](https://docs.gitlab.com/ee/development/changelog.html) document as guidelines to keep a changelog.
44

5+
## 4.0.0 - 2021-12-24
6+
7+
This release contains no changes except for the version number.
8+
59
## 4.0.0-rc3 - 2021-12-20
610

711
### Fixed
@@ -47,29 +51,13 @@ Please use [this](https://docs.gitlab.com/ee/development/changelog.html) documen
4751
### Added
4852

4953
* cli: Added `run --early-realtime` flag to establish a realtime connection before all indexes are synchronized.
50-
* cli: Added`run --merge-subscriptions` flag to subscribe to all operations/big map diffs during realtime indexing. This flag helps to avoid reaching TzKT subscriptions limit (currently 10000 channels).
54+
* cli: Added `run --merge-subscriptions` flag to subscribe to all operations/big map diffs during realtime indexing.
5155
* cli: Added `status` command to print the current status of indexes from the database.
52-
* cli: Added `config export [--unsafe]` command to print config after resolving all links and variables. Add `--unsafe` option to substitute environment variables.
56+
* cli: Added `config export [--unsafe]` command to print config after resolving all links and variables.
5357
* cli: Added `cache show` command to get information about file caches used by DipDup.
5458
* config: Added `first_level` and `last_level` optional fields to `TemplateIndexConfig`. These limits are applied after ones from the template itself.
5559
* config: Added `daemon` boolean field to `JobConfig` to run a single callback indefinitely. Conflicts with `crontab` and `interval` fields.
56-
* config: Added `advanced` top-level section with following fields:
57-
58-
```yaml
59-
advanced:
60-
early_realtime: False
61-
merge_subscriptions: False
62-
oneshot: False
63-
postpone_jobs: False
64-
reindex:
65-
manual: exception
66-
migration: wipe
67-
rollback: ignore
68-
config_modified: exception
69-
schema_modified: wipe
70-
```
71-
72-
`ReindexingRequiredError` exception is raised by default when reindexing is triggered. CLI flags have priority over self-titled `AdvancedConfig` fields.
60+
* config: Added `advanced` top-level section.
7361

7462
### Fixed
7563

0 commit comments

Comments
 (0)