Skip to content

Commit 5603a79

Browse files
committed
move changelogs to CHANGELOG.md
1 parent b2f88f0 commit 5603a79

File tree

2 files changed

+76
-58
lines changed

2 files changed

+76
-58
lines changed

CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
# LocalStack .NET Client Change Log
2+
3+
### [v1.3.1](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.3.1)
4+
5+
#### 1. New Features
6+
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v1.35 have been added.
7+
- Route53Resolver
8+
- KinesisAnalyticsV2
9+
- OpenSearch
10+
- Amazon Managed Workflows for Apache Airflow (MWAA)
11+
12+
#### 2. General
13+
- Tested against LocalStack v0.14.2 container.
14+
- AWSSDK.Core set to 3.7.9 as the minimum version.
15+
- AWSSDK.Extensions.NETCore.Setup set to 3.7.2 as the minimum version.
16+
17+
18+
### [v1.3.0](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.3.0)
19+
20+
#### 1. New Features
21+
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v1.27 have been added.
22+
- SESv2
23+
- EventBridge ([#14](https://github.com/localstack-dotnet/localstack-dotnet-client/pull/14))
24+
- Tested against LocalStack v0.13.0 container.
25+
#### 2. Enhancements
26+
- `useServiceUrl` parameter added to change client connection behavior. See [useServiceUrl Parameter](#useserviceurl)
27+
- Readme and SourceLink added to Nuget packages
28+
#### 3. Bug Fixes
29+
- Session::RegionName configuration does not honor while creating AWS client ([#15](https://github.com/localstack-dotnet/localstack-dotnet-client/issues/15))
30+
31+
Thanks to [petertownsend](https://github.com/petertownsend) for his contribution
32+
33+
### [v1.2.3](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.2.3)
34+
35+
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v1.25 have been added.
36+
- Config Service
37+
- .NET 6.0 support added.
38+
- AWSSDK.Core set to 3.7.3.15 as the minimum version.
39+
- AWSSDK.Extensions.NETCore.Setup set to 3.7.1 as the minimum version.
40+
- Tested against LocalStack v0.13.0 container.
41+
42+
### [v1.2.2](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.2.2)
43+
44+
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v1.22 have been added.
45+
- EFS, Backup, LakeFormation, WAF, WAF V2 and QLDB Session
46+
- AWSSDK.Core set to 3.7.1 as the minimum version.
47+
- Tested against LocalStack v0.12.16 container.
48+
49+
### [v1.2](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.2.0)
50+
51+
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v1.20 have been added.
52+
- IoTAnalytics, IoT Events, IoT Events Data, IoT Wireless, IoT Data Plane, IoT Jobs Data Plane, Support, Neptune, DocDB, ServiceDiscovery, ServerlessApplicationRepository, AppConfig, Cost Explorer, MediaConvert, Resource Groups Tagging API, Resource Groups
53+
- AWSSDK.Core set to 3.7.0 as the minimum version.
54+
- Obsolete methods removed.
55+
- New alternate AddAWSServiceLocalStack method added to prevent mix up with AddAWSService (for LocalStack.Client.Extension v1.1.0).
56+
- Tested against LocalStack v0.12.10 container.
57+
58+
### [v1.1](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.1.0)
59+
60+
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v1.10 have been added.
61+
- Transfer, ACM, CodeCommit, Kinesis Analytics, Amplify, Application Auto Scaling, Kafka, Timestream Query, Timestream Write, Timestream Write, S3 Control, Elastic Load Balancing v2, Redshift Data
62+
- .NET 5.0 support added.
63+
- AWSSDK.Core set to 3.5.0 as the minimum version.
64+
- Tested against LocalStack v0.12.07 container.
65+
66+
### [v1.0](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.0.0)
67+
68+
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v0.23 have been added.
69+
- ElastiCache, Kms, Emr, Ecs, Eks, XRay, ElasticBeanstalk, AppSync, CloudFront, Athena, Glue, Api Gateway V2, RdsData, SageMaker, SageMakerRuntime, Ecr, Qldb
70+
- .netcore2.2 support removed since Microsoft depracated it. .netcore3.1 support added.
71+
- AWSSDK.Core set to 3.3.106.5 as the minimum version.
72+
73+
### [v0.8.0.163](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v0.8.0.163)
74+
75+
- First release.

README.md

Lines changed: 1 addition & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -440,64 +440,7 @@ Linux
440440

441441
## <a name="changelog"></a> Changelog
442442

443-
### [v1.3.0](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.3.0)
444-
445-
#### 1. New Features
446-
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v1.27 have been added.
447-
- SESv2
448-
- EventBridge ([#14](https://github.com/localstack-dotnet/localstack-dotnet-client/pull/14))
449-
- Tested against LocalStack v0.13.0 container.
450-
#### 2. Enhancements
451-
- `useServiceUrl` parameter added to change client connection behavior. See [useServiceUrl Parameter](#useserviceurl)
452-
- Readme and SourceLink added to Nuget packages
453-
#### 3. Bug Fixes
454-
- Session::RegionName configuration does not honor while creating AWS client ([#15](https://github.com/localstack-dotnet/localstack-dotnet-client/issues/15))
455-
456-
Thanks to [petertownsend](https://github.com/petertownsend) for his contribution
457-
458-
### [v1.2.3](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.2.3)
459-
460-
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v1.25 have been added.
461-
- Config Service
462-
- .NET 6.0 support added.
463-
- AWSSDK.Core set to 3.7.3.15 as the minimum version.
464-
- AWSSDK.Extensions.NETCore.Setup set to 3.7.1 as the minimum version.
465-
- Tested against LocalStack v0.13.0 container.
466-
467-
### [v1.2.2](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.2.2)
468-
469-
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v1.22 have been added.
470-
- EFS, Backup, LakeFormation, WAF, WAF V2 and QLDB Session
471-
- AWSSDK.Core set to 3.7.1 as the minimum version.
472-
- Tested against LocalStack v0.12.16 container.
473-
474-
### [v1.2](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.2.0)
475-
476-
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v1.20 have been added.
477-
- IoTAnalytics, IoT Events, IoT Events Data, IoT Wireless, IoT Data Plane, IoT Jobs Data Plane, Support, Neptune, DocDB, ServiceDiscovery, ServerlessApplicationRepository, AppConfig, Cost Explorer, MediaConvert, Resource Groups Tagging API, Resource Groups
478-
- AWSSDK.Core set to 3.7.0 as the minimum version.
479-
- Obsolete methods removed.
480-
- New alternate AddAWSServiceLocalStack method added to prevent mix up with AddAWSService (for LocalStack.Client.Extension v1.1.0).
481-
- Tested against LocalStack v0.12.10 container.
482-
483-
### [v1.1](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.1.0)
484-
485-
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v1.10 have been added.
486-
- Transfer, ACM, CodeCommit, Kinesis Analytics, Amplify, Application Auto Scaling, Kafka, Timestream Query, Timestream Write, Timestream Write, S3 Control, Elastic Load Balancing v2, Redshift Data
487-
- .NET 5.0 support added.
488-
- AWSSDK.Core set to 3.5.0 as the minimum version.
489-
- Tested against LocalStack v0.12.07 container.
490-
491-
### [v1.0](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v1.0.0)
492-
493-
- New endpoints in the official [Localstack Python Client](https://github.com/localstack/localstack-python-client) v0.23 have been added.
494-
- ElastiCache, Kms, Emr, Ecs, Eks, XRay, ElasticBeanstalk, AppSync, CloudFront, Athena, Glue, Api Gateway V2, RdsData, SageMaker, SageMakerRuntime, Ecr, Qldb
495-
- .netcore2.2 support removed since Microsoft depracated it. .netcore3.1 support added.
496-
- AWSSDK.Core set to 3.3.106.5 as the minimum version.
497-
498-
### [v0.8.0.163](https://github.com/localstack-dotnet/localstack-dotnet-client/releases/tag/v0.8.0.163)
499-
500-
- First release.
443+
Please refer to [`CHANGELOG.md`](CHANGELOG.md) to see the complete list of changes for each release.
501444

502445
## <a name="license"></a> License
503446

0 commit comments

Comments
 (0)