Console release
What's new
- UI: Updated various UI elements in the Neon Console to rename Endpoints to Compute endpoints. The term Endpoint was not specific enough to accurately reflect the resource being referred to. A Compute endpoint in Neon refers the compute instance that runs PostgreSQL.
- UI: Added a
PRIMARY
badge to identify the primary branch of a Neon project. The badge is visible on the Branches page in the Neon Console and in other UI elements that show a project's branches. - API: The
default_endpoint_settings
property in theProject
schema was split intodefault_endpoint_settings
andsettings
. Thedefault_endpoint_settings
property is now used exclusively for PostgreSQL specific settings applied to a project's compute endpoints. Thesettings
property is used for general project settings such as the computequota
. If you have been usingcreateProject
orupdateProject
API requests in your code, you may need to update those requests to account for this change.