| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| [6.3.0] source code.tar.gz | 2025-08-05 | 751.7 kB | |
| [6.3.0] source code.zip | 2025-08-05 | 1.1 MB | |
| README.md | 2025-08-05 | 1.4 kB | |
| Totals: 3 Items | 1.9 MB | 0 | |
New Features
- [CLIENT-3407] - Added support for metrics improvements: deeper granularity and additional metrics.
- [CLIENT-3408] - Added support for Dynamic Client Configuration
- [CLIENT-3266] - Added support for preventing password use for Public Key Infrastructure (PKI) users.
- [CLIENT-3396] - Added support for Expression Indexes.
- [CLIENT-3645] - Added support for policy.replica.RANDOM
- [CLIENT-3649] - Added Support for Node.js 24
Bug Fixes
- [CLIENT-3507] - Fixed metrics_policy.reportDir passing an invalid string when enabling metrics.
- [CLIENT-3635] - Fixed Segmentation fault when parsing invalid privilege, roles, and whitelist to admin functions.
- [CLIENT-3636] - Added missing function client.setPassword()
- [CLIENT-3637] - Fixed issue with error objects not being returned by Role based Authentication Control (RBAC) functions. All RBAC functions are also now awaitable.
- [CLIENT-3643] - Fixed bug where adminPolicy is uninitialized during Role Based Authentication Commands.
- [CLIENT-3644] - Fixed issue with error not being returned when the client configuration is invalid. ## Documentation
- [CLIENT-1865] - Clarified Filter Documentation.
- [CLIENT-3234] - Documented that compression is an Enterprise Feature.
Improvements
- [CLIENT-3409] - Added generics to some typescript definitions. (Thanks @bit0r1n!)