|
1 | 1 | # LocalStack .NET Client Change Log |
2 | 2 |
|
| 3 | +### [v1.6.1](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.6.1) |
| 4 | + |
| 5 | +> ## ⚠️ Maintenance for LocalStack.NET v1.x and AWS SDK v3 ⚠️ |
| 6 | +> |
| 7 | +> **Current Status**: The legacy v1.x LocalStack.NET libs which supports AWS SDK v3. It is now in **maintenance mode**. |
| 8 | +> |
| 9 | +> **Support Lifecycle**: |
| 10 | +> |
| 11 | +> - This version will only receive **critical security and bug fixes** |
| 12 | +> - **End-of-Life (EOL)**: July 31, 2026 |
| 13 | +> |
| 14 | +> For active development, AWS SDK v4 support, and future features like Native AOT, please see the master branch. |
| 15 | +> |
| 16 | +> - 🚀 **[Go to master branch for v2.0 Development →](https://github.com/localstack-dotnet/localstack-dotnet-client/tree/master)** |
| 17 | +> - 📖 **[Read Full Roadmap & Migration Guide →](https://github.com/localstack-dotnet/localstack-dotnet-client/discussions/45)** |
| 18 | +
|
| 19 | +#### 1. New Features |
| 20 | + |
| 21 | +- **Added Endpoints from [Localstack Python Client](https://github.com/localstack/localstack-python-client) v2.9:** |
| 22 | + - **Account Management** |
| 23 | + - **Certificate Manager Private Certificate Authority (ACMPCA)** |
| 24 | + - **Bedrock** |
| 25 | + - **Cloud Control API** |
| 26 | + - **Code Build** |
| 27 | + - **Code Connections** |
| 28 | + - **Code Deploy** |
| 29 | + - **Code Pipeline** |
| 30 | + - **Elastic Transcoder** |
| 31 | + - **MemoryDB for Redis** |
| 32 | + - **Shield** |
| 33 | + - **Verified Permissions** |
| 34 | + |
| 35 | +#### 2. General |
| 36 | + |
| 37 | +- **Testing Compatibility:** |
| 38 | + - Successfully tested against LocalStack versions: |
| 39 | + - **v3.7.1** |
| 40 | + - **v4.6.0** |
| 41 | + |
3 | 42 | ### [v1.6.0](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.6.0) |
4 | 43 |
|
5 | 44 | #### 1. General |
@@ -225,4 +264,4 @@ Thanks to [petertownsend](https://github.com/petertownsend) for his contribution |
225 | 264 |
|
226 | 265 | ### [v0.8.0.163](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v0.8.0.163) |
227 | 266 |
|
228 | | -- First release. |
| 267 | +- First release. |
0 commit comments