We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8a13d commit df6ad6dCopy full SHA for df6ad6d
docs/release_notes.md
@@ -1,3 +1,6 @@
1
+### Version 0.7.1
2
+- Enhancement: The objects `document` and `ec` now contain the attribute `cdb_object_id`.
3
+
4
### Version 0.7.0
5
- Feature: Functions no longer need to explicitly return a `Response` object.
6
- Feature: The `event_id` of `Response` objects is now filled in automatically before the response is returned.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "contactsoftware-functions"
-version = "0.7.0"
+version = "0.7.1"
readme = "README.md"
license = "MIT"
0 commit comments