> 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-02-02"}

# Australia region, PLV8 extension update, Vercel integration enhancements, and more

### We're now in Australia

Neon is now available in the **Asia Pacific (Sydney)** region.

You can select the region for your Neon project during project creation. See [Create a project](https://neon.com/docs/manage/projects#create-a-project).

![Select Sydney region](https://neon.com/docs/changelog/region_sydney.png)

For information about the regions Neon supports, see [Regions](https://neon.com/docs/introduction/regions).

### Postgres extension update for plv8

We updated the `plv8` extension to version 3.1.10. If you installed this extension previously and want to upgrade to the latest version, please refer to [Update an extension version](https://neon.com/docs/extensions/pg-extensions#update-an-extension-version) for instructions.

`plv8` is a Javascript language extension for Postgres. To learn more, refer to the [PLV8 documentation](https://plv8.github.io/). For a list of all Postgres extensions supported by Neon, see [Supported Postgres extensions](https://neon.com/docs/extensions/pg-extensions).

### Vercel integration enhancements

The following updates were made to the [Neon Vercel Integration](https://vercel.com/integrations/neon):

- Preview deployment branches are now created from the [default branch](https://neon.com/docs/reference/glossary#default-branch) of your Neon project. Previously, the integration created branches from the [root branch](https://neon.com/docs/reference/glossary#root-branch) of your Neon project, which is designated as your project's default branch by default. Neon lets you [change your default branch](https://neon.com/docs/manage/branches#set-a-branch-as-default). If you have an older version of the integration and you want branches created from your project's default branch instead of root, reinstall the integration from the [Vercel Marketplace](https://vercel.com/integrations).
- The integration now appends the `sslmode=require` option to the Neon connection string that it sets for the `DATABASE_URL` environment variable in Vercel.
- Fixed an issue that prevented using the integration with more than one Vercel project.
- Fixed an issue that set the `DATABASE_URL` variable in the Vercel project settings to a pooled Neon database connection string instead of a direct database connection string.

### Fixes & improvements

- Free Tier users with access to a project shared by a Neon Pro Plan account can now submit support requests via the **Support** link in the Neon Console sidebar.
- Fixed an issue that caused shared projects to be displayed under **Projects** instead of **Shared with me** on the **Projects** page in the Neon Console.
- The **Edit compute** modal, accessed via the **Branches** page in the Neon Console, was reimplemented as a side drawer.

### What's new in docs?

To help our users unlock the full potential of Postgres, we're building out our Postgres function documentation. Whether you're a seasoned Postgres user or new to the platform, our new function guides can help you get started.

- [array_to_json()](https://neon.com/docs/functions/array_to_json)
- [dense_rank()](https://neon.com/docs/functions/dense_rank)
- [json_array_elements()](https://neon.com/docs/functions/json_array_elements)
- [jsonb_array_elements()](https://neon.com/docs/functions/jsonb_array_elements)
- [json_build_object()](https://neon.com/docs/functions/json_build_object)
- [json_each()](https://neon.com/docs/functions/json_each)
- [json_extract_path()](https://neon.com/docs/functions/json_extract_path)
- [json_extract_path_text()](https://neon.com/docs/functions/json_extract_path_text)
- [json_object()](https://neon.com/docs/functions/json_object)
- [json_populate_record()](https://neon.com/docs/functions/json_populate_record)
- [json_to_record()](https://neon.com/docs/functions/json_to_record)

#### Postman public workspace and collection for the Neon API

We've published a [Postman](https://www.postman.com/) public workspace and collection for the Neon API:

- [Neon API Workspace](https://www.postman.com/lunar-module-administrator-24069866/workspace/neon-serverless-postgres-workspace/overview)
- [Neon API Collection](https://www.postman.com/lunar-module-administrator-24069866/workspace/neon-serverless-postgres-workspace/collection/24017468-c9ee358d-6fbb-49ec-8d2a-f7eb9117917c)

### From the Neon blog

In case you missed them, be sure to check out our latest blog posts:

- [Support Case Recap: Resolving connection limit errors](https://neon.com/blog/postgres-support-case-recap)
- [Bring your own S3 to Neon](https://neon.com/blog3-to-neon)
- [Using Python & Django with Neon Serverless Postgres](https://neon.com/blogd-neons-serverless-postgres)
- [Why Topo.io Switched From Amazon RDS to Neon](https://neon.com/blogched-from-amazon-rds-to-neon)
