> Full Neon documentation index: https://neon.com/docs/llms.txt
> IMPORTANT: If this page contains inaccurate or outdated information, report it: POST to https://neon.com/api/docs-feedback with {"feedback": "describe the issue", "path": "/changelog/2024-08-23"}

# Replicate data to and from Neon for CDC and near-zero downtime migrations, early access to Neon Organizations, and more

### Replicating data from Neon for Change Data Capture (CDC) is now GA

![Neon logical replication banner](https://neon.com/docs/changelog/neon-logical-replication.jpg)

Neon is pleased to announce **GA support** for replicating data from Neon to other data services and platforms for Change Data Capture (CDC). Define Neon as a publisher to stream data to a variety of external destinations, including data warehouses, analytical database services, messaging platforms, event-streaming platforms, and external Postgres databases. This feature is open to all Neon users. To get started, jump into one of our [step-by-step logical replication guides](https://neon.com/docs/guides/integrations#replicate-data-from-neon).

### Replicating data to Neon is now available in Beta

Migrate data to Neon from other Postgres providers by defining Neon as a logical replication subscriber. This feature supports near-zero downtime data migrations, continuous replication setups, and migrating data between Neon projects. Refer to our [logical replication migration guides](https://neon.com/docs/guides/integrations#replicate-data-to-neon) to get started.

As with all of our Beta features, improvements are ongoing. If you have any feedback, we'd love to hear it. Let us know via the [Feedback](https://console.neon.tech/app/projects?modal=feedback) form in the Neon Console or our [feedback channel](https://discord.com/channels/1176467419317940276/1176788564890112042) on Discord.

### Early Access to Neon Organizations

We're also very happy to announce that Neon Organizations are now available for members of our [Early Access Program](https://console.neon.tech/app/settings/early-access).

![get started with your new org](https://neon.com/docs/changelog/orgs_create_next.png)

Create a new organization, transfer over your projects, invite your team and get started collaborating. [Join now](https://console.neon.tech/app/settings/early-access) to get a first look at Neon Organizations and other upcoming features before they go live.

See [Neon Organizations](https://neon.com/docs/manage/organizations) to learn more.

### Console enhancements

We've made several enhancements to the Neon Console to improve your experience and streamline your interaction with our user interface.

- You can now access Neon projects shared with you from the project breadcrumb selector in the Neon Console.
  ![Project breadcrumb selector](https://neon.com/docs/changelog/breadcrumb_project_selector.png "no-border")
- The **Billing** page for Free Plan users now shows a percentage value for branch compute usage.
  ![Compute branches metric](https://neon.com/docs/changelog/compute_branches.png "no-border")
- We've added a new example to the Neon Console Quickstart showing how to connect to to your Neon database from NestJS. You can access the Quickstart from your Project Dashboard.
  ![NestJS example](https://neon.com/docs/changelog/nestjs.png)
- The **Primary compute** column on the **Branches** page now shows your configured autoscaling range, replacing the `Autoscales` badge that was shown previously.
  ![Autoscaling range](https://neon.com/docs/changelog/autoscaling_range.png "no-border")

<details>

<summary>**Fixes & improvements**</summary>

- Fixed an issue that prevented database and role names from being fully displayed in the **Settings** → **Default database and role** section on the Vercel integration drawer, accessed from the **Integrations** page in the Neon Console.
- Queries saved to the Neon SQL Editor **Saved** list are now limited to 9 KB in length. A similar restriction was introduced for the Neon SQL Editor **History** list last week. While you can execute longer queries from the Neon SQL Editor, any query exceeding 9 KB will be truncated when saved. A `-- QUERY TRUNCATED` comment is added at the beginning of these queries to indicate truncation.
- We updated the Drizzle Studio version that powers the **Tables** page in the Neon Console. This update addresses an issue where updating a column value in one row via the table editor updated the same column value in other rows.
- Fixed an issue in the Neon Console where page labels in the sidebar were not highlighted when selected.
- Fixed an issue that caused a `Something went wrong error` to appear briefly after deleting a project from the **Settings** page in the Neon Console.
- Removed information about the Free Plan that was displayed when creating a project with a paid plan account.
- Fixed an issue on the **Projects** page where a deleted project was only removed from the projects list after a page refresh.
- Fixed an issue with the **Time Travel Assist** feature on the **Restore** page in the Neon Console. Attempting to run a time travel query resulted in a `Something went wrong` error.

</details>
