Skip to content

8.8.1

Choose a tag to compare

@github-actions github-actions released this 08 Oct 13:48
8e5906a

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 rootRoleGuard would throw an error when the root role is disabled (set to null)

✨ Features & Improvements

  • Enhanced request interface support: BsonRequest and MongoRequest now properly honour the RawBodyAccessor interface, providing better access to raw request body data

🔧 Internal Changes

  • Minor refactoring improvements in change stream classes
  • Updated .gitignore configuration

Full Changelog: [8.8.0...8.8.1](https://github.com/your-repo/compare/8.8.0...8.8.1)