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 c90a5a1 commit 3f8ccf1Copy full SHA for 3f8ccf1
HISTORY.md
@@ -1,5 +1,11 @@
1
## History
2
3
+### 0.2.10 (2025-09-02)
4
+
5
+- New feature: unnest a sub-field in a struct
6
+- Set bookmark key per stream
7
+- url_param_ options for datetime format and isoformat flavors (see default_spec.json)
8
9
### 0.2.9 (2024-07-16)
10
11
- Config switch to drop unknown (sub-)properties.
setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from setuptools import setup
-VERSION = "0.2.9"
+VERSION = "0.2.10"
with open("README.md", "r") as fh:
long_description = fh.read()
0 commit comments