> 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.0.0-rc87

**`(feat):`** 新增对 `useDefaultRequestParameterValues` 自定义配置选项的支持。启用后，
具有 IR 定义默认值的查询参数和头部使用 Ruby 的 `params.fetch(:key, default)`
惯用法而不是条件赋值，匹配其他 Fern 生成器的行为。