fix: Add missing pg_connection_pool_min param to Postgres accelerator docs
The pg_connection_pool_min parameter (default: 5) was added in v1.8.0
but was never documented on the Postgres accelerator page.
2 days ago
Check in versioned docs and remove generate-versions script (#1386)
* Check in versioned docs and remove generate-versions script
Transition from per-branch versioning to all versions checked in.
Generated versioned docs from release branches 1.5 through 1.11.
Removed generate-versions.sh and updated .gitignore.
* Remove generate-versions script from build workflow
Versioned docs are now checked in directly. Remove the script
invocation from package.json build, drop the fetch-depth: 0 from CI
(no longer needed), and update README to reflect the new process.
a month ago
fix: Remove duplicate Cayenne entry and add missing engine modes
- Removed duplicate cayenne row from data-accelerators index table
- Updated Cayenne engine modes from `file` only to `file`, `file_create`,
and `file_update` in all doc versions (current, 1.11.x, 1.10.x)
- Updated cayenne.md configuration description to reflect all supported
modes in all doc versions
a day ago
fix: Clarify DuckDB connection_pool_size default is dynamic
The default connection_pool_size for DuckDB acceleration is not a
static 10 — it is max(10, number of datasets sharing the same
DuckDB file). This matters for capacity planning when multiple
datasets accelerate into a shared DuckDB file.
8 hours ago
fix: Remove duplicate Cayenne entry and add missing engine modes
- Removed duplicate cayenne row from data-accelerators index table
- Updated Cayenne engine modes from `file` only to `file`, `file_create`,
and `file_update` in all doc versions (current, 1.11.x, 1.10.x)
- Updated cayenne.md configuration description to reflect all supported
modes in all doc versions
a day ago
Check in versioned docs and remove generate-versions script (#1386)
* Check in versioned docs and remove generate-versions script
Transition from per-branch versioning to all versions checked in.
Generated versioned docs from release branches 1.5 through 1.11.
Removed generate-versions.sh and updated .gitignore.
* Remove generate-versions script from build workflow
Versioned docs are now checked in directly. Remove the script
invocation from package.json build, drop the fetch-depth: 0 from CI
(no longer needed), and update README to reflect the new process.
a month ago