Skip to content

Commit ea81453

Browse files
committed
Extracted Config class out of Context
1 parent 249b7e8 commit ea81453

21 files changed

+966
-835
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
## Version 0.5.2 (in development)
1+
## Version 0.6.0 (in development)
22

33
* Added configuration setting `force_new`, which forces creation of a new
44
target dataset. An existing target dataset (and its lock) will be
55
permanently deleted before appending of slice datasets begins. [#72]
66

7+
* Internal refactoring: Extracted `Config` class out of `Context` and
8+
made available via new `Context.config: Config` property.
9+
The change concerns any usages of the `ctx: Context` argument passed to
10+
user slice factories. [#74]
11+
712
## Version 0.5.1 (2024-02-23)
813

914
* Fixed rollback for situations where writing to Zarr fails shortly after the

docs/api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ All described objects can be imported from the `zappend.api` module.
2828

2929
::: zappend.api.Context
3030

31+
## Class `Config`
32+
33+
::: zappend.api.Config
34+
3135
## Class `FileObj`
3236

3337
::: zappend.api.FileObj

0 commit comments

Comments
 (0)