Skip to content

Commit 4f31ac7

Browse files
authored
Merge pull request #45 from aws-beam/prepare-release-0.3.0
Prepare release 0.3.0
2 parents 4f4e8ca + 5dc4c63 commit 4f31ac7

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

CHANGELOG.md

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
11
# Changelog
22

3-
## [0.2.0](https://github.com/aws-beam/aws-erlang/tree/0.2.0)
3+
## [0.3.0](https://github.com/aws-beam/aws-erlang/tree/0.3.0) (2020-03-23)
4+
5+
[Full Changelog](https://github.com/aws-beam/aws-erlang/compare/0.2.0...0.3.0)
6+
7+
**Fixed bugs:**
8+
9+
- Error when providing multiple querystring parameters [\#30](https://github.com/aws-beam/aws-erlang/issues/30)
10+
- Support integer values in query protocol [\#23](https://github.com/aws-beam/aws-erlang/issues/23)
11+
12+
**Closed issues:**
13+
14+
- Bump jsx to 3.0.0 [\#32](https://github.com/aws-beam/aws-erlang/issues/32)
15+
- Replace Travis CI badge with GitHub actions badge [\#21](https://github.com/aws-beam/aws-erlang/issues/21)
16+
- Build pipeline using GitHub actions [\#19](https://github.com/aws-beam/aws-erlang/issues/19)
17+
- Generate APIs using the rest-xml protocol [\#16](https://github.com/aws-beam/aws-erlang/issues/16)
18+
- Generate APIs using the query protocol [\#14](https://github.com/aws-beam/aws-erlang/issues/14)
19+
- Create release and publish [\#8](https://github.com/aws-beam/aws-erlang/issues/8)
20+
- aws\_request:sign\_request/5 fails due to undefined value for service in aws\_client map [\#4](https://github.com/aws-beam/aws-erlang/issues/4)
21+
22+
**Merged pull requests:**
23+
24+
- Upgrade generated modules [\#44](https://github.com/aws-beam/aws-erlang/pull/44) ([robertoaloi](https://github.com/robertoaloi))
25+
- Fix variable name in README [\#43](https://github.com/aws-beam/aws-erlang/pull/43) ([robertoaloi](https://github.com/robertoaloi))
26+
- Update generated modules [\#42](https://github.com/aws-beam/aws-erlang/pull/42) ([robertoaloi](https://github.com/robertoaloi))
27+
- aws\_util: use newer crypto API for OTP \>= 23 [\#41](https://github.com/aws-beam/aws-erlang/pull/41) ([mikpe](https://github.com/mikpe))
28+
- Update generated modules. [\#40](https://github.com/aws-beam/aws-erlang/pull/40) ([robertoaloi](https://github.com/robertoaloi))
29+
- Send body as binary for some services [\#39](https://github.com/aws-beam/aws-erlang/pull/39) ([philss](https://github.com/philss))
30+
- Fix acronyms in function names [\#38](https://github.com/aws-beam/aws-erlang/pull/38) ([philss](https://github.com/philss))
31+
- Improve generated Erlang docs [\#37](https://github.com/aws-beam/aws-erlang/pull/37) ([philss](https://github.com/philss))
32+
- Bump hackney to 1.16.0, upgrade rebar.lock file [\#36](https://github.com/aws-beam/aws-erlang/pull/36) ([robertoaloi](https://github.com/robertoaloi))
33+
- Generate clients for all AWS services \(EC2 missing\) [\#35](https://github.com/aws-beam/aws-erlang/pull/35) ([jfacorro](https://github.com/jfacorro))
34+
- Update generated modules [\#34](https://github.com/aws-beam/aws-erlang/pull/34) ([jfacorro](https://github.com/jfacorro))
35+
- \[\#32\] Bump jsx to 3.0.0 which returns maps by default [\#33](https://github.com/aws-beam/aws-erlang/pull/33) ([jfacorro](https://github.com/jfacorro))
36+
- \[\#30\] Maintain the order of the query parameters [\#31](https://github.com/aws-beam/aws-erlang/pull/31) ([jfacorro](https://github.com/jfacorro))
37+
- Remove Elixir files [\#28](https://github.com/aws-beam/aws-erlang/pull/28) ([jfacorro](https://github.com/jfacorro))
38+
- Handle querystring parameters [\#27](https://github.com/aws-beam/aws-erlang/pull/27) ([jfacorro](https://github.com/jfacorro))
39+
- Include additional headers only if they don't already exist [\#26](https://github.com/aws-beam/aws-erlang/pull/26) ([jfacorro](https://github.com/jfacorro))
40+
- Remove empty lines [\#25](https://github.com/aws-beam/aws-erlang/pull/25) ([jfacorro](https://github.com/jfacorro))
41+
- \[\#23\] Support integer values query protocol [\#24](https://github.com/aws-beam/aws-erlang/pull/24) ([jfacorro](https://github.com/jfacorro))
42+
- \[\#21\] Replace Travis CI badge [\#22](https://github.com/aws-beam/aws-erlang/pull/22) ([jfacorro](https://github.com/jfacorro))
43+
- \[\#19\] Add GitHub workflow for building and testing [\#20](https://github.com/aws-beam/aws-erlang/pull/20) ([jfacorro](https://github.com/jfacorro))
44+
- Correctly handle multi-segment URI parameters [\#18](https://github.com/aws-beam/aws-erlang/pull/18) ([jfacorro](https://github.com/jfacorro))
45+
- \[\#16\] rest-xml protocol [\#17](https://github.com/aws-beam/aws-erlang/pull/17) ([jfacorro](https://github.com/jfacorro))
46+
- \[\#14\] Query protocol apis [\#15](https://github.com/aws-beam/aws-erlang/pull/15) ([jfacorro](https://github.com/jfacorro))
47+
- Add GitHub link in .app.src [\#13](https://github.com/aws-beam/aws-erlang/pull/13) ([jfacorro](https://github.com/jfacorro))
48+
49+
## [0.2.0](https://github.com/aws-beam/aws-erlang/tree/0.2.0) (2020-08-07)
450

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

@@ -11,6 +57,8 @@
1157

1258
**Merged pull requests:**
1359

60+
- Add package name, license and build tools to .app.src [\#12](https://github.com/aws-beam/aws-erlang/pull/12) ([jfacorro](https://github.com/jfacorro))
61+
- Prepare release 0.2.0 [\#11](https://github.com/aws-beam/aws-erlang/pull/11) ([jfacorro](https://github.com/jfacorro))
1462
- Regenerate to add missing apis [\#10](https://github.com/aws-beam/aws-erlang/pull/10) ([jfacorro](https://github.com/jfacorro))
1563
- Regenerate clients [\#9](https://github.com/aws-beam/aws-erlang/pull/9) ([jkakar](https://github.com/jkakar))
1664
- Invalid request signature [\#7](https://github.com/aws-beam/aws-erlang/pull/7) ([jfacorro](https://github.com/jfacorro))

0 commit comments

Comments
 (0)