Skip to content

Commit 5f0e149

Browse files
authored
Prepare releases (#640)
* Add changelog for integration * Update changelog for services * Update composer * Replaced `deprecated` by `changed` in 0.X services * Do not release Bundle+Laravel/Filesystem
1 parent 3c20515 commit 5f0e149

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
## NOT RELEASED
44

5+
## 1.2.0
6+
57
### Added
68

79
- Changed from "path style" endpoints (https://amazon.com/bucket) to "host style" endpoints (https://bucket.amazon.com). To keep the old behavior, use `s3PathStyleEndpoint: true` configuration option.
810

911
### Fixed
1012

11-
- Fixed issue when Bucket or Object's Key contained a special char `#`
13+
- Fixed issue when Bucket or Object's Key contained a special char like `#`
14+
15+
### Deprecation
16+
17+
- Protected methods `getServiceCode`, `getSignatureVersion` and `getSignatureScopeName` of `S3Client` are deprecated and will be removed in 2.0
1218

1319
## 1.1.0
1420

0 commit comments

Comments
 (0)