Abhilash Raj pushed to branch master at GNU Mailman / Mailman Core


Commits:
1b0eef88 by Abhilash Raj at 2022-11-05T02:37:27+00:00
news: Add a note in NEWS about postgresql url change

- - - - -
20f54ce2 by Abhilash Raj at 2022-11-05T02:37:28+00:00
Merge branch 'add-useful-change' into 'master'

news: Add a note in NEWS about postgresql url change

See merge request mailman/mailman!1052
- - - - -


1 changed file:

- src/mailman/docs/NEWS.rst


Changes:

=====================================
src/mailman/docs/NEWS.rst
=====================================
@@ -13,6 +13,16 @@ Here is a history of user visible changes to Mailman.
 3.3.7
 =====
 
+**BREAKING CHANGE**: When using PostgreSQL database with Mailman, starting with
+Mailman Core 3.3.7 (due to bump in SQLAlchemy 1.4+), the urls in ``[database]``
+section will require ``postgresql`` as the scheme. Previously, ``postgres`` was
+also accepted. This is an example config::
+
+    [database]
+    class: mailman.database.postgresql.PostgreSQLDatabase
+    url: postgresql://myuser:mypassword@mypghost/mailman
+
+
 Dependencies
 ------------
 * Add support for SQLAlchemy 1.4+ (Closes #964)
@@ -20,6 +30,7 @@ Dependencies
 
 Python Support
 --------------
+
 * Drop support for Python 3.6 since SQLAlchemy 2.0 will drop
   support for it and it is EOL by now. (See !1035)
 



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/f2922db69cace986453006784e4f6ba4d3e7c79a...20f54ce2015e22ef22364be722280a0675b8358b

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/compare/f2922db69cace986453006784e4f6ba4d3e7c79a...20f54ce2015e22ef22364be722280a0675b8358b
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to