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
+26
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,32 @@ Community PostgreSQL Collection Release Notes
5
5
.. contents:: Topics
6
6
7
7
8
+
v3.3.0
9
+
======
10
+
11
+
Release Summary
12
+
---------------
13
+
14
+
This is the minor release of the ``community.postgresql`` collection.
15
+
This changelog contains all changes to the modules and plugins in this collection
16
+
that have been made after the previous release.
17
+
18
+
Minor Changes
19
+
-------------
20
+
21
+
- postgresql_db - add the ``comment`` argument (https://github.com/ansible-collections/community.postgresql/issues/614).
22
+
- postgresql_ext - add the ``comment`` argument (https://github.com/ansible-collections/community.postgresql/issues/354).
23
+
- postgresql_publication - add the ``comment`` argument (https://github.com/ansible-collections/community.postgresql/issues/354).
24
+
- postgresql_schema - add the ``comment`` argument (https://github.com/ansible-collections/community.postgresql/issues/354).
25
+
- postgresql_subscription - add the ``comment`` argument (https://github.com/ansible-collections/community.postgresql/issues/354).
26
+
- postgresql_tablespace - add the ``comment`` argument (https://github.com/ansible-collections/community.postgresql/issues/354).
27
+
28
+
Bugfixes
29
+
--------
30
+
31
+
- postgresql_query - now reports not changed for queries starting with "SHOW" (https://github.com/ansible-collections/community.postgresql/pull/592).
32
+
- postgresql_user - module failed when running against an SQL_ASCII encoded database as the user's current password was returned as bytes as opposed to a str. Fix now checks for this case and decodes the bytes as an ascii encoded string. (https://github.com/ansible-collections/community.postgresql/issues/584).
0 commit comments