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.96) (envelope-from ) id 1whMIM-000ArN-2o for pgsql-announce@arkaria.postgresql.org; Wed, 08 Jul 2026 07:02:11 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1whMIL-005Sk0-1E for pgsql-announce@arkaria.postgresql.org; Wed, 08 Jul 2026 07:02:10 +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.96) (envelope-from ) id 1whMIK-005Sjm-1z for pgsql-announce@lists.postgresql.org; Wed, 08 Jul 2026 07:02:09 +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.98.2) (envelope-from ) id 1whMII-00000000Bwp-1Mh5 for pgsql-announce@lists.postgresql.org; Wed, 08 Jul 2026 07:02:09 +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=iMk9gMLdjs/xBAVvhusMVHQxkOF+ameWK05354qg+Es=; b=6TJ/O46LQb4Afc5HFa/Zqsd1I4 QlmCQZlz6KkOd15s82BcKy6CHbAIlaDZS8t9BEuJgsfdPTWrm8jmXL6y74VYp2AF1HXdOwx5bdNLO 33ErVHfQG9X3u5sdpyQABKBfE+zjdgXP7rCDbcDYKwkYSJqdBkQVVj55Ac0bzbmHkyuOxskN73P9W tStYwyVzjgDzwImURzomE125K5kpy3edkwgjE5SNYMo2MFSWccHzqtcu109EmyyO512xOPUaEfuQD BxxywgzFyUkkk2TCw6eL6sJAUfbzTR6q8+6G9k2j0WuHyfW15dAtBIt1LXSTibrkugUmBKLzLMFT6 meWonHng==; Received: from wrigleys.postgresql.org ([217.196.149.60]) by mahout.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1whMIH-000RAH-0i for pgsql-announce@lists.postgresql.org; Wed, 08 Jul 2026 07:02:05 +0000 Received: from localhost ([127.0.0.1] helo=wrigleys.postgresql.org) by wrigleys.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1whMIE-001105-0E for pgsql-announce@lists.postgresql.org; Wed, 08 Jul 2026 07:02:03 +0000 Content-Type: multipart/alternative; boundary="===============2095183405698560945==" MIME-Version: 1.0 Subject: Autobase 2.9.0 released To: PostgreSQL Announce From: vitabaks via PostgreSQL Announce Reply-To: vitabaks@gmail.com Date: Wed, 08 Jul 2026 07:01:51 +0000 Message-ID: <178349411154.73866.16629578400998164742@wrigleys.postgresql.org> X-Auto-Response-Suppress: All Auto-Submitted: auto-generated X-pglister-tags: related X-pglister-tagsig: 23102b36c7eb4f07e0b1b3d632377da7940aae74858ddc96ebe8f0e2f42e6a24 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --===============2095183405698560945== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Autobase [2.9](https://github.com/autobase-tech/autobase/releases/tag/2.9.0= ) focuses on the next step in the platform's evolution: simplifying Postgre= SQL infrastructure management after deployment. See the full details in the [release notes](https://github.com/autobase-tec= h/autobase/releases/tag/2.9.0). ## Highlights ### Platform users & email/password authentication Added support for platform users and email/password authentication. Each us= er can now sign in with their own credentials instead of using a shared acc= ess token. The Operations log now also records which user performed each change, provi= ding a complete audit trail. ### Manage cluster and Postgres parameters Manage PostgreSQL parameters, pg_hba.conf, connection pools, and other clus= ter settings directly from the UI, making day-to-day cluster administration= simpler and more efficient. ### YAML editor with diff mode Added a built-in YAML editor for advanced cluster configuration. Edit any s= upported configuration directly in the UI and review changes with a built-i= n diff before applying them. Available in Expert Mode. ## About Autobase Autobase is an Internal Database Platform for PostgreSQL that brings the ma= naged database experience of DBaaS to your own infrastructure. It enables organizations to deploy and operate production-ready, highly ava= ilable PostgreSQL clusters while retaining full control over their infrastr= ucture and data. Website: [https://autobase.tech](https://autobase.tech) --===============2095183405698560945== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Autobase 2.9.0 released
 

Autobase 2.9.0 released

Autobase 2.9 focuses on the next step in the platform's evoluti= on: simplifying PostgreSQL infrastructure management after deployment.

See the full details in the release notes.

Highlights

Platform users & email/pass= word authentication

Added support for platform users and email/= password authentication. Each user can now sign in with their own credentia= ls instead of using a shared access token.

The Operations log now also records which u= ser performed each change, providing a complete audit trail.

Manage cluster and Postgres par= ameters

Manage PostgreSQL parameters, pg_hba.conf, = connection pools, and other cluster settings directly from the UI, making d= ay-to-day cluster administration simpler and more efficient.

YAML editor with diff mode

Added a built-in YAML editor for advanced c= luster configuration. Edit any supported configuration directly in the UI a= nd review changes with a built-in diff before applying them. Available in E= xpert Mode.

About Autobase

Autobase is an Internal Database Platform f= or PostgreSQL that brings the managed database experience of DBaaS to your = own infrastructure.

It enables organizations to deploy and oper= ate production-ready, highly available PostgreSQL clusters while retaining = full control over their infrastructure and data.

Website: https://autobase.tech<= /a>

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

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/.
 
--===============2095183405698560945==--