Skip to content

Commit 8a4425d

Browse files
committed
Add a CHANGELOG entry for version 1.4
1 parent 4072e0a commit 8a4425d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CHANGELOG

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Version 1.4, not yet released
2+
3+
Bugfixes:
4+
- Match a literal underscore in the "pg\_%" LIKE pattern so that schemas
5+
whose names merely start with "pg" (such as "pgabc123") are no longer
6+
mistaken for system schemas and excluded from the views.
7+
8+
Enhancements:
9+
- Add a containerised regression test harness (in "test/") that builds the
10+
extension and runs "make installcheck" against PostgreSQL 12 through 19,
11+
pulling not-yet-released versions from the pgdg-snapshot repository.
12+
- Add PostgreSQL 19 to the continuous integration matrix.
13+
- Expand the documentation with worked examples for every "*_permissions"
14+
view, a walkthrough comparing the desired and actual state with
15+
"permission_diffs()" and the updatable views, and a section relating the
16+
extension to common compliance frameworks.
17+
118
Version 1.3, released 2024-06-12
219

320
Enhancements:

0 commit comments

Comments
 (0)