|
| 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. |
0 commit comments