> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 1.1.1

**`(fix):`** 从 WireMock 存根查询参数中去除零毫秒的日期时间值。
Ruby 的 DateTime/Time ISO 8601 序列化省略零小数秒（例如 `2024-09-08T12:00:00Z`），但 mock-utils 生成带有 `.000Z` 的值（例如 `2024-09-08T12:00:00.000Z`）。WireMock 的 `equalTo` 匹配器是精确匹配，因此存根从未触发日期时间查询参数。这遵循了 Python 和 PHP 生成器使用的相同模式。