Skip to content

Commit

Permalink
Update changelog with github-changelog-generator (#90)
Browse files Browse the repository at this point in the history
It has the changes since version 0.3.0.

The version of `github-changelog-generator` was 1.16.4
  • Loading branch information
philss authored Mar 4, 2022
1 parent b1dbbf5 commit 6b2e738
Showing 1 changed file with 69 additions and 1 deletion.
70 changes: 69 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,73 @@
# Changelog

## [0.3.0](https://github.com/aws-beam/aws-erlang/tree/0.3.0) (2020-03-23)
## [Unreleased](https://github.com/aws-beam/aws-erlang/tree/HEAD)

[Full Changelog](https://github.com/aws-beam/aws-erlang/compare/0.5.0...HEAD)

**Merged pull requests:**

- Update services based on v1.43.11 of AWS Go SDK [\#89](https://github.com/aws-beam/aws-erlang/pull/89) ([github-actions[bot]](https://github.com/apps/github-actions))

## [0.5.0](https://github.com/aws-beam/aws-erlang/tree/0.5.0) (2022-03-03)

[Full Changelog](https://github.com/aws-beam/aws-erlang/compare/0.4.0...0.5.0)

**Merged pull requests:**

- Update services based on v1.43.10 of AWS Go SDK [\#88](https://github.com/aws-beam/aws-erlang/pull/88) ([github-actions[bot]](https://github.com/apps/github-actions))
- Update services based on v1.43.8 of AWS Go SDK [\#86](https://github.com/aws-beam/aws-erlang/pull/86) ([github-actions[bot]](https://github.com/apps/github-actions))
- Update services based on v1.43.7 of AWS Go SDK [\#85](https://github.com/aws-beam/aws-erlang/pull/85) ([github-actions[bot]](https://github.com/apps/github-actions))
- Update services based on v1.43.6 of AWS Go SDK [\#84](https://github.com/aws-beam/aws-erlang/pull/84) ([github-actions[bot]](https://github.com/apps/github-actions))
- Update services based on v1.43.5 of AWS Go SDK [\#83](https://github.com/aws-beam/aws-erlang/pull/83) ([github-actions[bot]](https://github.com/apps/github-actions))
- Update services based on v1.43.3 of AWS Go SDK [\#81](https://github.com/aws-beam/aws-erlang/pull/81) ([github-actions[bot]](https://github.com/apps/github-actions))
- Update services based on v1.43.2 of AWS Go SDK [\#80](https://github.com/aws-beam/aws-erlang/pull/80) ([github-actions[bot]](https://github.com/apps/github-actions))
- Update services based on v1.43.1 of AWS Go SDK [\#79](https://github.com/aws-beam/aws-erlang/pull/79) ([github-actions[bot]](https://github.com/apps/github-actions))
- Update services based on v1.43.0 of AWS Go SDK [\#78](https://github.com/aws-beam/aws-erlang/pull/78) ([github-actions[bot]](https://github.com/apps/github-actions))
- Ensure that the URL and CanonicalRequest use the same url and sorting of query parameters [\#77](https://github.com/aws-beam/aws-erlang/pull/77) ([onno-vos-dev](https://github.com/onno-vos-dev))
- Update services based on v1.42.53 of AWS Go SDK [\#76](https://github.com/aws-beam/aws-erlang/pull/76) ([github-actions[bot]](https://github.com/apps/github-actions))
- encode\_uri/1 should html encode with uppercase to handle special chars such as + [\#74](https://github.com/aws-beam/aws-erlang/pull/74) ([onno-vos-dev](https://github.com/onno-vos-dev))
- http\_uri:encode/1 does not handle paths containing \(\) which the encoding from aws-signature does [\#73](https://github.com/aws-beam/aws-erlang/pull/73) ([onno-vos-dev](https://github.com/onno-vos-dev))
- Update services based on v1.42.52 of AWS Go SDK [\#72](https://github.com/aws-beam/aws-erlang/pull/72) ([github-actions[bot]](https://github.com/apps/github-actions))
- Add another function clause to handle responses with only a StatusCode and ResponseHeaders [\#70](https://github.com/aws-beam/aws-erlang/pull/70) ([onno-vos-dev](https://github.com/onno-vos-dev))
- Update services based on v1.42.50 of AWS Go SDK [\#69](https://github.com/aws-beam/aws-erlang/pull/69) ([github-actions[bot]](https://github.com/apps/github-actions))
- Update services based on v1.42.49 of AWS Go SDK [\#68](https://github.com/aws-beam/aws-erlang/pull/68) ([github-actions[bot]](https://github.com/apps/github-actions))
- Update services based on v1.42.48 of AWS Go SDK [\#67](https://github.com/aws-beam/aws-erlang/pull/67) ([github-actions[bot]](https://github.com/apps/github-actions))
- Update services based on v1.42.47 of AWS Go SDK [\#66](https://github.com/aws-beam/aws-erlang/pull/66) ([github-actions[bot]](https://github.com/apps/github-actions))
- Open PR with changes on releases of AWS Go SDK [\#65](https://github.com/aws-beam/aws-erlang/pull/65) ([philss](https://github.com/philss))
- Sort querystring prior to signing [\#62](https://github.com/aws-beam/aws-erlang/pull/62) ([onno-vos-dev](https://github.com/onno-vos-dev))
- Fix querystring for query strings with no value [\#61](https://github.com/aws-beam/aws-erlang/pull/61) ([onno-vos-dev](https://github.com/onno-vos-dev))
- Update hackney to latest version [\#60](https://github.com/aws-beam/aws-erlang/pull/60) ([anha0825](https://github.com/anha0825))
- Update code after aws-codegen \#81 [\#59](https://github.com/aws-beam/aws-erlang/pull/59) ([onno-vos-dev](https://github.com/onno-vos-dev))

## [0.4.0](https://github.com/aws-beam/aws-erlang/tree/0.4.0) (2021-11-15)

[Full Changelog](https://github.com/aws-beam/aws-erlang/compare/0.3.1...0.4.0)

**Closed issues:**

- Function clause on `aws_s3:head_object/4` [\#51](https://github.com/aws-beam/aws-erlang/issues/51)

**Merged pull requests:**

- Add retry mechanism to aws erlang [\#57](https://github.com/aws-beam/aws-erlang/pull/57) ([onno-vos-dev](https://github.com/onno-vos-dev))
- Fix typespec of request/8 and response handling of a HEAD request [\#56](https://github.com/aws-beam/aws-erlang/pull/56) ([onno-vos-dev](https://github.com/onno-vos-dev))
- Add make\_local\_client/4 which allows specifying an endpoint like 0.0.0.0 [\#55](https://github.com/aws-beam/aws-erlang/pull/55) ([onno-vos-dev](https://github.com/onno-vos-dev))
- Update generated modules as per aws-sdk-go sha: 2582633 [\#54](https://github.com/aws-beam/aws-erlang/pull/54) ([onno-vos-dev](https://github.com/onno-vos-dev))
- Handle utf8 in aws\_util:decode\_xml/1 [\#53](https://github.com/aws-beam/aws-erlang/pull/53) ([anha0825](https://github.com/anha0825))
- The xmerl application is required by the aws\_util module [\#52](https://github.com/aws-beam/aws-erlang/pull/52) ([robertoaloi](https://github.com/robertoaloi))

## [0.3.1](https://github.com/aws-beam/aws-erlang/tree/0.3.1) (2021-09-17)

[Full Changelog](https://github.com/aws-beam/aws-erlang/compare/0.3.0...0.3.1)

**Merged pull requests:**

- Add support for S3 metadata [\#50](https://github.com/aws-beam/aws-erlang/pull/50) ([robertoaloi](https://github.com/robertoaloi))
- Add instructions to build docs locally [\#48](https://github.com/aws-beam/aws-erlang/pull/48) ([robertoaloi](https://github.com/robertoaloi))
- Minor fixes to the README [\#47](https://github.com/aws-beam/aws-erlang/pull/47) ([robertoaloi](https://github.com/robertoaloi))
- Improve readme [\#46](https://github.com/aws-beam/aws-erlang/pull/46) ([robertoaloi](https://github.com/robertoaloi))

## [0.3.0](https://github.com/aws-beam/aws-erlang/tree/0.3.0) (2021-03-23)

[Full Changelog](https://github.com/aws-beam/aws-erlang/compare/0.2.0...0.3.0)

Expand All @@ -21,6 +88,7 @@

**Merged pull requests:**

- Prepare release 0.3.0 [\#45](https://github.com/aws-beam/aws-erlang/pull/45) ([robertoaloi](https://github.com/robertoaloi))
- Upgrade generated modules [\#44](https://github.com/aws-beam/aws-erlang/pull/44) ([robertoaloi](https://github.com/robertoaloi))
- Fix variable name in README [\#43](https://github.com/aws-beam/aws-erlang/pull/43) ([robertoaloi](https://github.com/robertoaloi))
- Update generated modules [\#42](https://github.com/aws-beam/aws-erlang/pull/42) ([robertoaloi](https://github.com/robertoaloi))
Expand Down

0 comments on commit 6b2e738

Please sign in to comment.