- Fixed `import logging` must stay behind other imports in `__init__.py` (573)
- Added distinctive type `select.country` for `SelectCountryBone` (575)
- Added `Conf`-class to be used by global `conf`-variable (567)
- Removed unused keys from `conf`: `conf["viur.capabilities"]`, `conf["viur.db.caching"]` and `apiVersion`
- Added system-module `ModuleConf` (551, 577)
- Added `indexed`-flag in bone structures (568)
- Renamed `utils.projectID` to `conf["viur.instance.project_id"]` (562)
- Renamed `utils.isLocalDevelopmentServer` to `conf["viur.instance.is_dev_server"]` (562)
- Changed default conf settings for `conf["viur.render.json.downloadUrlExpiration"]` and `conf["viur.render.json.downloadUrlExpiration"]` to `None` (552)
- **BREAKING**: Renamed `conf["viur.downloadUrlFor.expiration"]` into `conf["viur.render.html.downloadUrlExpiration"]` (552)
- Fixed HTTP reason phrase not be translated according to RFC2616 (549)
- Updated dependency `viur-datastore` from 1.3.2 to 1.3.5 (563, 576)
- Updated dependency `pillow` from 9.1.1 to 9.3.0 (560)
- Added `is_deferred` flag to `currentRequest` for determination if a request runs deferred (556)
- Added fine-grained `required`-flag to `BaseBone` to specify requirement for specific languages (511)
- Added PEP-8 linting and push action (554, 545, 543, 539, 540, 504)
- Removed obsolete `skey == ""` check from add/edit methods (548)
- Refactored `getReferencedBlobs` and `getSearchTags` (528)
- Fixed `utils.sanitizeFileName` to quote non-ASCII-characters in filename (547)
- Refactored strings to be accepted as `True` values of booleans defined in `conf["viur.bone.boolean.str2true"]` (533)
- Added support for custom Jinja tests (532)
- Dependency upgrade readthedocs to v2 (535)
- Added replaceable image deriver (512)
- Removed obsolete methods getSearchDocumentFields (527)
- Added enforce use of Python>=3.10 (525)
- Add `RelationalUpdateLevel` (`Enum`) (523, 534)
- Fixed check and reporting for `conf["viur.maxPostParamsCount"]` (526)
- Fixed and refactored internally used `__reserved_keywords` (529)
- Removed default logging handler which caused redundant logging output on local dev app server (521)
- Fixed updateRelations to use `skel.refresh()` (524)
- Refactored and cleaned up CallDeferred (513)
- Added project zone retrieval by `metadata.google.internal` (519)
- Added bone classes to `bones.__all__` (522)
- Added automatic hmac-key creation for `conf["viur.file.hmacKey"]` (516)
- Added `isEmpty`-function for StringBone (514)
- Refactoring default renders for HTML/JSON/XML (494)
- Fixed UNB Task and add Logging (508)
- Fixed `generateOtps` function to work on python3 (509)
- Added `SpatialBone` bounds checking and use `float` instead of `int` (507)
- Refactored `fieldPath` for more precisely error reporting (505)
- Added optional key existence check to `KeyBone` (497)
- Fixed `translate` to explicitly cast non-str-values to str (501)
- Added `maxLength` for `StringBone` (500)
- Fixed max-value for `SortIndexBone` (499)
- Fixed and improved system translations (491)
- Added valid mime types to the bone structure (498)
- Removed unused functions from renderers (492)
- Added several improvements to KeyBone (`allowed_kinds`-flag, use of `singleValueFromClient`) (493)
- Fixed `Skeleton.toDB()` to use the skeleton's class for instantiation (487)
- Added `Skeleton.__len__()` to allow for `len(skel)` (488)