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
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.75.6
**`(fix):`** Resolve the PHP SDK generator's camelCase `packageName` config key when
computing the package name for a generator. This lets local-file-system PHP
generation populate the `User-Agent` (and SDK name/version) headers, matching
the behavior of the other generators' package-identity config keys.


## 5.75.5
**`(chore):`** Speed up `fern docs dev` refreshes on content edits. Editing a `.md`/`.mdx`
page no longer re-parses every API/OpenAPI workspace, and the snippet
Expand Down
Loading