Skip to content

Commit

Permalink
Prepare for release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Hahn committed Jan 29, 2021
1 parent 96e3158 commit 7992fc8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]


## [0.8.0] - 2021-1-28
Thanks @pecirep, @miguel-a-calles-mba, @superandrew213

### Added
- Add `invalidationPaths` setting to allow defining custom invalidation paths for the cloudfront distribution
- Add `origins` setting to allow adding additional distribution origins in the form of CloudFormation resources
- Add `defaultCacheBehavior` setting to allow adding the default distribution cache behaviors in the form of CloudFormation resources
- Add `cacheBehaviors` setting to allow adding additional distribution cache behaviors in the form of CloudFormation resources
- Add `--no-client-deploy` CLI option to skip deploying client code to S3

### Fixed
- Typos
## [0.7.1] - 2020-3-18
Thanks @artoliukkonen

Expand Down Expand Up @@ -76,7 +85,8 @@ Better support for generating client code on Windows

- Initial release

[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.1...HEAD
[Unreleased]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.8.0...HEAD
[0.7.2]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.1...v0.8.0
[0.7.1]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.6.1...v0.7.0
[0.6.1]: https://github.com/MadSkills-io/fullstack-serverless/compare/v0.6.0...v0.6.1
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ Use this parameter if you do not want to invalidate the CloudFront distribution.
- [hakimio](https://github.com/hakimio)
- [artoliukkonen](https://github.com/artoliukkonen)
- [pecirep](https://github.com/pecirep)
- [pecirep](https://github.com/miguel-a-calles-mba)

## Credits
Forked from the [**serverless-api-cloudfront**](https://github.com/Droplr/serverless-api-cloudfront/)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fullstack-serverless",
"version": "0.7.1",
"version": "0.8.0",
"engines": {
"node": ">=4.0"
},
Expand Down

0 comments on commit 7992fc8

Please sign in to comment.