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
PRIMARYbadge 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_settingsproperty in theProjectschema was split intodefault_endpoint_settingsandsettings. Thedefault_endpoint_settingsproperty is now used exclusively for PostgreSQL specific settings applied to a project's compute endpoints. Thesettingsproperty is used for general project settings such as the computequota. If you have been usingcreateProjectorupdateProjectAPI requests in your code, you may need to update those requests to account for this change.