UNPKG

1.88 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/)
6and this project adheres to [Semantic Versioning](http://semver.org/).
7
8## [Unreleased](https://github.com/atomist/sdm-pack-s3/compare/0.5.0...HEAD)
9
10### Added
11
12- Add proxy support. [#25](https://github.com/atomist/sdm-pack-s3/issues/25)
13
14## [0.5.0](https://github.com/atomist/sdm-pack-s3/compare/0.4.1...0.5.0) - 2019-05-29
15
16### Added
17
18- Custom link label. [#16](https://github.com/atomist/sdm-pack-s3/pull/16)
19
20### Changed
21
22- Fail when no success. [#15](https://github.com/atomist/sdm-pack-s3/pull/15)
23
24## [0.4.1](https://github.com/atomist/sdm-pack-s3/compare/0.4.0...0.4.1) - 2019-04-09
25
26### Changed
27
28- Make processing of S3 param files optional. [153a5f8](https://github.com/atomist/sdm-pack-s3/commit/153a5f8cc3f1a5ffcae71bc9dd287119fff3f493)
29
30### Fixed
31
32- Fix handling of files with RegExp special chars. [82f9413](https://github.com/atomist/sdm-pack-s3/commit/82f94131fd66e06ed409f8696d2325a1e88e3736)
33
34## [0.4.0](https://github.com/atomist/sdm-pack-s3/compare/0.3.0...0.4.0) - 2019-04-08
35
36### Added
37
38- Add putObject parameters from s3params file. [#12](https://github.com/atomist/sdm-pack-s3/issues/12)
39
40## [0.3.0](https://github.com/atomist/sdm-pack-s3/compare/0.2.0...0.3.0) - 2019-04-05
41
42### Changed
43
44- Defer adding fulfillment. [#10](https://github.com/atomist/sdm-pack-s3/issues/10)
45
46## [0.2.0](https://github.com/atomist/sdm-pack-s3/compare/0.1.0...0.2.0) - 2019-04-04
47
48### Added
49
50- Add sync option. [#8](https://github.com/atomist/sdm-pack-s3/issues/8)
51
52### Changed
53
54- Provide default MIME type and pathTranslation. [#5](https://github.com/atomist/sdm-pack-s3/issues/5)
55
56## [0.1.0](https://github.com/atomist/sdm-pack-s3/tree/0.1.0) - 2019-04-03
57
58### Added
59
60- Empty SDM pack structure.