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,12 @@
## 5.19.1
**`(fix):`** Property-level `x-fern-audiences` (and Fern definition `audiences:`) filtering now
correctly excludes properties whose audiences do not overlap the active filter and
preserves untagged properties as universal — matching endpoint-level audience semantics.
Examples are also scrubbed of excluded items: auto-generated `jsonExample` snapshots,
inlined request-body example properties, endpoint example query parameters, and
user-specified webhook payload examples.


## 5.19.0
**`(feat):`** Add PR title, body, and commit message to `fern automations upgrade --json` output.
The new `pr` field in the JSON output allows GitHub Actions consumers to use
Expand Down
Loading