Skip to content

Commit

Permalink
Merge branch 'main' into bgrenon-migration-assistant
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrenon committed Nov 14, 2024
2 parents 6e2a338 + a139e77 commit 6360797
Show file tree
Hide file tree
Showing 64 changed files with 1,728 additions and 517 deletions.
2 changes: 1 addition & 1 deletion content/changelog/2024-10-04.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ We're making it easier for Free Plan users to check how much room you've got lef

![account metrics widget on all projects page](/docs/relnotes/account_metrics_widget.png)

And we've also added a project-level usage widget on the Project Dashbaord as well, letting you know your current consumption levels for the month for each individual project.
And we've also added a project-level usage widget on the Project Dashboard as well, letting you know your current consumption levels for the month for each individual project.

![project metrics on individual project page](/docs/relnotes/project_limits_widget.png)

Expand Down
74 changes: 74 additions & 0 deletions content/changelog/2024-11-08.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
description: At a glance usage metrics on paid plans, Postgres extension support, and more
---

### At a glance usage metrics for paid plan users

A few weeks ago, we added at-a-glance usage metrics on the Free Plan to help users track account-level usage. This widget is now available on all Neon plans. You can find it on your **Projects** page in the Neon Console.

![account metrics widget on all projects page](/docs/relnotes/paid_account_metrics_widget.png)

And we've added a project-level usage widget on the **Project Dashboard** as well, letting you know your current usage levels for the month for each individual project.

![project metrics on individual project page](/docs/relnotes/paid_project_limits_widget.png)

### Postgres extension updates

Now available on **Postgres 17**:

| Extension | Version |
| :------------ | :------ |
| pg_jsonschema | 0.3.3 |
| pg_graphql | 1.5.9 |
| rum | 1.3.1 |
| pg_tiktoken | 0.0.1 |

In addition, we updated the following extension versions on **Postgres 14, 15, and 16**:

| Extension | Old Version | New Version |
| :------------ | :---------- | :---------- |
| pg_jsonschema | 0.3.1 | 0.3.3 |
| pg_graphql | 1.5.7 | 1.9 |

For a complete list of Postgres extensions supported by Neon, see [Postgres extensions](/docs/extensions/pg-extensions).

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

<details>

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

- **Neon Authorize**

Neon Authorize is now supported on Postgres 17. This recently introduced feature lets you move Postgres Row-Level Security (RLS) policies into your codebase. To learn more, read the [announcement](https://neon.tech/blog/introducing-neon-authorize) or check out the [docs](/docs/guides/neon-authorize).

- **Neon Vercel Integration**

The Neon Vercel Integration is now supported on Organization-owned projects.

- **Neon API updates**

We've introduced several new endpoints for managing [Organizations](https://neon.tech/docs/manage/organizations) in Neon. The new endpoints include:

- [Get organization details](https://api-docs.neon.tech/reference/getorganization)
- [Get organization members](https://api-docs.neon.tech/reference/getorganizationmembers)
- [Get organization member details](https://api-docs.neon.tech/reference/getorganizationmember)
- [Get organization invitation details](https://api-docs.neon.tech/reference/getorganizationinvitations)
- [Create organizations invitations](https://api-docs.neon.tech/reference/createorganizationinvitations)

- **Fixes**

- A previously specified query was not cleared from the **Neon SQL Editor** state after selecting a different query from the **History** list. This caused the previous query to be run instead of the newly selected query when clicking **Run**.
- Resetting a child branch from an unprotected parent branch regenerated Postgres role passwords on the child branch. Passwords should only be regenerated when the parent branch is defined as a protected branch.
- Fixed an issue on the **Monitoring** page where lines on the **RAM** and **Working set size** graphs overflowed the graph area.
- Removed usage alerts from shared Neon projects. The alerts should only appear for project owners.
- Added validation that prevents an Organization name field from being left blank when creating a new Organization.
- Fixed an issue with the **psql** `\help` or `\h` commands accessible via the Neon SQL Editor. The specified help page failed to display.

<Admonition type="tip" title="Did you know?">
The Neon SQL Editor supports `psql` meta-commands, which act like shortcuts for interacting with your database. If you are already familiar with using meta-commands from the `psql` command-line interface, you can use many of those same commands in the SQL Editor.

To get a list of supported commands, use `\?`. For more info, see the [meta-commands](/docs/get-started-with-neon/query-with-neon-sql-editor#meta-commands) section of our [Query with Neon's SQL Editor](/docs/get-started-with-neon/query-with-neon-sql-editor) docs page.
</Admonition>

</details>
Loading

0 comments on commit 6360797

Please sign in to comment.