Skip to content

Commit 95b7a33

Browse files
committed
update CHANGELOG and known issues section README
1 parent 4604697 commit 95b7a33

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11
# LocalStack .NET Client Change Log
22

3+
### [v1.5.0](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.5.0)
4+
5+
#### 1. New Features
6+
7+
- **Added Endpoints from [Localstack Python Client](https://github.com/localstack/localstack-python-client) v2.7:**
8+
- **RAM**
9+
- **AppConfigData**
10+
- **Pinpoint**
11+
- **EventBridge Pipes**
12+
13+
#### 2. General
14+
15+
- **Framework Support Updates:**
16+
- **.NET 8** support added.
17+
- **Deprecated** support for **.NET 7** and **.NET 4.6.1**.
18+
- Continued support for **.NET Standard 2.0** to maintain compatibility with older .NET versions.
19+
- **Upcoming Changes:**
20+
- In the next release, **.NET 6** support will be removed as it reaches end-of-life in November 2024.
21+
22+
- **Functional Tests Enhancements:**
23+
- **Removed** tests for legacy LocalStack versions and versions **v2.0** and **v2.2**.
24+
- **Note:** LocalStack.NET no longer guarantees compatibility with these versions.
25+
- **Added** functional test support for LocalStack versions:
26+
- **v2.3**
27+
- **v3.4**
28+
- **v3.7.1**
29+
- **New Tests:**
30+
- Introduced new tests for **CloudFormation**.
31+
32+
- **Package Updates:**
33+
- **AWSSDK.Core** minimum version set to **3.7.400.30**.
34+
35+
- **Testing Compatibility:**
36+
- Successfully tested against LocalStack versions:
37+
- **v1.3.1**
38+
- **v2.3**
39+
- **v3.4**
40+
- **v3.7.1**
41+
42+
#### 3. Warnings
43+
44+
- **Breaking Changes Postponed:**
45+
- The planned breaking changes have been postponed to the next release.
46+
- **Important:** Users should anticipate some breaking changes in the next release due to the removal of legacy support and configuration updates.
47+
348
### [v1.4.1](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.4.1)
449

550
#### 1. New Features

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ The `RegionName` is important as LocalStack creates resources based on the speci
129129

130130
## Known Issues
131131

132+
- **SNS with LocalStack v3.7.2 and v3.8.0:** During development on the new version, it was discovered that SNS functional tests are not working in LocalStack versions v3.7.2 and v3.8.0. This issue was reported in LocalStack [issue #11652](https://github.com/localstack/localstack/issues/11652). The LocalStack team identified a bug related to handling SNS URIs and resolved it in [PR #11653](https://github.com/localstack/localstack/pull/11653). The fix will be included in an upcoming release of LocalStack. In the meantime, if you're using SNS, it is recommended to stick to version v3.7.1 of LocalStack until the fix is available.
133+
132134
- **LocalStack Versions v2.0.1 - v2.2:** In versions v2.0.1 through v2.2 of LocalStack, the URL routing logic was changed, causing issues with SQS and S3 operations. Two issues were opened in LocalStack regarding this: [issue #8928](https://github.com/localstack/localstack/issues/8928) and [issue #8924](https://github.com/localstack/localstack/issues/8924). LocalStack addressed this problem with [PR #8962](https://github.com/localstack/localstack/pull/8962). Therefore, when using LocalStack.NET, either use version v2.0 of LocalStack (there are no issues with the v1 series as well) or the upcoming v2.3 version, or use the latest v3 series container from Docker Hub.
133135

134136
- **AWS_SERVICE_URL Environment Variable:** Unexpected behaviors might occur in LocalStack.NET when the `AWS_SERVICE_URL` environment variable is set. This environment variable is typically set by LocalStack in the container when using AWS Lambda, and AWS also uses this environment variable in the live environment. Soon, just like in LocalStack's official Python library, this environment variable will be prioritized by LocalStack.NET when configuring the LocalStack host, and there will be a general simplification in the configuration. You can follow this in the issues [issue #27](https://github.com/localstack-dotnet/localstack-dotnet-client/issues/27) and [issue #32](https://github.com/localstack-dotnet/localstack-dotnet-client/issues/32). You set the `AWS_SERVICE_URL` to empty string until this issue is resolved.

0 commit comments

Comments
 (0)