File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 80
80
81
81
## 1.2.0
82
82
83
- ### Deprecation
83
+ ### Deprecated
84
84
85
85
- Protected methods ` getServiceCode ` , ` getSignatureVersion ` and ` getSignatureScopeName ` of ` SqsClient ` are deprecated and will be removed in 2.0
86
86
105
105
106
106
## 0.4.0
107
107
108
+ ### Removed
109
+
110
+ - Dependency on ` symfony/http-client-contracts `
111
+ - All ` validate() ` methods on the inputs. They are merged with ` request() ` .
112
+
108
113
### Changed
109
114
110
115
- Moved value objects to a dedicated namespace.
111
116
- Results' ` populateResult() ` has only one argument. It takes a ` AsyncAws\Core\Response ` .
112
117
- The ` AsyncAws\Sqs\Enum\* ` , ` AsyncAws\Sqs\Input\* ` and ` AsyncAws\Sqs\ValueObject* ` classes are marked final.
113
118
114
- ### Removed
115
-
116
- - Dependency on ` symfony/http-client-contracts `
117
- - All ` validate() ` methods on the inputs. They are merged with ` request() ` .
118
-
119
119
## 0.3.0
120
120
121
121
### Added
You can’t perform that action at this time.
0 commit comments