# Typesense v0.16.0
This section of the documentation is for v0.16.0. Please use the version dropdown in the Navbar to switch to other versions.
To learn more about Typesense, visit the non-version specific section of the documentation here.
The documentation is divided into the following sections:
# What's new
The primary focus of this release is to provide update support for documents.
Features
- Support partial updates or upserts of documents.
- Parameterize the number of tokens that surround a highlight via the new
highlight_affix_num_tokensparameter.
Bug Fixes
- When a document is not imported due to an error, the full document was not always being returned in the import response. This has been addressed in this release.