Fix JMAP Parsing ids containing digits in JSON Pointers

This commit is contained in:
Maurus Decimus
2026-05-05 18:17:49 +02:00
parent 0513f5fe57
commit 175f34ea85
2 changed files with 52 additions and 42 deletions

View File

@@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
## [0.16.5] - 2026-05-XX
If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If you are upgrading from v0.15.x and below, please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_16.md) for more information on how to upgrade from previous versions.
## Added
## Changed
## Fixed
- JMAP: Parsing ids containing digits in JSON Pointers.
## [0.16.4] - 2026-05-05
If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If you are upgrading from v0.15.x and below, please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_16.md) for more information on how to upgrade from previous versions.