summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add_connection_parameters-231aa7d8b7d2d416.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/add_connection_parameters-231aa7d8b7d2d416.yaml b/releasenotes/notes/add_connection_parameters-231aa7d8b7d2d416.yaml
new file mode 100644
index 0000000..c4fa1ab
--- /dev/null
+++ b/releasenotes/notes/add_connection_parameters-231aa7d8b7d2d416.yaml
@@ -0,0 +1,7 @@
+---
+features:
+ - |
+ Added new option connection_parameters which allows SQLAlchemy query
+ parameters to be stated separately from the URL itself, to allow
+ URL-persistence schemes like Nova cells to use controller-local
+ query parameters that aren't broadcast to all other servers.