Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t8LVV-003cVR-VH for pgsql-announce@arkaria.postgresql.org; Tue, 05 Nov 2024 15:30:13 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1t8LVT-00EzDW-Ct for pgsql-announce@arkaria.postgresql.org; Tue, 05 Nov 2024 15:30:11 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t8LVS-00EzD7-62 for pgsql-announce@lists.postgresql.org; Tue, 05 Nov 2024 15:30:10 +0000 Received: from mahout.postgresql.org ([2001:4800:3e1:1::227]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t8LVO-000LF9-Aa for pgsql-announce@lists.postgresql.org; Tue, 05 Nov 2024 15:30:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Message-ID:Date:Reply-To:From:To:Subject: MIME-Version:Content-Type:Sender:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=/4KFN+xv0LiXt3yG1cd9/zRte1w+ZPYSmgDeAfHkXDQ=; b=mF8BCY5waKLRHMdKpgZ7yJ/It2 VSULpRZpXdGO3vIS2ty15CvyX7GhrReBf3x/SePKgdTzhliyWTjU5s1CBaXPlFxWA2mfVm1W/Fitz vWIsvbU7Y9+hTMeIKqIpNxpouf+Q5PmU/dnUa2i0C0Os0k4YUrxWKkSNTbwmDLjXisATDajNvhoJx APAnPSgTkKcYPnJ1PkpH649CFBjlz0oQ+dqqQ5ReZyU7R9eMTer2za8/1XtJkoaetP/2u74WxNpup Jy42FUbOGFy5LmIWViVqX8cyWbJHgewj0Y80PCUtkLG24iPQFkZAqe+Xki7yWwF9XVDm6kglJsyus FA9yW16g==; Received: from wrigleys.postgresql.org ([2a02:16a8:dc51::60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t8LVM-000wxd-TD for pgsql-announce@lists.postgresql.org; Tue, 05 Nov 2024 15:30:06 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1t8LVL-000xDw-2A for pgsql-announce@lists.postgresql.org; Tue, 05 Nov 2024 15:30:04 +0000 Content-Type: multipart/mixed; boundary="===============4771144259935432841==" MIME-Version: 1.0 Subject: powa-collector 1.3.0 is out! To: PostgreSQL Announce From: PoWA via PostgreSQL Announce Reply-To: rjuju123@gmail.com Date: Tue, 05 Nov 2024 15:29:28 +0000 Message-ID: <173082056878.708.9319484678574561248@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 376bf267b9622bd9f77f1ce19604a1e2a0ef9168bb392bfa43aca4ea163193d0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============4771144259935432841== Content-Type: multipart/alternative; boundary="===============0522275776632733273==" MIME-Version: 1.0 --===============0522275776632733273== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Taipei, Taiwan - November 3rd, 2024 # powa-collector 1.3.0 The PoWA team is pleased to announce the release of the version 1.3.0 of [p= owa-collector](https://github.com/powa-team/powa-collector), a simple multi= -threaded python program that performs the snapshots for all the remote ser= vers configured in a powa repository database. ## Changelog **New Features**: - Support for upcoming PoWA v5 new extension model (Julien Rouhaud) - Support snapshot of per-database datasources (Julien Rouhaud) - Support snapshot of per-database catalogs (Julien Rouhaud) - Support on-demand snapshot of any remote server (Julien Rouhaud) - Support on-demand catalog snapshot of any remote server (Julien Rouhaud) - Add permission checking based on new PoWA predefine roles for on-demand= request (Julien Rouhaud) - Support any extension installed in any schema (Julien Rouhaud) - Optionally emit logs using the server alias rather than the server host= name and port (Julien Rouhaud, thanks to Marc Cousin for the request) **Bugfixes**: - Redact the password (if provided) in the worker representation logs (Ju= lien Rouhaud per report from Marc Cousin) - Fix the logic to spread the activity on server start (Julien Rouhaud) - Fix configuration file error handling (Julien Rouhaud) **Misc**: - Check for PoWA version incompatibility between remote servers and the r= epository server (Julien Rouhaud) ## Credits Thank to the users who reported bugs or submitted patches, they are all cit= ed in the [CHANGELOG](https://github.com/powa-team/powa-collector/blob/mast= er/CHANGELOG) file. [powa-collector](https://github.com/powa-team/powa-collector) is an open pr= oject. Any contribution to build a better tool is welcome. You just have to= send your ideas, features requests or patches using the github repository = at [github.com/powa-team/powa-collector](https://github.com/powa-team/powa-= collector). ## Links : - Documentation: [github.com/powa-team/powa-collector/blob/master/README= .md](https://github.com/powa-team/powa-collector/blob/master/README.md) - Pypi: [pypi.org/project/powa-collector/](https://pypi.org/project/powa-= collector/) - Container image: [hub.docker.com/r/powateam/powa-collector](https://hub= .docker.com/r/powateam/powa-collector) - Archive Download: [github.com/powa-team/powa-collector/releases](https:= //github.com/powa-team/powa-collector/releases) - Bug tracker: [https://github.com/powa-team/powa-collector/issues](https= ://github.com/powa-team/powa-collector/issues) --===============0522275776632733273== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable powa-collector 1.3.0 is out!
 

powa-collector 1.3.0 is out!

Taipei, Taiwan - November 3rd, 2024

powa-collector 1.3.0

The PoWA team is pleased to announce the re= lease of the version 1.3.0 of powa-collec= tor, a simple multi-threaded python program that performs the snapshots= for all the remote servers configured in a powa repository database.

Changelog

New Features:

  • Support for upc= oming PoWA v5 new extension model (Julien Rouhaud)
  • Support snapsho= t of per-database datasources (Julien Rouhaud)
  • Support snapsho= t of per-database catalogs (Julien Rouhaud)
  • Support on-dema= nd snapshot of any remote server (Julien Rouhaud)
  • Support on-dema= nd catalog snapshot of any remote server (Julien Rouhaud)
  • Add permission = checking based on new PoWA predefine roles for on-demand request (Julien Ro= uhaud)
  • Support any ext= ension installed in any schema (Julien Rouhaud)
  • Optionally emit= logs using the server alias rather than the server hostname and port (Juli= en Rouhaud, thanks to Marc Cousin for the request)

Bugfixes:

  • Redact the pass= word (if provided) in the worker representation logs (Julien Rouhaud per re= port from Marc Cousin)
  • Fix the logic t= o spread the activity on server start (Julien Rouhaud)
  • Fix configurati= on file error handling (Julien Rouhaud)

Misc:

  • Check for PoWA = version incompatibility between remote servers and the repository server (J= ulien Rouhaud)

Credits

Thank to the users who reported bugs or sub= mitted patches, they are all cited in the CHANGELOG file.

powa-coll= ector is an open project. Any contribution to build a better tool is we= lcome. You just have to send your ideas, features requests or patches using= the github repository at github.com/powa= -team/powa-collector.

Links :

This email was sent to you from PoWA. It was delivered on their behalf by the PostgreSQL project. Any questions about the content of the message shou= ld be sent to PoWA.

You were sent this email as a subscriber of the pgsql-announce mai= linglist, for the content tag Related Open Source. To unsubscribe from further emails, or change which emails you want to receive, please click th= e personal unsubscribe link that you can find in the headers of this email, or visit https://lists.postgresql.org/unsubscribe/.
 
--===============0522275776632733273==-- --===============4771144259935432841==--