Skip to content

Commit 03d8858

Browse files
committed
PHPC-2013: Upgrade libmongoc to 1.21.0
Pulls in changes from CDRIVER-4237 Also addresses min/maxWireVersion bumps for PHPC-1909 and PHPC-2034.
1 parent f681a0b commit 03d8858

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

.evergreen/config.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,19 +1157,16 @@ axes:
11571157
- id: libmongoc-version
11581158
display_name: libmongoc version
11591159
values:
1160-
# TODO: enable lowest-supported and upcoming-stable after 1.20.0 is
1161-
# released and r1.20 is branched. As-is, r1.19 cannot be compiled because
1162-
# PHP_MONGODB_MONGOC_SOURCES conflicts with 1.20-dev (see: PHPC-2006).
1163-
#- id: "lowest-supported"
1164-
# display_name: "1.19.1"
1165-
# variables:
1166-
# LIBMONGOC_VERSION: "1.19.1"
1167-
#- id: "upcoming-stable"
1168-
# display_name: "1.19-dev"
1169-
# variables:
1170-
# LIBMONGOC_VERSION: "r1.19"
1160+
- id: "lowest-supported"
1161+
display_name: "1.21.0"
1162+
variables:
1163+
LIBMONGOC_VERSION: "1.21.0"
1164+
- id: "upcoming-stable"
1165+
display_name: "1.21-dev"
1166+
variables:
1167+
LIBMONGOC_VERSION: "r1.21"
11711168
- id: "latest-dev"
1172-
display_name: "1.20-dev (master)"
1169+
display_name: "1.22-dev (master)"
11731170
variables:
11741171
LIBMONGOC_VERSION: "master"
11751172

src/LIBMONGOC_VERSION_CURRENT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.1-20220104+gite7e15002d6
1+
1.21.0

src/libmongoc

Submodule libmongoc updated 108 files

0 commit comments

Comments
 (0)