Skip to content

Commit dd4412d

Browse files
committed
Updated CHANGELOG
1 parent 6cd2a0f commit dd4412d

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ All notable changes to this project will be documented in this file.
77

88

99

10+
<a name="v1.10.0"></a>
11+
## [v1.10.0] - 2020-06-14
12+
13+
- feat: Added support for variety of options for source_path, closes [#12](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/12) ([#25](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/25))
14+
- Updated examples and readme
15+
- Added more samples to examples/simple/main.tf
16+
- package.py - Log directories with ending /
17+
- package.py - Log skipped items + made uniform some messages
18+
- package.py - Added support for comments in patterns
19+
- package.py - Renamed: logger -> log
20+
- feat: Added ZipContentFilter class to apply patterns filtering
21+
- package.py - Fixed and improved logging
22+
- package.py - Added BuildPlanManager initial implementation
23+
- package.py - Fixed building in docker
24+
- package.py - Implemented ZipFileStream.write_file
25+
- feat: In-place zip archiving
26+
- package.py - Removed dir changing on zip archive generation
27+
- package.py - Simplified emit_dir_files func
28+
- package.py - Fixed timestamp appling
29+
- package.py - Added hidden hash command to calculate Lambda's content hash
30+
- package.py - Finished ZipFileStream.write_dirs implementation
31+
- package.py - Moved borrowed ZipInfo.from_file to a ZipWriteStream class
32+
- package.py - Added initial ZipFileStream skel
33+
- package.py - Move out inner functions from *_command functions
34+
- feat: Added pid to the prepare stage log records
35+
36+
1037
<a name="v1.9.0"></a>
1138
## [v1.9.0] - 2020-06-12
1239

@@ -84,7 +111,8 @@ All notable changes to this project will be documented in this file.
84111
- first commit
85112

86113

87-
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.9.0...HEAD
114+
[Unreleased]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.10.0...HEAD
115+
[v1.10.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.9.0...v1.10.0
88116
[v1.9.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.8.0...v1.9.0
89117
[v1.8.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.7.0...v1.8.0
90118
[v1.7.0]: https://github.com/terraform-aws-modules/terraform-aws-lambda/compare/v1.6.0...v1.7.0

0 commit comments

Comments
 (0)