Docs Search
We've added a lightning fast search bar to the docs that allows you to quickly
search for your docs. The search bar is available on the top right of the docs
and has a shortcut of Ctrl + K
to quickly focus on it (on Mac it's Cmd + K
).
Inline SDK Installation Instructions
We've added a new installation instructions section to the docs that allows you to quickly copy the SDK installation instructions for a language. This makes it easier for developers to get started with your SDKs by reducing the friction of finding the SDK installation instructions.
Google Analytics Support
You can now add your Google Analytics ID to your docs configuration and we'll automatically add the Google Analytics script to your docs. See the full instructions for adding Google Analytics to your docs here.
Improvements and Fixes
- Lots of quality assurance improvements for our SDK generators (blog post incoming regarding our testing infrastructure)
- Fix
defaultChangesetBumpType
bug - Remove dependency on existence of
konfig.yaml
when runningkonfig lint
- Handle submodules for Swift SDK
- Throw helpful error message when
konfig.yaml
is not configured when revalidating portal - Fix some return models not being generated in documentation for TypeScript SDK
- Fix backward incompatibility in Python SDK when using new Pydantic models
- Allow default timeout to be configurable for async Python SDK usage
- Fix UI in scroll area for Docs
- Fix styling of search button mobile screens
- Fix conflict between records with same ID in search index
- Fix bug in generation of cURL command in API reference page
- Fix TypeScript SDK to work with file uploads in Node 18+
- Allow for configuration of bump type for automation at the generator level
- Add logging before error regarding dirty git repository in
konfig publish
- Fix issue with poetry.lock causing automation to fail
- Add ability to render custom snippet at the top of Python SDK
README.md
- More testing and reliability of latest Pydantic response models in Python SDK
- Show full URL of endpoint in API Reference page