Fixes & improvements
-
Control Plane: Added support for configuring the Postgres default_text_search_config configuration parameter, which determines the behavior of text search functions and operators that do not have an explicit configuration. This parameter can be set for the Postgres instance using the
default_endpoint_settings
property in the Create project or Update project API, or using thepg_settings
property in the Create endpoint or Update endpoint API. Alternatively, the parameter can be set for a specific database usingALTER DATABASE
syntax: -
Control Plane: Implemented a ClusterIP service to be used instead of the existing NodePort service to support a higher number of simultaneously running computes in a single region.
-
UI: Added Pooled connection and Direct connection tabs to the Connection Details widget on the Neon Dashboard, allowing you to copy a pooled or direct connection string for the selected branch, database, and role.