Skip to content

Conversation

@blink1073
Copy link
Member

Also bump the vendored bson drivers in preparation for release.

@blink1073 blink1073 requested a review from a team as a code owner September 3, 2024 22:42
}
#elif defined(__GNUC__) && defined(_GNU_SOURCE)
ret = strerror_r (err_code, buf, buflen);
#else /* XSI strerror_r */
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As of glibc 2.13, we can assume XSI compliance. manylinux_2014 includes gcc 2.17.

* concatenation.
*/
#define BSON_VERSION_S "1.24.2"
#define BSON_VERSION_S ""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it expected that BSON_VERSION and BSON_VERSION_S are empty?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was an issue with the vendor script, updated.


0.5.0
`````
For a detailed breakdown of what changed in each version of libbson see its changelog:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add:

Version 0.5.0 updates python-bsonjs's vendored copy of libbson to 1.27.6.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Collaborator

@ShaneHarvey ShaneHarvey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@blink1073 blink1073 merged commit 996e651 into mongodb-labs:master Sep 5, 2024
@blink1073 blink1073 deleted the PYTHON-4320 branch September 5, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants