Skip to content

Commit

Permalink
docs: initial content
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltprice committed Nov 14, 2024
1 parent 6e6b0d3 commit d4dc5e8
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 1 deletion.
64 changes: 64 additions & 0 deletions content/changelog/2024-11-15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
---
description: The latest product updates from Neon
---

### tbd


## Branch archiving on the Free Plan

On the Free plan, Neon now automatically archives branches that are **older than 14 days** and **have not been accessed for 24 hours**. No action is required to unarchive a branch. It happens automatically when you access the branch. This change reduces storage costs and enables us to grow our Free plan even further.

To learn more, see [Branch archiving](/docs/guides/branch-archiving).

And don't forget to check out this week's fixes and improvements:

<details>

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

- **Neon Authorize**


- **Neon Vercel Integration**


- **Neon API updates**

- Addressed an issue with the [Get consumption metrics for each project](https://api-docs.neon.tech/reference/getconsumptionhistoryperproject) endpoint. The endpoint was failing for some users due to restrictive validation checking project ID lists.

- **Neon CLI enhancements**

The Neon CLI was updated to version 2.4.0. For upgrade instructions, see [Upgrading the Neon CLI](https://neon.tech/docs/reference/cli-install#upgrade).

The `branches list` command now shows a branch's `Current State`. Branch states include:

- `init` - the branch is being created but is not available for querying.
- `ready` - the branch is fully operational and ready for querying. Expect normal query response times.
- `archived` - the branch is stored in cost-effective archive storage. Expect slow query response times.

```bash
neon branches list --project-id green-hat-46829796
┌───────────────────────────┬──────┬─────────┬───────────────┬──────────────────────┐
│ Id │ Name │ Default │ Current State │ Created At │
├───────────────────────────┼──────┼─────────┼───────────────┼──────────────────────┤
│ br-muddy-firefly-a7kzf0d4 │ main │ true │ ready │ 2024-10-30T14:59:57Z │
└───────────────────────────┴──────┴─────────┴───────────────┴──────────────────────┘
```

The `Updated At` value was removed from the `branches list` command output. This value reflected internal metadata changes only, providing limited value.

- **Drizzle Studio update**

The Drizzle Studio integration that powers the **Tables** page in the Neon Console has been updated to version 0.0.20. For improvements and fixes in this version, see the [Neon Drizzle Studio Integration Changelog](https://github.com/neondatabase/neon-drizzle-studio-changelog/blob/main/CHANGELOG.md).

- **Fixes**

- Fixed an issue where a user that logged into Neon Console would be directed to an organization page not found in the Neon Console after having been previously removed form the organization.


<Admonition type="tip" title="Did you know?">

</Admonition>

</details>
4 changes: 3 additions & 1 deletion content/docs/guides/vercel-native-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ All Neon Plans, including the Free Plan, support multiple Neon Projects (a.k.a "

### Actions supported only from the Vercel Dashboard

As a user of the Neon Postgres Native Integration, you have access to all Neon features. However, some actions normally performed in the Neon Console are only available through the Vercel Dashboard:
As a user of the Neon Postgres Native Integration, you have access to all Neon features. However, some actions normally performed in the Neon Console are either not supported or only available through the Vercel Dashboard:

- **Project/Database Management**:

Expand All @@ -94,6 +94,8 @@ As a user of the Neon Postgres Native Integration, you have access to all Neon f
- **User & Collaborator Management**:

- [Organization](/docs/manage/organizations) members are managed in Vercel, not manually added through the Neon Dashboard.
- [Organization deletion](/docs/manage/orgs-manage#delete-an-organization) is not supported for Neon organizations created by the native integration. You can only delete this organization by deleting the associated Database in Vercel.
- [Project transfer](https://neon.tech/docs/manage/orgs-project-transfer) is not supported for a Neon organization created by the native integration.
- [Project collaborators](https://neon.tech/docs/guides/project-collaboration-guide) are also managed as Members in Vercel.

- **Compute Settings**:
Expand Down

0 comments on commit d4dc5e8

Please sign in to comment.