diff --git a/fern/products/cli-api-reference/cli-changelog/2025-11-07.mdx b/fern/products/cli-api-reference/cli-changelog/2025-11-07.mdx new file mode 100644 index 00000000..48a45925 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2025-11-07.mdx @@ -0,0 +1,4 @@ +## 0.110.0 +**`(chore):`** Add support for file hashing when running `fern generate --docs`. This allows for more efficient file uploads to the docs site by only uploading files that have changed since the last generation. + + diff --git a/fern/products/sdks/overview/swift/changelog/2025-11-07.mdx b/fern/products/sdks/overview/swift/changelog/2025-11-07.mdx new file mode 100644 index 00000000..e76e0638 --- /dev/null +++ b/fern/products/sdks/overview/swift/changelog/2025-11-07.mdx @@ -0,0 +1,4 @@ +## 0.23.0 +**`(feat):`** Added support for automatic retries with exponential backoff respecting the `Retry-After` and `X-RateLimit-Reset` response headers. + +