Skip to content

Commit

Permalink
Add test to assert CHANGELOG format (#1582)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderusse committed Oct 6, 2023
1 parent d5743e4 commit 884885c
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

## NOT RELEASED

### Fixed
### Added

- Fix the format of the `objectLockRetainUntilDate` field in requests
- AWS api-change: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.

### Changed

- Allow passing explicit null values for optional fields of input objects
- AWS enhancement: Documentation updates.

### Added
### Fixed

- AWS api-change: This release adds a new field COMPLETED to the ReplicationStatus Enum. You can now use this field to validate the replication status of S3 objects using the AWS SDK.
- Fix the format of the `objectLockRetainUntilDate` field in requests

## 2.0.0

Expand Down Expand Up @@ -55,15 +55,15 @@

## 1.12.0

### Changed

- Set default value to `false` for the `sendChunkedBody` option.

### Fixed

- Format datetime with `RFC7231` to provide a workaround for unsupported `RFC822` format.
- Broken path to host when operation's URL contains a query string.

### Changed

- Set default value to `false` for the `sendChunkedBody` option.

## 1.11.0

### Added
Expand Down Expand Up @@ -174,29 +174,29 @@
- Support for PHP 8
- Added `S3Client::deleteBucket()`

### Deprecated

- `PutObjectAclRequest::getContentMD5()`
- `PutObjectAclRequest::setContentMD5()`

### Fixed

- Fixed an issue in Metadata not beeing sent to AWS in `PutObject`, `CopyObject` and `CreateMultipartUpload`
- Internal AWS prefix were added to Metadata's name in `GetObject` and `HeadObject`.

### Deprecated by AWS

- `PutObjectAclRequest::getContentMD5()`
- `PutObjectAclRequest::setContentMD5()`

## 1.2.0

### Added

- 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.

### Fixed
### Deprecated

- Fixed issue when Bucket or Object's Key contained a special char like `#`
- Protected methods `getServiceCode`, `getSignatureVersion` and `getSignatureScopeName` of `S3Client` are deprecated and will be removed in 2.0

### Deprecation
### Fixed

- Protected methods `getServiceCode`, `getSignatureVersion` and `getSignatureScopeName` of `S3Client` are deprecated and will be removed in 2.0
- Fixed issue when Bucket or Object's Key contained a special char like `#`

## 1.1.0

Expand All @@ -216,6 +216,11 @@

## 0.4.0

### Removed

- Dependency on `symfony/http-client-contracts`
- All `validate()` methods on the inputs. They are merged with `request()`.

### Added

- Support for presign
Expand All @@ -229,11 +234,6 @@
- Results' `populateResult()` has only one argument. It takes a `AsyncAws\Core\Response`.
- Using `DateTimeImmutable` instead of `DateTimeInterface`

### Removed

- Dependency on `symfony/http-client-contracts`
- All `validate()` methods on the inputs. They are merged with `request()`.

## 0.3.0

### Added
Expand Down

0 comments on commit 884885c

Please sign in to comment.