File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set -o errexit
5
5
6
6
# Version of libbson to build
7
7
# Keep in sync with pymongoarrow.version._MIN_LIBBSON_VERSION
8
- LIBBSON_VERSION=${LIBBSON_VERSION:- " 1.17.5 " }
8
+ LIBBSON_VERSION=${LIBBSON_VERSION:- " 1.21.1 " }
9
9
if [ -z " $LIBBSON_VERSION " ]
10
10
then
11
11
echo " Did not provide a libbson revision ID to build"
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Changes in Version 0.3.0
8
8
- Improve error message when schema contains an unsupported type.
9
9
- Add support for BSON string type.
10
10
- Add support for BSON boolean type.
11
+ - Upgraded to bundle ``libbson `` 1.21.1. If installing from source, the minimum supported ``libbson `` version is now 1.21.0.
11
12
- Dropped Python 3.6 support (it was dropped in `PyArrow ` 7.0).
12
13
13
14
Changes in Version 0.2.0
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ libbson
35
35
36
36
PyMongoArrow uses `libbson <http://mongoc.org/libbson/current/index.html >`_.
37
37
Detailed instructions for building/installing ``libbson `` can be found
38
- `here <http://mongoc.org/libmongoc/1.17.5 /installing.html#installing-the-mongodb-c-driver-libmongoc-and-bson-library-libbson >`_.
38
+ `here <http://mongoc.org/libmongoc/1.21.0 /installing.html#installing-the-mongodb-c-driver-libmongoc-and-bson-library-libbson >`_.
39
39
40
40
You can either use a system-provided version of ``libbson `` that is properly
41
41
configured for use with ``pkg-config ``, or use the provided ``build-libbson.sh` ` script to build it ::
Original file line number Diff line number Diff line change 14
14
15
15
__version__ = "0.3.0.dev0"
16
16
17
- _MIN_LIBBSON_VERSION = "1.17 .0"
17
+ _MIN_LIBBSON_VERSION = "1.21 .0"
You can’t perform that action at this time.
0 commit comments