Neon Copilot Extension
The Neon Database Copilot Extension is now available in the GitHub Marketplace. This extension makes it easier to configure Neon for your repository by providing chat-based access to the latest Neon documentation with repository context.
Chat with curated Neon database documentation directly in GitHub Copilot and get answers to common questions like:
- How to create a project?
- How can I get started with the Neon API?
- Integrate the Neon API into my GitHub repository.
Coming soon, you'll be able to directly interact with Neon endpoints by simply asking questions. Additionally, new tools will enable you to create Neon databases directly from the chat interface.
Setup Instructions:
- Install the extension.
- Type
@neondatabase
in the chat to start interacting (participant setup may take a few minutes).
Neon is now available on AgentStack
Neon is now available as tool for agents written using the AgentStack framework. The Neon tool allow agents to instantly create ephemeral or long-lived Postgres instances for storing structured data. You can explore the implementation of Neon tool in the neon_tool.py template file in the AgentStack repo.
Neon is now available on Composio
Neon is now available as a tool on Composio, letting you integrate Neon with LLMs & AI agents via function calls to Neon's API.
Neon Auth.js adapter
We've recently introduced an Auth.js adapter for Neon, which enables storing user and session data in your Neon database. For adapter installation and setup instructions, see Neon Adapter in the Auth.js docs.
Added support for the pg_repack
extension
The pg_repack
extension is now available in Neon. This extension helps remove bloat from tables and indexes while optionally restoring the physical order of clustered indexes — all without requiring an exclusive lock during processing.
For usage details, refer to the pg_repack documentation.
New default Postgres version
Postgres 17 is now the default for newly created Neon projects. Neon continues to support Postgres 14, 15, and 16.
Fixes & improvements
-
Drizzle Studio update
The Drizzle Studio integration that powers the Tables page in the Neon Console has been updated. For the latest improvements and fixes, see the Neon Drizzle Studio Integration Changelog.
-
Console updates
Adjusted billing period start dates in the console to align with the beginning of the current month. Previously, timezone differences could cause the start date to display as the last day of the previous month.
-
Virtual Private Networking
Fixed an issue where invalid VPC endpoint IDs would not be deleted. Invalid endpoint IDs are now transitioned to a deleted state after 24 hours and automatically removed at a later date.
-
Neon API
-
Neon CLI
For the latest Neon CLI updates, you can always refer to the Neon CLI release page.
-
Fixes
- Fixed an issue that permitted installing the Neon GitHub integration for organizations or personal accounts where the integration was already installed.