From 3d83726ef6b766aeb2418c63a61e3f3690d34234 Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Fri, 26 Apr 2024 15:15:16 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 888466f5b..ed707989f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ Write the date in place of the "Unreleased" in the case a new version is release # Changelog +## Unreleased + +### Added + +- The `tiled serve ...` CLI commands now accept a `--log-config` option, + pointing to a custom uvicorn logging configuration file. An example + file was added to the repository root, `example_log_config.yml`. + +### Changed + +- SQLite-backed catalogs now employ connection pooling. This results in a + significant speed-up and avoids frequently re-opening the SQLite file. + ## v0.1.0a120 (25 April 2024) ### Fixed