PostgreSQL 16 Beta 2 release announcement draft
Hi,
Please see the attached draft of the PostgreSQL 16 Beta 2 release
announcement.
I used the open items list[1]https://wiki.postgresql.org/wiki/PostgreSQL_16_Open_Items to build the draft. If there are any
notable please omissions, please let me know.
Please leave all feedback by June 29, 0:00 AoE.
Thanks,
Jonathan
[1]: https://wiki.postgresql.org/wiki/PostgreSQL_16_Open_Items
Attachments:
On Tue, Jun 27, 2023 at 8:32 AM Jonathan S. Katz <jkatz@postgresql.org> wrote:
I used the open items list[1] to build the draft. If there are any
notable please omissions, please let me know.
I noticed that ldap_password_hook [1]https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=419a8dd8142afef790dafd91ba39afac2ca48aaf was omitted from the release
notes. I believe it should be included if nothing else so that it's
written somewhere that it's there. AFAIK there's no other
documentation about it.
Andrew Dunstan and John Naylor can add comments here, but a paragraph
like this could be added:
"A hook for modifying the ldapbind password was added to libpq. The
hook can be installed by a shared_preload library. This will allow
users who have to work with LDAP authentication to create their own
methods of dealing with ldap bind passwords. An example is provided at
test/modules/ldap_password_func/ldap_password_func.c"
Thanks,
Roberto
On 6/27/23 12:54 PM, Roberto Mello wrote:
On Tue, Jun 27, 2023 at 8:32 AM Jonathan S. Katz <jkatz@postgresql.org> wrote:
I used the open items list[1] to build the draft. If there are any
notable please omissions, please let me know.I noticed that ldap_password_hook [1] was omitted from the release
notes. I believe it should be included if nothing else so that it's
written somewhere that it's there. AFAIK there's no other
documentation about it.
Was this discussed on the release notes thread?[1]/messages/by-id/ZGaPa7M3gc2THeDJ@momjian.us. It can always be
added to the release notes -- those aren't finalized until GA.
After Beta 1, the announcements are either about new feature
additions/removals since the last beta release, or bug fixes. I don't
think it makes sense to include this here.
Thanks,
Jonathan
On Tue, Jun 27, 2023 at 11:40 AM Jonathan S. Katz <jkatz@postgresql.org> wrote:
Was this discussed on the release notes thread?[1]. It can always be
added to the release notes -- those aren't finalized until GA.After Beta 1, the announcements are either about new feature
additions/removals since the last beta release, or bug fixes. I don't
think it makes sense to include this here.
It wasn't. I'll add it to that thread.
Thank you,
Roberto