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: CHANGELOG.rst
+19
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,25 @@ Community PostgreSQL Collection Release Notes
5
5
.. contents:: Topics
6
6
7
7
8
+
v3.0.0
9
+
======
10
+
11
+
Release Summary
12
+
---------------
13
+
14
+
This is a major release of the ``community.postgresql`` collection.
15
+
This changelog contains all changes to the modules in this collection that
16
+
have been added after the release of ``community.postgresql`` 2.4.2.
17
+
18
+
Major Changes
19
+
-------------
20
+
21
+
- postgresql_pg_hba - remove the deprecated ``order`` argument. The sortorder ``sdu`` is hardcoded (https://github.com/ansible-collections/community.postgresql/pull/496).
22
+
- postgresql_privs - remove the deprecated ``usage_on_types`` argument. Use the ``type`` option of the ``type`` argument to explicitly manipulate privileges on PG types (https://github.com/ansible-collections/community.postgresql/issues/208).
23
+
- postgresql_query - remove the deprecated ``path_to_script`` and ``as_single_query`` arguments. Use the ``postgresql_script`` module to run queries from scripts (https://github.com/ansible-collections/community.postgresql/issues/189).
24
+
- postgresql_user - move the deprecated ``privs`` argument removal to community.postgresql 4.0.0 (https://github.com/ansible-collections/community.postgresql/issues/493).
25
+
- postgresql_user - remove the deprecated ``groups`` argument. Use the ``postgresql_membership`` module instead (https://github.com/ansible-collections/community.postgresql/issues/300).
0 commit comments