8.8.1
Release Notes - RESTHeart 8.8.1
🐛 Bug Fixes
-
Fixed PATCH request error with update operator expressions: Resolved an error that occurred when using PATCH requests with update operator expressions in combination with permissions that apply
mongo.mergeRequest#503 -
Fixed rootRoleGuard error handling: Corrected an issue where the
rootRoleGuardwould throw an error when the root role is disabled (set tonull)
✨ Features & Improvements
- Enhanced request interface support:
BsonRequestandMongoRequestnow properly honour theRawBodyAccessorinterface, providing better access to raw request body data
🔧 Internal Changes
- Minor refactoring improvements in change stream classes
- Updated
.gitignoreconfiguration
Full Changelog: [8.8.0...8.8.1](https://github.com/your-repo/compare/8.8.0...8.8.1)