Skip to content

Commit

Permalink
Merge pull request serverless#5092 from serverless/release-0.28
Browse files Browse the repository at this point in the history
Release v1.28.0
  • Loading branch information
brianneisler authored Jul 4, 2018
2 parents 743efc9 + 722d3cb commit 1e47432
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# 1.28.0 (04.07.2018)
- [Add SQS event integration](https://github.com/serverless/serverless/pull/5074)
- [Integration with the Serverless Dashboard](https://github.com/serverless/serverless/pull/5043)
- [Add APIG resource policy](https://github.com/serverless/serverless/pull/5071)
- [Add PRIVATE endpoint type](https://github.com/serverless/serverless/pull/5080)
- [Added ability to create custom stack names and API names](https://github.com/serverless/serverless/pull/4951)
- [Add print options to allow digging, transforming and formatting](https://github.com/serverless/serverless/pull/5036)
- [only use json-cycles when opt-in, for state serialization](https://github.com/serverless/serverless/pull/5029)
- [Make function tags inherit provider tags](https://github.com/serverless/serverless/pull/5007)
- [Make local plugins folder configurable](https://github.com/serverless/serverless/pull/4892)
- [More flexible version constraint for AWS Lambda Go library](https://github.com/serverless/serverless/pull/5045)
- [Update aws-java-maven template to use Log4J2 as recommended by AWS](https://github.com/serverless/serverless/pull/5032)
- [Fix binary support for pre-flight requests (OPTIONS method)](https://github.com/serverless/serverless/pull/4895)

## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.27.0...v1.28.0)

# 1.27.0 (02.05.2018)
- [Add maxAge option for CORS](https://github.com/serverless/serverless/pull/4639)
- [Add fn integration](https://github.com/serverless/serverless/pull/4934)
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.27.0",
"version": "1.28.0",
"engines": {
"node": ">=4.0"
},
Expand Down Expand Up @@ -92,7 +92,7 @@
},
"dependencies": {
"@serverless/fdk": "^0.5.1",
"@serverless/platform-sdk": "^0.1.4",
"@serverless/platform-sdk": "^0.1.5",
"archiver": "^1.1.0",
"async": "^1.5.2",
"aws-sdk": "^2.228.0",
Expand Down

0 comments on commit 1e47432

Please sign in to comment.