You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/neonpostgres/Azure.ResourceManager.NeonPostgres/CHANGELOG.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
# Release History
2
2
3
-
## 1.0.0-beta.2 (Unreleased)
3
+
## 1.0.0-beta.2 (2025-05-05)
4
4
5
5
### Features Added
6
6
7
-
### Breaking Changes
7
+
- Support Change Plan
8
+
- Create Neon Project during Neon Organization
9
+
- Create Neon Project from Overview
10
+
- Create Neon Branch
11
+
- Get Neon Database Connection URI
12
+
- List Neon Projects, Branches, Databases, Roles, Endpoints
13
+
- Updated to Stable version 2025-03-01
8
14
9
-
### Bugs Fixed
10
-
11
-
### Other Changes
12
15
13
16
## 1.0.0-beta.1 (2024-11-22)
14
17
@@ -24,4 +27,4 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur
24
27
25
28
This package is a Public Preview version, so expect incompatible changes in subsequent releases as we improve the product. To provide feedback, submit an issue in our [Azure SDK for .NET GitHub repo](https://github.com/Azure/azure-sdk-for-net/issues).
26
29
27
-
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://learn.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
30
+
> NOTE: For more information about unified authentication, please refer to [Microsoft Azure Identity documentation for .NET](https://docs.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet).
Copy file name to clipboardExpand all lines: sdk/neonpostgres/Azure.ResourceManager.NeonPostgres/README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,6 @@
1
-
# Microsoft Azure NeonPostgres management client library for .NET
1
+
# Microsoft Azure liftrneon management client library for .NET
2
2
3
-
Neon is a modern Postgres database service that takes the world’s most-loved database and delivers it as a serverless platform designed to optimize both performance and cost. It eliminates the need for manual server resizing by offering compute and storage autoscaling, including scale-to-zero for inactive databases to save costs. Additionally, Neon supports database branching, enabling iterative CI/CD workflows and instant point-in-time recovery.
4
-
5
-
Efficient autoscaling for Postgres. Neon’s autoscaling adjusts resources dynamically based on actual usage, boosting performance during traffic spikes.
6
-
Faster developer workflows. Via database branching, developers can instantly create database copies for testing, feature development, and schema migrations.
7
-
Perfect for AI apps and agents. With pgvector for vector embeddings, serverless speed for agentic infrastructure, and optimal price performance due to scale-to-zero.
3
+
**[Describe the service briefly first.]**
8
4
9
5
This library follows the [new Azure SDK guidelines](https://azure.github.io/azure-sdk/general_introduction.html), and provides many core capabilities:
10
6
@@ -14,11 +10,11 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
14
10
- Better error-handling.
15
11
- Support uniform telemetry across all languages.
16
12
17
-
## Getting started
13
+
## Getting started
18
14
19
15
### Install the package
20
16
21
-
Install the Microsoft Azure NeonPostgres management library for .NET with [NuGet](https://www.nuget.org/):
17
+
Install the Microsoft Azure liftrneon management library for .NET with [NuGet](https://www.nuget.org/):
0 commit comments