Skip to content

Commit 0080c21

Browse files
committed
MNT: changelog
1 parent 7e18687 commit 0080c21

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tiled = "tiled.commandline.main:main"
5555

5656
# This is the union of all optional dependencies.
5757
all = [
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.
216216
server = [
217-
"adbc_driver_manager <= 1.4.0",
217+
"adbc_driver_manager",
218218
"adbc_driver_postgresql",
219219
"adbc_driver_sqlite",
220220
"aiofiles",

0 commit comments

Comments
 (0)