1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312
|
php-async-aws-core (1.27.0-1) unstable; urgency=medium
* Upload to unstable now that trixie has been released
[ Nicolas Grekas ]
* Allow Symfony 8 (#1929)
[ Christian Flothmann ]
* do not call setAccessible() on PHP 8.1+ (#1931)
[ Jérémy Derussé ]
* prepare next release (#1932)
-- David Prévot <taffit@debian.org> Tue, 12 Aug 2025 11:57:45 +0200
php-async-aws-core (1.26.0-1) experimental; urgency=medium
* Upload to experimental during the freeze
[ Jérémy Derussé ]
* Sort exceptions alphabetically (#1875)
* Prepeare release
[ Christophe Coevoet ]
* Normalize the case of the SimpleXML requirement (#1881)
-- David Prévot <taffit@debian.org> Mon, 12 May 2025 18:42:07 +0200
php-async-aws-core (1.25.0-1) unstable; urgency=medium
[ victor-upmeet ]
* Create BedrockRuntime client with InvokeModel operation (#1849)
[ Jérémy Derussé ]
* Prepare release
[ David Prévot ]
* Update Standards-Version to 4.7.2
-- David Prévot <taffit@debian.org> Sat, 08 Mar 2025 16:30:10 +0100
php-async-aws-core (1.24.1-2) unstable; urgency=medium
* Compatibility with recent PHPUnit (12)
-- David Prévot <taffit@debian.org> Wed, 12 Feb 2025 22:06:10 +0100
php-async-aws-core (1.24.1-1) unstable; urgency=medium
[ Jérémy Derussé ]
* Add support for php 8.5 (#1808)
* Add Sso Oidc Client (#1829)
* Add support for SSO authentication (#1831)
* prepare next release
-- David Prévot <taffit@debian.org> Sun, 19 Jan 2025 09:45:37 +0100
php-async-aws-core (1.23.0-1) unstable; urgency=medium
[ Kevin Rudde ]
* Add support for EKS Pod Identity (#1781)
[ Jérémy Derussé ]
* Add strict comparison `null !==` instead of `!` (#1794)
* prepare next release
-- David Prévot <taffit@debian.org> Thu, 26 Dec 2024 10:02:31 +0100
php-async-aws-core (1.22.1-1) unstable; urgency=medium
[ Jérémy Derussé ]
* Remove calls to spl_object_hash functions (#1763)
* prepare next release (#1778)
[ Alex Williams ]
* Add simple mocked response object to httpResponse property on
ResultMockFactory (#1776)
[ David Prévot ]
* Revert "Force system dependencies loading"
* Drop now useless symlink for build
-- David Prévot <taffit@debian.org> Fri, 11 Oct 2024 09:09:27 +0100
php-async-aws-core (1.22.0-2) unstable; urgency=medium
* Use --require-file for phpabtl (Closes: #1074184)
-- David Prévot <taffit@debian.org> Sun, 07 Jul 2024 07:31:29 +0200
php-async-aws-core (1.22.0-1) unstable; urgency=medium
[ Jérémy Derussé ]
* Fix exception not created from HEAD requests (#1724)
* Prepare next release (#1733)
-- David Prévot <taffit@debian.org> Sat, 06 Jul 2024 13:15:12 +0200
php-async-aws-core (1.21.0-2) unstable; urgency=medium
* Make provider functions static (PHPUnit 11 Fix) (Closes: #1070518)
* Update Standards-Version to 4.7.0
* Drop version from build-dependencies
-- David Prévot <taffit@debian.org> Sun, 19 May 2024 12:01:22 +0200
php-async-aws-core (1.21.0-1) unstable; urgency=medium
[ Jérémy Derussé ]
* prepare next release (#1674)
[ Matteo Kovačić ]
* Add endpoint URL env variable to fallback options (#1666)
[ David Prévot ]
* Force system dependencies loading
-- David Prévot <taffit@debian.org> Wed, 28 Feb 2024 22:56:49 +0100
php-async-aws-core (1.20.1-1) unstable; urgency=medium
[ Jérémy Derussé ]
* Treat empty env variables has undefined (#1586)
[ Christophe Coevoet ]
* Allow passing explicit null values for optional input members (#1542)
[ David Prévot ]
* Drop incompatible option with PHPUnit 10
-- David Prévot <taffit@debian.org> Thu, 14 Dec 2023 08:53:37 +0100
php-async-aws-core (1.20.0-1) unstable; urgency=medium
[ Christophe Coevoet ]
* Avoid overriding the exception message with the raw message (#1516)
[ Jérémy Derussé ]
* prepare next release (#1536)
-- David Prévot <taffit@debian.org> Fri, 11 Aug 2023 08:12:18 +0200
php-async-aws-core (1.19.0-1) unstable; urgency=medium
[ Jérémy Derussé ]
* Add missing request information in discovered endpoint (#1415)
* Prepare next releases (#1435)
[ David Badura ]
* implement IMDSv2 (#1380)
[ Karamokoba (Benh) D ]
* async_aws (Athena Client): create aws Athena Client with some operations
(#1388)
[ Christophe Coevoet ]
* Add support for generating code for discovered endpoint using the URI
(#1425)
* Add the MediaConvert client (#1417)
[ Nicolas Grekas ]
* Allow Symfony 7 (#1409)
[ Graham Campbell ]
* Fixed broken query string encoding (#1372)
-- David Prévot <taffit@debian.org> Sat, 24 Jun 2023 07:32:45 +0200
php-async-aws-core (1.18.1-1) unstable; urgency=medium
[ Nicolas Grekas ]
* Add return type to ResetInterface implementations (#1371)
[ David Prévot ]
* Update standards version to 4.6.2, no changes needed.
-- David Prévot <taffit@debian.org> Tue, 28 Feb 2023 19:06:50 +0100
php-async-aws-core (1.18.0-1) unstable; urgency=medium
[ Graham Campbell ]
* Add support for eventbridge scheduler (#1328)
-- David Prévot <taffit@debian.org> Sun, 04 Dec 2022 10:00:27 +0100
php-async-aws-core (1.17.0-1) unstable; urgency=medium
[ Timothée Barray ]
* Create new IotData client (#1278)
-- David Prévot <taffit@debian.org> Fri, 05 Aug 2022 08:18:35 +0200
php-async-aws-core (1.16.0-1) unstable; urgency=medium
[ Jérémy Derussé ]
* Add support for endpoint discovery in core (#1247)
[ Timothée Barray ]
* feat: Add Iot client (#1267)
-- David Prévot <taffit@debian.org> Mon, 04 Jul 2022 08:03:44 +0200
php-async-aws-core (1.15.0-1) unstable; urgency=medium
[ Jérémy Derussé ]
* prepare next release (#1248)
[ David Prévot ]
* Update Standards-Version to 4.6.1
-- David Prévot <taffit@debian.org> Sat, 18 Jun 2022 16:25:46 +0200
php-async-aws-core (1.13.0-1) unstable; urgency=medium
[ Jordi Hendrix ]
* Implement AppSync (#1102)
[ Graham Campbell ]
* Added x-ray client (#1122)
[ Jérémy Derussé ]
* Prepare releases (#1140)
[ David Prévot ]
* Drop now useless d/pkg-php-tools-overrides
-- David Prévot <taffit@debian.org> Tue, 21 Dec 2021 14:09:06 -0400
php-async-aws-core (1.12.0-2) unstable; urgency=medium
* Upload to unstable in sync with Symfony 5 (Closes: #995908)
-- David Prévot <taffit@debian.org> Fri, 19 Nov 2021 18:04:25 -0400
php-async-aws-core (1.12.0-1) experimental; urgency=medium
[ Nicolas Grekas ]
* Allow symfony/contracts v3 (#1043)
* Fix compat with http-client-contracts v3 (#1044)
* Allow psr/log v2 & 3 (#1105)
[ David Prévot ]
* Drop autoloaders override for php-symfony-deprecation-contracts
* Update standards version to 4.6.0, no changes needed.
-- David Prévot <taffit@debian.org> Mon, 11 Oct 2021 23:17:48 -0400
php-async-aws-core (1.10.0-1) experimental; urgency=medium
[ Jérémy Derussé ]
* Allow Symfony 6 (#1014)
[ Tobias Nyholm ]
* [Core] Prepare release 1.10.0 (#1017)
-- David Prévot <taffit@debian.org> Sun, 23 May 2021 11:26:50 -0400
php-async-aws-core (1.9.2-1) experimental; urgency=medium
[ Alexander M. Turek ]
* Indicate compatibility with psr/cache 2 and 3 (#963)
[ Vladislav Vlastovskiy ]
* Fix forming signature with multiple space (#981)
[ Tobias Nyholm ]
* [Core] Release 1.9.2 (#987)
[ David Prévot ]
* Generate phpabtpl at build time
-- David Prévot <taffit@debian.org> Wed, 21 Apr 2021 14:07:49 -0400
php-async-aws-core (1.9.1-1) experimental; urgency=medium
[ Tobias Nyholm ]
* [Core][Mock] Make sure we signal that $bodyDownloaded=true (#958)
* [Core] Release 1.9.1 (#959)
[ David Prévot ]
* Use dh-sequence-phpcomposer instead of pkg-php-tools
-- David Prévot <taffit@debian.org> Wed, 24 Feb 2021 10:16:51 -0400
php-async-aws-core (1.9.0-1) experimental; urgency=medium
[ Jérémy Derussé ]
* Generate Exceptions (#921)
* Prepare next release (#946)
[ David Prévot ]
* Exclude tests needing network
-- David Prévot <taffit@debian.org> Thu, 04 Feb 2021 19:04:14 -0400
php-async-aws-core (1.8.0-1) experimental; urgency=medium
* Upload to experimental due to php-symfony-deprecation-contracts dependency
[ Tobias Nyholm ]
* [S3] Release 1.7.0 (#916)
[ David Prévot ]
* Simplify gbp import-orig workflow
-- David Prévot <taffit@debian.org> Sun, 31 Jan 2021 10:10:03 -0400
php-async-aws-core (1.7.2-1) unstable; urgency=medium
* Initial release (php-async-aws-sqs dependency)
-- David Prévot <taffit@debian.org> Wed, 06 Jan 2021 21:56:47 -0400
|