File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Write the date in place of the "Unreleased" in the case a new version is release
66
77## Unreleased
88
9+ ### Added
10+
11+ - Configured recycle and added explicit pre-ping option for storage databases.
12+
913### Changed
1014
1115- Implemented a process-global connection pool for catalog databases, similarly
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ tiled = "tiled.commandline.main:main"
5555
5656# This is the union of all optional dependencies.
5757all = [
58- " adbc_driver_manager <= 1.4.0 " ,
58+ " adbc_driver_manager" ,
5959 " adbc_driver_postgresql" ,
6060 " adbc_driver_sqlite" ,
6161 " aiofiles" ,
@@ -214,7 +214,7 @@ minimal-server = [
214214]
215215# This is the "kichen sink" fully-featured server dependency set.
216216server = [
217- " adbc_driver_manager <= 1.4.0 " ,
217+ " adbc_driver_manager" ,
218218 " adbc_driver_postgresql" ,
219219 " adbc_driver_sqlite" ,
220220 " aiofiles" ,
You can’t perform that action at this time.
0 commit comments