- Added [`CONTRIBUTING.md`](CONTRIBUTING.md)
- Use setuptools' install_requires from requirements.txt (475)
- Implement `errors.TooManyRequests` exception (463)
- Improved logging to cope with the new logviewer (461)
- Added ratelimit to login with username/password (455)
- Providing a `SortIndexBone` (446, 453)
- Unit test suite starting with bones (432, 466)
- Ported `IndexMannager` (sic!) and renamed to `Pagination` (481)
- Hint when `conf["viur.debug.traceExceptions"]` is set (480)
- Customizable ViurTagsSearchAdapter (474)
- Use of 4-spaces instead of tabs for PEP8-conformity (470)
- Remove unused parameter in doClearSessions (468)
- Improved logging to cope with the new logviewer (461)
- Improve docstrings and type hints (458)
- Add support for `Literal` type annotations in processTypeHint (457)
- Fix docs logo and improve maintainability of CSS (445)
- Fixing file module (454)
- Remove keysOnly argument from some queries and remove unused cursor (449)
- Remove the unused cursor parameter in doClearSKeys (438)
- PEP8-compliant naming of Bone classes (435, 452, 471)
- Fixed missing `import copy` in KeyBone (482)
- Fixing empty string routing to exposed functions (479)
- Allow removing a bone in a subclass by setting it to None (472)
- Fix downloadURLs with special characters `(`, `)` or `=` inside of filenames (467)
- Fixed uploading files using pre-signed calls to getUploadURL (465)
- Fixed restoring relations in edit if the referenced entity has been deleted (460)
- Fixed seoKey handling in skeletons and fixed seoURLtoEntry (459)
- Use of original filename when a file is downloaded (451)
- Fixed treeNodeBone enforcing "_rootNode" suffix on it's kind (444)
- Fixed required=True bones could still be set empty if omitted from the postdata (440)
- Removed dbtransfer and its usage (477)