|
| 1 | +## 4.6.0 (Jan 16, 2026) |
| 2 | + |
| 3 | +High level enhancements |
| 4 | + |
| 5 | +- Initial i18n (internationalization) support for translating UI labels |
| 6 | +- New `authPersistence` option to control credential storage (sessionStorage, localStorage, or disabled) |
| 7 | +- OpenAPI 3.1 `schema.examples` array support in example generation and API Explorer |
| 8 | +- New `showInfoPage` option to disable info page generation |
| 9 | +- New `maskCredentials` plugin option to mask sensitive data in generated docs |
| 10 | +- New `--schema-only` CLI flag for generating only schema documentation |
| 11 | +- Customizable `requestTimeout` in ThemeConfig for API requests |
| 12 | + |
| 13 | +Other enhancements and bug fixes |
| 14 | + |
| 15 | +- feat(theme): add initial i18n support ([#1210](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1210)) |
| 16 | +- feat: translate additional labels ([#1221](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1221)) |
| 17 | +- feat: implement authPersistence in ThemeConfig ([#1273](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1273)) |
| 18 | +- feat(api-explorer): add OpenAPI 3.1 schema.examples support ([#1269](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1269)) |
| 19 | +- feat: support schema.examples array in example generator ([#1270](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1270)) |
| 20 | +- Support schema property examples (extract) ([#1198](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1198)) |
| 21 | +- feat: add showInfoPage option to disable info page generation ([#1272](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1272)) |
| 22 | +- Add maskCredentials as a pluginOption ([#1212](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1212)) |
| 23 | +- feat: add CLI option for schema-only generation ([#1228](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1228)) |
| 24 | +- Improve API request error handling and add support for customizing requestTimeout ([#1267](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1267)) |
| 25 | +- feat: display format for oneOf primitive arms ([#1268](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1268)) |
| 26 | +- feat: support const in example generation ([#1260](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1260)) |
| 27 | +- 'multipart/form-data' body: Add posibility to render file array and form object example via LiveEditor ([#1266](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1266)) |
| 28 | +- Support both curl and bash code tab highlight ([#1195](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1195)) |
| 29 | +- fix: allow Send API Request button with proxy-only configuration ([#1274](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1274)) |
| 30 | +- fix: handle undefined when outputDir doesn't contain docPath ([#1271](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1271)) |
| 31 | +- fix: improve placeholder assignment in CodeSnippets component ([#1256](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1256)) |
| 32 | +- bugfix: nested oneOf/anyOf inside allOf ([#1250](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1250)) |
| 33 | +- Fix nested anyOf/oneOf schema rendering with lazy tabs ([#1248](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1248)) |
| 34 | +- fix: properly encode parameters ([#1202](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1202)) |
| 35 | +- Fix schema output missing when using allOf within array items ([#1197](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1197)) |
| 36 | +- fix(webhooks): use event name when summary missing ([#1193](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1193)) |
| 37 | +- Add allOf required spec and fix items branch ([#1190](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1190)) |
| 38 | +- Fix incorrectly encoded heading ([#1149](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1149)) |
| 39 | +- Improve error handling when spec isn't valid ([#1200](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1200)) |
| 40 | +- refactor: use docusaurus sidebar types ([#1220](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1220)) |
| 41 | +- docs: explain swizzling DocCard ([#1207](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1207)) |
| 42 | +- docs: expand list of ignored vendor extensions ([#1184](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1184)) |
| 43 | + |
1 | 44 | ## 4.5.1 (Jun 27, 2025) |
2 | 45 |
|
3 | 46 | High level enhancements |
|
0 commit comments