Skip to content

Commit 993ed5e

Browse files
committed
document GetDatabase() tweak
1 parent c384a22 commit 993ed5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/ReleaseNotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
## Unreleased changes:
44

5-
- fix: make performance-counter tracking opt-in (`IncludePerformanceCountersInExceptions`) as it was causing problems (#587)
5+
- add: make performance-counter tracking opt-in (`IncludePerformanceCountersInExceptions`) as it was causing problems (#587)
66
- add: can now specifiy allowed SSL/TLS protocols (#603)
77
- add: track message status in exceptions (#576)
8+
- add: `GetDatabase()` optimization for DB 0 and low numbered databases: `IDatabase` instance is retained and recycled (as long as no `asyncState` is provided)
89
- improved connection retry policy (#510, #572)
910

1011
Other changes (not library related)

0 commit comments

Comments
 (0)