|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [0.4.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/0.4.0) (2016-11-01) |
4 |
| -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.3.2...0.4.0) |
| 3 | +## [v1.0.0-beta.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v1.0.0-beta.0) (2017-03-25) |
| 4 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.4.0...v1.0.0-beta.0) |
5 | 5 |
|
6 |
| -- [#67](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/67) filesUploaded should return all files when using manifest [@wongpeiyi/fix](https://github.com/wongpeiyi/fix) |
7 |
| -- [#71](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/71) Allow support for alternate AWS profiles. [@seanstar12](https://github.com/seanstar12) |
8 |
| -- [#72](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/72) Add Server Side Encryption [@sethpollack](https://github.com/sethpollack) |
9 |
| -- [#74](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/74) Loosen aws-sdk version [@outstand](https://github.com/outstand) |
| 6 | +**Merged pull requests:** |
10 | 7 |
|
11 |
| -## [0.3.2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/0.3.2) (2016-09-13) |
12 |
| -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.3.1...0.3.2) |
| 8 | +- Update ember-cli and dependencies [\#89](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/89) ([lukemelia](https://github.com/lukemelia)) |
| 9 | +- Replace `ember-cli/ext/promise` with `rsvp` [\#88](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/88) ([backspace](https://github.com/backspace)) |
| 10 | +- Instructions to set up public access to S3 [\#86](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/86) ([RobinDaugherty](https://github.com/RobinDaugherty)) |
| 11 | +- \[DOC\] update links to other plugins in REAMD [\#85](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/85) ([lukemelia](https://github.com/lukemelia)) |
| 12 | +- Dependency Upgrades [\#84](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/84) ([kturney](https://github.com/kturney)) |
| 13 | +- Add confi option for signatureVersion [\#83](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/83) ([pedrokost](https://github.com/pedrokost)) |
| 14 | +- Update ember cli 2.10 [\#80](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/80) ([jrjohnson](https://github.com/jrjohnson)) |
| 15 | +- Adds support for batching requests to S3 [\#79](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/79) ([tomlagier](https://github.com/tomlagier)) |
| 16 | +- \[DOC\] Fix broken link to 'Plugin Documentation' [\#77](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/77) ([mattmazzola](https://github.com/mattmazzola)) |
| 17 | +- Update minimatch to ^3.0.3 [\#76](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/76) ([jpadilla](https://github.com/jpadilla)) |
| 18 | +- \[Bugfix\] Remove the Principal Policy [\#65](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/65) ([Jaspaul](https://github.com/Jaspaul)) |
| 19 | + |
| 20 | +## [v0.4.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.4.0) (2016-11-02) |
| 21 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.3.2...v0.4.0) |
| 22 | + |
| 23 | +**Merged pull requests:** |
| 24 | + |
| 25 | +- Loosen aws-sdk version [\#74](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/74) ([ryansch](https://github.com/ryansch)) |
| 26 | +- Add Server Side Encryption [\#72](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/72) ([sethpollack](https://github.com/sethpollack)) |
| 27 | +- Allow support for alternate AWS profiles. [\#71](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/71) ([seanstar12](https://github.com/seanstar12)) |
| 28 | +- filesUploaded should return all files when using manifest [\#67](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/67) ([wongpeiyi](https://github.com/wongpeiyi)) |
| 29 | + |
| 30 | +## [v0.3.2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.3.2) (2016-09-13) |
| 31 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.3.1...v0.3.2) |
| 32 | + |
| 33 | +**Merged pull requests:** |
13 | 34 |
|
14 | 35 | - added config to include hidden folders in the S3 upload [\#70](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/70) ([habdelra](https://github.com/habdelra))
|
15 | 36 | - \[DOC\] Add tip for slashes in the prefix [\#69](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/69) ([harianus](https://github.com/harianus))
|
|
19 | 40 |
|
20 | 41 | ## [v0.3.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.3.1) (2016-06-16)
|
21 | 42 | [Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.3.0...v0.3.1)
|
22 |
| -- Version 2.4.0 of aws-s3 client causing issues - SignatureDoesNotMatch [\#59](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/issues/59) |
| 43 | + |
| 44 | +**Merged pull requests:** |
| 45 | + |
23 | 46 | - fix \#59 [\#60](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/60) ([ghedamat](https://github.com/ghedamat))
|
| 47 | +- Update minimum S3 permissions [\#58](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/58) ([jeffreybiles](https://github.com/jeffreybiles)) |
24 | 48 | - Includes session token if provided to client initialization. [\#57](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/57) ([RickCSong](https://github.com/RickCSong))
|
25 |
| -- manifest.txt should be uploaded last [\#55](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/55) ([YoranBrondsema](https://github.com/YoranBrondsema)) |
| 49 | +- Fix issue \#54: manifest.txt should be uploaded as last [\#55](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/55) ([YoranBrondsema](https://github.com/YoranBrondsema)) |
26 | 50 |
|
27 |
| -## [0.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/0.3.0) (2016-04-19) |
28 |
| -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.2.2...0.3.0) |
| 51 | +## [v0.3.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.3.0) (2016-04-19) |
| 52 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.2.2...v0.3.0) |
| 53 | + |
| 54 | +**Merged pull requests:** |
29 | 55 |
|
30 | 56 | - Configure Cache-Control and Expires headers on the uploaded files. [\#53](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/53) ([YoranBrondsema](https://github.com/YoranBrondsema))
|
31 | 57 |
|
32 |
| -## [0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/0.2.2) (2016-04-01) |
33 |
| -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.2.1...0.2.2) |
| 58 | +## [v0.2.2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.2.2) (2016-04-01) |
| 59 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.2.1...v0.2.2) |
| 60 | + |
| 61 | +**Merged pull requests:** |
34 | 62 |
|
35 | 63 | - Set the correct content type for gzipped files with the .gz ext [\#51](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/51) ([dannyfallon](https://github.com/dannyfallon))
|
36 | 64 |
|
37 |
| -## [0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/0.2.1) (2016-02-06) |
38 |
| -[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.2.0...0.2.1) |
| 65 | +## [v0.2.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.2.1) (2016-02-06) |
| 66 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.2.0...v0.2.1) |
39 | 67 |
|
40 |
| -#### Community Contributions |
| 68 | +**Merged pull requests:** |
41 | 69 |
|
42 | 70 | - update ember-cli-deploy-plugin [\#45](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/45) ([ghedamat](https://github.com/ghedamat))
|
43 | 71 | - Fix AWS Credential Resolution link in README [\#43](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/43) ([reidab](https://github.com/reidab))
|
44 | 72 |
|
45 |
| -### v0.2.0 |
| 73 | +## [v0.2.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.2.0) (2015-12-15) |
| 74 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.1.0...v0.2.0) |
| 75 | + |
| 76 | +**Merged pull requests:** |
| 77 | + |
| 78 | +- \[DOC\] add CORS example, fixes \#22 [\#42](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/42) ([ghedamat](https://github.com/ghedamat)) |
| 79 | +- \[DOC\] Updated README.md to include S3 perimssions [\#40](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/40) ([MojoJojo](https://github.com/MojoJojo)) |
| 80 | +- Remove required keys, to support IAM roles [\#39](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/39) ([kkumler](https://github.com/kkumler)) |
| 81 | +- Warn about configuration sharing [\#31](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/31) ([LevelbossMike](https://github.com/LevelbossMike)) |
| 82 | +- Fix distFiles default in README [\#28](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/28) ([kpfefferle](https://github.com/kpfefferle)) |
| 83 | +- Fix README file typo [\#27](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/27) ([Saicheg](https://github.com/Saicheg)) |
| 84 | +- Fix typo in tests [\#26](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/26) ([kimroen](https://github.com/kimroen)) |
| 85 | +- add version badge [\#25](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/25) ([ghedamat](https://github.com/ghedamat)) |
| 86 | +- Make region a required property [\#24](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/24) ([achambers](https://github.com/achambers)) |
| 87 | +- doen't use path.join for urls [\#21](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/21) ([flecno](https://github.com/flecno)) |
| 88 | +- Add support for ACL on objects [\#20](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/20) ([flecno](https://github.com/flecno)) |
| 89 | + |
| 90 | +## [v0.1.0](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.1.0) (2015-10-25) |
| 91 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.1.0-beta.2...v0.1.0) |
| 92 | + |
| 93 | +**Merged pull requests:** |
46 | 94 |
|
47 |
| -#### Community Contributions |
| 95 | +- Update to use new verbose option for logging [\#19](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/19) ([lukemelia](https://github.com/lukemelia)) |
| 96 | +- add ico to default filePattern [\#16](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/16) ([jasonkriss](https://github.com/jasonkriss)) |
| 97 | +- add swf to default filePattern [\#15](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/15) ([jasonkriss](https://github.com/jasonkriss)) |
48 | 98 |
|
49 |
| -- [#20](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/20) Add support for ACL on objects [@flecno](https://github.com/flecno) |
50 |
| -- [#24](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/24) Make region a required property [@achambers](https://github.com/achambers) |
51 |
| -- [#21](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/21) don't use path.join for urls [@flecno](https://github.com/flecno) |
52 |
| -- [#31](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/31) Warn about configuration sharing [@ember-cli-deploy](https://github.com/ember-cli-deploy) |
53 |
| -- [#39](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/39) Remove required keys, to support IAM roles [@kkumler/feature](https://github.com/kkumler/feature) |
| 99 | +## [v0.1.0-beta.2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.1.0-beta.2) (2015-09-14) |
| 100 | +[Full Changelog](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/compare/v0.1.0-beta.1...v0.1.0-beta.2) |
54 | 101 |
|
55 |
| -### v0.1.0 |
| 102 | +**Merged pull requests:** |
56 | 103 |
|
57 |
| -#### Community Contributions |
| 104 | +- Update repo url [\#14](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/14) ([achambers](https://github.com/achambers)) |
| 105 | +- Update repository [\#13](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/13) ([achambers](https://github.com/achambers)) |
| 106 | +- Add content encoding to ContentType for text files [\#11](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/11) ([achambers](https://github.com/achambers)) |
58 | 107 |
|
59 |
| -- [#11](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/11) Add content encoding to ContentType for text files [@achambers](https://github.com/achambers) |
| 108 | +## [v0.1.0-beta.1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/tree/v0.1.0-beta.1) (2015-08-08) |
| 109 | +**Merged pull requests:** |
60 | 110 |
|
61 |
| -Thank you to all who took the time to contribute! |
| 111 | +- Updated README for 0.5.0 [\#10](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/10) ([achambers](https://github.com/achambers)) |
| 112 | +- Restructure to make more things pull from config, and use ember-cli-deploy-plugin base class [\#7](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/7) ([lukemelia](https://github.com/lukemelia)) |
| 113 | +- Manifest support [\#6](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/6) ([lukemelia](https://github.com/lukemelia)) |
| 114 | +- Log with a nice checkmark and the target S3 key [\#5](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/5) ([lukemelia](https://github.com/lukemelia)) |
| 115 | +- Include svg and webfonts in default filepattern [\#4](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/4) ([lukemelia](https://github.com/lukemelia)) |
| 116 | +- Support for working with a gzip plugin. [\#3](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/3) ([lukemelia](https://github.com/lukemelia)) |
| 117 | +- Indicate to ember-cli that this addon should be "before" redis [\#2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/2) ([lukemelia](https://github.com/lukemelia)) |
| 118 | +- Upload to s3 [\#1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/1) ([achambers](https://github.com/achambers)) |
62 | 119 |
|
63 |
| -#### Community Contributions |
64 | 120 |
|
65 |
| -- [#1](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/1) Upload to s3 [@achambers](https://github.com/achambers) |
66 |
| -- [#2](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/2) Indicate to ember-cli that this addon should be "before" redis [@lukemelia](https://github.com/lukemelia) |
67 |
| -- [#3](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/3) Support for working with a gzip plugin. [@lukemelia](https://github.com/lukemelia) |
68 |
| -- [#4](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/4) Include svg and webfonts in default filepattern [@lukemelia](https://github.com/lukemelia) |
69 |
| -- [#5](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/5) Log with a nice checkmark and the target S3 key [@lukemelia](https://github.com/lukemelia) |
70 |
| -- [#6](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/6) Manifest support [@lukemelia](https://github.com/lukemelia) |
71 |
| -- [#7](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/7) Restructure to make more things pull from config, and use ember-cli-deploy-plugin base class [@lukemelia](https://github.com/lukemelia) |
72 |
| -- [#10](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/10) Updated README for 0.5.0 [@achambers](https://github.com/achambers) |
73 | 121 |
|
74 |
| -Thank you to all who took the time to contribute! |
| 122 | +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments