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 1cde144 commit e6efd4dCopy full SHA for e6efd4d
bindings/python/docs/source/changelog.rst
@@ -1,8 +1,17 @@
1
Changelog
2
=========
3
4
-Changes in Version 1.0.0
+Changes in Version 1.0.2
5
------------------------
6
+- Bug fix for projection on nested fields.
7
+- Bug fix for nested extension objects in auto schema.
8
+
9
10
+Changes in Version 1.0.1
11
+------------------------
12
13
+Note: The 1.0.0 release had an incorrect changelog.
14
15
- Support BSON binary type.
16
- Support BSON Decimal128 type.
17
- Support Pandas 2.0 and Pandas extension types.
bindings/python/pymongoarrow/version.py
@@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = "1.1.0.dev0"
+__version__ = "1.0.2"
_MIN_LIBBSON_VERSION = "1.21.0"
0 commit comments