Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Changes in Version 4.18.0 (2026/XX/XX)
--------------------------------------
PyMongo 4.18 brings a number of changes including:

- Improved connection pool throughput under concurrent load by replacing the
single pool lock with fine-grained locks to reduce lock contention.

Changes in Version 4.17.0 (2026/04/20)
--------------------------------------

Expand Down
1 change: 1 addition & 0 deletions doc/contributors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ The following is a list of people who have contributed to
- Steven Silvester (blink1073)
- Noah Stapp (NoahStapp)
- Cal Jacobson (cj81499)
- Sophia Yang (sophiayangDB)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

yay!! first pymongo change!!

Loading
Loading