We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f003000 commit b21c8c6Copy full SHA for b21c8c6
CHANGELOG.md
@@ -17,6 +17,10 @@ Changes are grouped as follows
17
- `Fixed` for any bug fixes.
18
- `Security` in case of vulnerabilities.
19
20
+## [7.70.0] - 2024-11-24
21
+### Added
22
+- Documents content endpoint now support external id and instance id.
23
+
24
## [7.69.0] - 2024-11-23
25
### Added
26
- Synthetic Datapoints API has better support for `instance_id`. Previously you had to specify these directly
pyproject.toml
@@ -1,7 +1,7 @@
1
[tool.poetry]
2
name = "cognite-sdk"
3
4
-version = "7.69.0"
+version = "7.70.0"
5
description = "Cognite Python SDK"
6
readme = "README.md"
7
documentation = "https://cognite-sdk-python.readthedocs-hosted.com"
0 commit comments