Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions fern/products/sdks/overview/ruby/changelog/2025-12-04.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 1.0.0-rc59
**`(feat):`** Add wire test generation support for Ruby SDK. When enableWireTests is set to true in
custom config, the generator produces Minitest-based integration tests that validate
SDK serialization/deserialization against WireMock. Includes docker-compose.test.yml
and wiremock-mappings.json for running tests locally.