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 1e25090 commit 00d784eCopy full SHA for 00d784e
bindings/python/docs/source/changelog.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+Changes in Version 1.1.0
5
+------------------------
6
+- Support for PyArrow 13.0.
7
+- Revert bug fix for nested extension objects in auto schema, since it
8
+ caused a performance regression.
9
+
10
11
Changes in Version 1.0.2
12
------------------------
13
- Bug fix for projection on nested fields.
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
14
15
-__version__ = "1.1.0.dev0"
+__version__ = "1.1.0"
16
17
_MIN_LIBBSON_VERSION = "1.23.1"
0 commit comments