You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-19Lines changed: 7 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
Please use [this](https://docs.gitlab.com/ee/development/changelog.html) document as guidelines to keep a changelog.
4
4
5
+
## 4.0.0 - 2021-12-24
6
+
7
+
This release contains no changes except for the version number.
8
+
5
9
## 4.0.0-rc3 - 2021-12-20
6
10
7
11
### Fixed
@@ -47,29 +51,13 @@ Please use [this](https://docs.gitlab.com/ee/development/changelog.html) documen
47
51
### Added
48
52
49
53
* 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.
51
55
* 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.
53
57
* cli: Added `cache show` command to get information about file caches used by DipDup.
54
58
* config: Added `first_level` and `last_level` optional fields to `TemplateIndexConfig`. These limits are applied after ones from the template itself.
55
59
* 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.
0 commit comments