File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,16 @@ Changes are grouped as follows
1212- ` Fixed ` for any bug fixes.
1313- ` Security ` in case of vulnerabilities.
1414
15- ## Next
15+ ## 7.8.0
1616
1717### Added
1818
1919* Ability for users to customize the working directory of the extractor using the ` --cwd ` flag in the CLI.
2020* Added a new command-line argument, --log-level (-l) to allow users to override configured log levels for a single run.
21+ * Added a new --service CLI argument to allow users to run the application as a Windows service.
22+
23+ ### Fixed
24+ * Fixed encoding issue on Windows by enforcing UTF-8 for consistent behavior across platforms.
2125
2226## 7.7.0
2327
Original file line number Diff line number Diff line change 1616Cognite extractor utils is a Python package that simplifies the development of new extractors.
1717"""
1818
19- __version__ = "7.7 .0"
19+ __version__ = "7.8 .0"
2020from .base import Extractor
2121
2222__all__ = ["Extractor" ]
Original file line number Diff line number Diff line change 11[project ]
22name = " cognite-extractor-utils"
3- version = " 7.7 .0"
3+ version = " 7.8 .0"
44description = " Utilities for easier development of extractors for CDF"
55authors = [
66 {name = " Mathias Lohne" , email = " mathias.lohne@cognite.com" }
You can’t perform that action at this time.
0 commit comments