|
| 1 | +# CHANGELOG |
| 2 | + |
| 3 | +## next release |
| 4 | + |
| 5 | +* Added test coverage for version 5.2 of both Lumen and Laravel. |
| 6 | + |
| 7 | +## 3.0.3 - 2015-09-18 |
| 8 | + |
| 9 | +* Added support for configuring credentials with environmental variables, a ini |
| 10 | + file at `~/.aws/credentials`, or with Ec2 instance profiles instead of |
| 11 | + requiring their inclusion in the `aws.php` config file. |
| 12 | + |
| 13 | +## 3.0.3 - 2015-08-10 |
| 14 | + |
| 15 | +* Removed usage of a dev dependency |
| 16 | + |
| 17 | +## 3.0.1 - 2015-08-05 |
| 18 | + |
| 19 | +* Provide version information to SDK user agent |
| 20 | + |
| 21 | +## 3.0.0 - 2015-06-10 |
| 22 | + |
| 23 | +* Service provider is now compatible with Laravel 5.1 and Version 3 of the AWS |
| 24 | + SDK for PHP. |
| 25 | + |
| 26 | +## 2.0.1 - 2015-06-10 |
| 27 | + |
| 28 | +* Service provider is now compatible with Lumen |
| 29 | + |
| 30 | +## 2.0.0 - 2015-03-12 |
| 31 | + |
| 32 | +* Updated the service provider to work with Laravel 5. |
| 33 | + |
| 34 | +## 1.1.2 - 2015-02-13 |
| 35 | + |
| 36 | +* Added alias to support DI from container. |
| 37 | + |
| 38 | +## 1.1.1 - 2014-05-12 |
| 39 | + |
| 40 | +* Updated default module config file to make it more compatible with environment |
| 41 | + credentials |
| 42 | + |
| 43 | +## 1.1.0 - 2013-09-03 |
| 44 | + |
| 45 | +* Added package-level config that can be published with Artisan |
| 46 | +* Updated config loading logic to support package-level config |
| 47 | +* Updated config loading logic to support AWS SDK for PHP config files via the |
| 48 | + `config_file` key |
| 49 | +* Updated code, tests, and the README to support the config refactoring |
| 50 | +* This module is now following [semver](http://semver.org/) |
| 51 | + |
| 52 | +## 1.0.4 - 2013-06-20 |
| 53 | + |
| 54 | +* Added support for the AWS facade |
| 55 | +* Updated `composer.json` to require only specific components of Laravel |
| 56 | +* Updated `composer.json` to require version 2.2+ of the AWS SDK for PHP |
| 57 | + |
| 58 | +## 1.0.3 - 2013-04-25 |
| 59 | + |
| 60 | +* Update Composer dependencies to work with newer version of the AWS SDK for PHP |
| 61 | + and Laravel |
| 62 | + |
| 63 | +## 1.0.2 - 2013-03-11 |
| 64 | + |
| 65 | +* Fixed an issue with config retrieval |
| 66 | + |
| 67 | +## 1.0.1 - 2013-03-07 |
| 68 | + |
| 69 | +* Improved usage instructions in the README |
| 70 | +* Fixed logic for retrieving Laravel version |
| 71 | + |
| 72 | +## 1.0.0 - 2013-02-13 |
| 73 | + |
| 74 | +* Initial release. |
0 commit comments