LocalStack.Client v1.3.0
What's Changed
- v1.3.0 by @Blind-Striker in #17
- adding EventBridge support by @petertownsend in #14
New Contributors
- @petertownsend made their first contribution in #14
Full Changelog: v1.2.3...1.3.0
1. New Features
- New endpoints in the official Localstack Python Client v1.27 have been added.
- SESv2
- EventBridge (#14)
- Tested against LocalStack v0.13.0 container.
2. Enhancements
useServiceUrl
parameter added to change client connection behavior. See useServiceUrl Parameter- Readme and SourceLink added to Nuget packages
3. Bug Fixes
- Session::RegionName configuration does not honor while creating AWS client (#15)
Thanks to @petertownsend for their contribution