You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ Database Event Channels
87
87
- Introduced the ``events`` extension migrations (``ext_events_0001``) which create the durable queue table plus composite index.
88
88
- Added the first native backend (AsyncPG LISTEN/NOTIFY) enabled via ``driver_features["events_backend"] = "listen_notify"``; the API automatically falls back to the queue backend for other adapters.
89
89
- Introduced experimental Oracle Advanced Queuing support (sync adapters) via ``driver_features["events_backend"] = "advanced_queue"`` with automatic fallback when AQ is unavailable.
- Event telemetry now tracks ``events.publish``, ``events.publish.native``, ``events.deliver``, ``events.ack``, ``events.nack``, ``events.shutdown`` and listener lifecycle, so Prometheus/Otel exporters see event workloads alongside query metrics.
92
92
- Added adapter-specific runtime hints (asyncmy, duckdb, bigquery/adbc) plus a ``poll_interval`` extension option so operators can tune leases and cadence per database.
93
93
- Publishing, dequeue, ack, nack, and shutdown operations now emit ``sqlspec.events.*`` spans whenever ``extension_config["otel"]`` is enabled, giving full trace coverage without extra plumbing.
@@ -144,7 +144,7 @@ Simple search and replace in your codebase:
144
144
- Reduces cognitive load when switching between adapters
145
145
- Clearer API for new users
146
146
147
-
**See:** :doc:`/guides/migration/connection-config` for detailed migration guide with before/after examples for all adapters.
147
+
**See** the connection configuration section in :doc:`usage/configuration` for detailed migration guidance with before/after examples for all adapters.
148
148
149
149
Query Stack Documentation Suite
150
150
--------------------------------
@@ -308,7 +308,7 @@ Example conversion:
308
308
**Documentation:**
309
309
310
310
- Complete CLI reference: :doc:`usage/cli`
311
-
- Workflow guide: :ref:`hybrid-versioning-guide`
311
+
- Workflow guide for hybridversioning
312
312
- CI integration examples for GitHub Actions and GitLab CI
313
313
314
314
Shell Completion Support
@@ -377,7 +377,7 @@ Extension migrations now receive automatic version prefixes and configuration ha
377
377
"include_extensions": ["adk"] # Simple string list
378
378
}
379
379
380
-
**Configuration Guide**: See :doc:`/migration_guides/extension_config`
380
+
**Configuration Guide**: See :doc:`usage/migrations` for extension configuration details.
0 commit comments