Releases: aws-beam/aws-elixir
Releases · aws-beam/aws-elixir
v1.0.0
What's Changed
- Increase :timer.sleep/1 in client_tests to avoid race conditions in Github Actions by @onno-vos-dev in #179
- Move to new version of aws-codegen (aws-codegen/issues/103) which uses aws-sdk-go-v2 by @onno-vos-dev in #181
- Update generated code to include auto-generated types and specs for everything by @onno-vos-dev in #183
- Fix API Gateway Management API to include Stage on all endpoints by @onno-vos-dev in #184
- chore: fixing typo on S3 multipart upload doc by @lgraebin in #185
- Automatic retries by @Doerge in #182
- Prepare for release of AWS Elixir 1.0.0 by @onno-vos-dev in #187
New Contributors
Full Changelog: v0.14.1...v1.0.0
v0.14.1
What's Changed
- Fix endpoint creation for global endpoints by @onno-vos-dev in #178
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- Allow call-site specification of http client options. by @Doerge in #165
- Fix deprecations and permissions on workflows by @philss in #166
- chore: Add docs for multipart upload to S3 by @vitorlimadev in #167
- Remove inspector_scan.ex by @onno-vos-dev in #172
- adding support for the ec2 protocol by @cheese-head in #170
- 📝 [doc] Added example for s3 textract by @enkr1 in #151
- Update version in mix.exs to 0.14.0 and update changelog by @onno-vos-dev in #173
New Contributors
- @Doerge made their first contribution in #165
- @vitorlimadev made their first contribution in #167
- @cheese-head made their first contribution in #170
- @enkr1 made their first contribution in #151
Full Changelog: v0.13.3...v0.14.0
v0.13.3
What's Changed
- Relax
finchversion requirement by @balexand in #159 - Fixes #160 - Skip signature without access_key_id and secret_access_key by @xprazak2 in #161
- Update version in mix.exs to 0.13.3 and update changelog by @onno-vos-dev in #163
New Contributors
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- Add release automation upon tagging by @onno-vos-dev in #150
- XML attributes, XML boolean, route53 example by @ltd in #144
- Include a built-in Finch HTTP adapter by @andrewhr in #153
- Handle :append_sha256_content_hash option by @LostKobrakai in #156
- Update version in mix.exs and update changelog by @onno-vos-dev in #158
New Contributors
- @ltd made their first contribution in #144
- @LostKobrakai made their first contribution in #156
Full Changelog: v0.13.1...v0.13.2
v0.13.0
What's Changed
- Remove "ServiceMetadata" struct by @philss in #146
- Add
host_prefixto request endpoint when available by @philss in #147
Full Changelog: v0.12.0...v0.13.0
Official Changelog: https://hexdocs.pm/aws/changelog.html
v0.12.0
v0.11.0
What's Changed
- Open PR with changes on releases of AWS Go SDK by @philss in #112
- Update services based on v1.42.46 of AWS Go SDK by @github-actions in #111
- Update services based on v1.42.47 of AWS Go SDK by @github-actions in #113
- Update services based on v1.42.48 of AWS Go SDK by @github-actions in #114
- Update services based on v1.42.49 of AWS Go SDK by @github-actions in #115
- Update services based on v1.42.50 of AWS Go SDK by @github-actions in #116
- Update services based on v1.42.51 of AWS Go SDK by @github-actions in #117
- Update services based on v1.42.52 of AWS Go SDK by @github-actions in #118
- Update services based on v1.42.53 of AWS Go SDK by @github-actions in #119
- Update services based on v1.43.0 of AWS Go SDK by @github-actions in #121
- Update services based on v1.43.1 of AWS Go SDK by @github-actions in #122
- Update services based on v1.43.2 of AWS Go SDK by @github-actions in #123
- Update services based on v1.43.3 of AWS Go SDK by @github-actions in #124
- Update services based on v1.43.4 of AWS Go SDK by @github-actions in #125
- Update services based on v1.43.5 of AWS Go SDK by @github-actions in #126
- Update services based on v1.43.6 of AWS Go SDK by @github-actions in #127
- Update services based on v1.43.7 of AWS Go SDK by @github-actions in #128
- Update services based on v1.43.8 of AWS Go SDK by @github-actions in #129
- Update services based on v1.43.9 of AWS Go SDK by @github-actions in #130
- Update services based on v1.43.10 of AWS Go SDK by @github-actions in #131
- Update services based on v1.43.11 of AWS Go SDK by @github-actions in #132
- Update services based on v1.43.12 of AWS Go SDK by @github-actions in #133
- Update services based on v1.43.13 of AWS Go SDK by @github-actions in #134
- Update services based on v1.43.14 of AWS Go SDK by @github-actions in #135
- Update services based on v1.43.15 of AWS Go SDK by @github-actions in #136
- Update services based on v1.43.16 of AWS Go SDK by @github-actions in #137
- Push nightly AWS Codegen changes direct to Master by @onno-vos-dev in #139
- Update aws_signature to 0.3.1 by @0urobor0s in #140
New Contributors
- @github-actions made their first contribution in #111
- @onno-vos-dev made their first contribution in #139
- @0urobor0s made their first contribution in #140
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- Update
endpoint_configtype by @qgadrian in #105 - Isolate connection pool used by AWS by @andrewhr in #106
- Don't display session_token by @ahamez in #108
Original Changelog description: https://hexdocs.pm/aws/changelog.html#v0-10-1-2021-02-02
New Contributors
Full Changelog: v0.10.0...v0.10.1
Version 0.7.0
This version contains many changes and additions.
Added
- Add support for more AWS APIs. There are more than 170 new modules, which includes
the majority of AWS services. Please check https://hexdocs.pm/aws/0.7.0 for the full list of services. - Load AWS credentials from env if available.
- Add header
X-Amz-Content-SHA256required for APIs using therest-xmlprotocol. - Handle query string parameters.
- Allow the user to configure the HTTP client, as well as the JSON parser.
Changed
- Improve documentation by using more markdown and removing HTML tags.
- Rename modules and function names to consider the correct use of abbreviations, like SQS or DB.
- Migrate to Jason (JSON parser) and hackney (HTTP client) as the default dependencies. Hackney
is an optional dependency.
IMPORTANT: you need to add hackney as a dependency, or write your custom HTTP client adapter.
Fixed
- Fixed the way we send the payload to endpoints that accepts binaries as body (S3
is an example). - Normalize query string when signing.
- Remove duplicated headers.