UNPKG

1.96 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- Add S3 Goal Cache Support. [#30](https://github.com/atomist/sdm-pack-s3/issues/30)
14
15## [0.5.0](https://github.com/atomist/sdm-pack-s3/compare/0.4.1...0.5.0) - 2019-05-29
16
17### Added
18
19- Custom link label. [#16](https://github.com/atomist/sdm-pack-s3/pull/16)
20
21### Changed
22
23- Fail when no success. [#15](https://github.com/atomist/sdm-pack-s3/pull/15)
24
25## [0.4.1](https://github.com/atomist/sdm-pack-s3/compare/0.4.0...0.4.1) - 2019-04-09
26
27### Changed
28
29- Make processing of S3 param files optional. [153a5f8](https://github.com/atomist/sdm-pack-s3/commit/153a5f8cc3f1a5ffcae71bc9dd287119fff3f493)
30
31### Fixed
32
33- Fix handling of files with RegExp special chars. [82f9413](https://github.com/atomist/sdm-pack-s3/commit/82f94131fd66e06ed409f8696d2325a1e88e3736)
34
35## [0.4.0](https://github.com/atomist/sdm-pack-s3/compare/0.3.0...0.4.0) - 2019-04-08
36
37### Added
38
39- Add putObject parameters from s3params file. [#12](https://github.com/atomist/sdm-pack-s3/issues/12)
40
41## [0.3.0](https://github.com/atomist/sdm-pack-s3/compare/0.2.0...0.3.0) - 2019-04-05
42
43### Changed
44
45- Defer adding fulfillment. [#10](https://github.com/atomist/sdm-pack-s3/issues/10)
46
47## [0.2.0](https://github.com/atomist/sdm-pack-s3/compare/0.1.0...0.2.0) - 2019-04-04
48
49### Added
50
51- Add sync option. [#8](https://github.com/atomist/sdm-pack-s3/issues/8)
52
53### Changed
54
55- Provide default MIME type and pathTranslation. [#5](https://github.com/atomist/sdm-pack-s3/issues/5)
56
57## [0.1.0](https://github.com/atomist/sdm-pack-s3/tree/0.1.0) - 2019-04-03
58
59### Added
60
61- Empty SDM pack structure.