aws-sdk-sqs 1.5.0 → 1.80.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +505 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-sqs/client.rb +1435 -642
- data/lib/aws-sdk-sqs/client_api.rb +391 -46
- data/lib/aws-sdk-sqs/customizations.rb +2 -0
- data/lib/aws-sdk-sqs/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-sqs/endpoint_provider.rb +57 -0
- data/lib/aws-sdk-sqs/endpoints.rb +338 -0
- data/lib/aws-sdk-sqs/errors.rb +463 -1
- data/lib/aws-sdk-sqs/message.rb +40 -13
- data/lib/aws-sdk-sqs/plugins/endpoints.rb +116 -0
- data/lib/aws-sdk-sqs/plugins/md5s.rb +93 -42
- data/lib/aws-sdk-sqs/plugins/queue_urls.rb +26 -12
- data/lib/aws-sdk-sqs/queue.rb +324 -188
- data/lib/aws-sdk-sqs/queue_poller.rb +75 -37
- data/lib/aws-sdk-sqs/resource.rb +213 -97
- data/lib/aws-sdk-sqs/types.rb +1413 -645
- data/lib/aws-sdk-sqs.rb +16 -6
- data/sig/client.rbs +365 -0
- data/sig/errors.rbs +98 -0
- data/sig/message.rbs +73 -0
- data/sig/queue.rbs +164 -0
- data/sig/resource.rbs +106 -0
- data/sig/types.rbs +472 -0
- data/sig/waiters.rbs +13 -0
- metadata +33 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 4f30d391d3a34a4814470391b91fdcd872714b458be107c050ee9cba37465e1b
|
4
|
+
data.tar.gz: 1c15c4193031d38ee70f969f0de8a88546fc22e1a4df43653854c173dbee7e25
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf45c30d94cc45b4e1a22a2e45434bf7d505c164c5f8fb6fa5004cdb80b2ab48a6c87fe9ab3e84ed0d7a6e9d0279b988aaa174795c328b34a0372717e729d4a9
|
7
|
+
data.tar.gz: f960011adbf27dbd6165ce92759344b37e4ba891a915431ac0e3ab724bd7a3bdde2e95966df3c6518ed81b4ba65efc8a669c88383ed9ba72a9c10c090850ea64
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,505 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.80.0 (2024-07-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.79.0 (2024-06-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.78.0 (2024-06-25)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.77.0 (2024-06-24)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.76.0 (2024-06-06)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Doc only updates for SQS. These updates include customer-reported issues and TCX3 modifications.
|
28
|
+
|
29
|
+
1.75.0 (2024-06-05)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.74.0 (2024-05-13)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.73.0 (2024-05-08)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - This release adds MessageSystemAttributeNames to ReceiveMessageRequest to replace AttributeNames.
|
43
|
+
|
44
|
+
1.72.0 (2024-04-30)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Handle System Message Attributes MD5 verification.
|
48
|
+
|
49
|
+
1.71.0 (2024-04-25)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
53
|
+
|
54
|
+
1.70.0 (2024-01-26)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
58
|
+
|
59
|
+
1.69.0 (2023-11-28)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
63
|
+
|
64
|
+
1.68.0 (2023-11-22)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
68
|
+
|
69
|
+
1.67.0 (2023-11-09)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - This release enables customers to call SQS using AWS JSON-1.0 protocol and bug fix.
|
73
|
+
|
74
|
+
1.66.0 (2023-11-08)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - This release enables customers to call SQS using AWS JSON-1.0 protocol.
|
78
|
+
|
79
|
+
1.65.0 (2023-10-31)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - Update `QueuePoller` to allow for the definition of an `after_empty_receive` callback which is triggered when a polling request returns no records.
|
83
|
+
|
84
|
+
1.64.0 (2023-10-02)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Feature - Update QueuePoller to handle duplicate messages before yielding. Fixes bug in (#2913).
|
88
|
+
|
89
|
+
1.63.0 (2023-09-27)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
93
|
+
|
94
|
+
1.62.0 (2023-07-28)
|
95
|
+
------------------
|
96
|
+
|
97
|
+
* Feature - Documentation changes related to SQS APIs.
|
98
|
+
|
99
|
+
1.61.0 (2023-07-11)
|
100
|
+
------------------
|
101
|
+
|
102
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
103
|
+
|
104
|
+
1.60.0 (2023-07-06)
|
105
|
+
------------------
|
106
|
+
|
107
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
108
|
+
|
109
|
+
1.59.0 (2023-06-28)
|
110
|
+
------------------
|
111
|
+
|
112
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
113
|
+
|
114
|
+
1.58.0 (2023-06-15)
|
115
|
+
------------------
|
116
|
+
|
117
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
118
|
+
|
119
|
+
1.57.0 (2023-06-06)
|
120
|
+
------------------
|
121
|
+
|
122
|
+
* Feature - Amazon SQS adds three new APIs - StartMessageMoveTask, CancelMessageMoveTask, and ListMessageMoveTasks to automate redriving messages from dead-letter queues to source queues or a custom destination.
|
123
|
+
|
124
|
+
1.56.0 (2023-05-31)
|
125
|
+
------------------
|
126
|
+
|
127
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
128
|
+
|
129
|
+
1.55.0 (2023-05-05)
|
130
|
+
------------------
|
131
|
+
|
132
|
+
* Feature - Revert previous SQS protocol change.
|
133
|
+
|
134
|
+
1.54.0 (2023-05-04)
|
135
|
+
------------------
|
136
|
+
|
137
|
+
* Feature - This release enables customers to call SQS using AWS JSON-1.0 protocol.
|
138
|
+
|
139
|
+
1.53.0 (2023-01-18)
|
140
|
+
------------------
|
141
|
+
|
142
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
143
|
+
|
144
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
145
|
+
|
146
|
+
1.52.1 (2022-12-02)
|
147
|
+
------------------
|
148
|
+
|
149
|
+
* Issue - Raise ArgumentError when QueuePoller's :max_number_of_messages is not a positive integer.
|
150
|
+
|
151
|
+
1.52.0 (2022-10-25)
|
152
|
+
------------------
|
153
|
+
|
154
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
155
|
+
|
156
|
+
1.51.1 (2022-05-02)
|
157
|
+
------------------
|
158
|
+
|
159
|
+
* Issue - Parse the region from the `queue_url` param only if the component is exactly `sqs`.
|
160
|
+
|
161
|
+
1.51.0 (2022-02-24)
|
162
|
+
------------------
|
163
|
+
|
164
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
165
|
+
|
166
|
+
1.50.0 (2022-02-03)
|
167
|
+
------------------
|
168
|
+
|
169
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
170
|
+
|
171
|
+
1.49.0 (2021-12-21)
|
172
|
+
------------------
|
173
|
+
|
174
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
175
|
+
|
176
|
+
1.48.0 (2021-11-30)
|
177
|
+
------------------
|
178
|
+
|
179
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
180
|
+
|
181
|
+
1.47.0 (2021-11-23)
|
182
|
+
------------------
|
183
|
+
|
184
|
+
* Feature - Amazon SQS adds a new queue attribute, SqsManagedSseEnabled, which enables server-side queue encryption using SQS owned encryption keys.
|
185
|
+
|
186
|
+
1.46.0 (2021-11-04)
|
187
|
+
------------------
|
188
|
+
|
189
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
190
|
+
|
191
|
+
1.45.0 (2021-10-18)
|
192
|
+
------------------
|
193
|
+
|
194
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
195
|
+
|
196
|
+
1.44.0 (2021-09-01)
|
197
|
+
------------------
|
198
|
+
|
199
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
200
|
+
|
201
|
+
1.43.0 (2021-08-31)
|
202
|
+
------------------
|
203
|
+
|
204
|
+
* Feature - Amazon SQS adds a new queue attribute, RedriveAllowPolicy, which includes the dead-letter queue redrive permission parameters. It defines which source queues can specify dead-letter queues as a JSON object.
|
205
|
+
|
206
|
+
1.42.0 (2021-07-30)
|
207
|
+
------------------
|
208
|
+
|
209
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
210
|
+
|
211
|
+
1.41.0 (2021-07-28)
|
212
|
+
------------------
|
213
|
+
|
214
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
215
|
+
|
216
|
+
1.40.0 (2021-07-01)
|
217
|
+
------------------
|
218
|
+
|
219
|
+
* Feature - Documentation updates for Amazon SQS.
|
220
|
+
|
221
|
+
1.39.0 (2021-05-27)
|
222
|
+
------------------
|
223
|
+
|
224
|
+
* Feature - Documentation updates for Amazon SQS for General Availability of high throughput for FIFO queues.
|
225
|
+
|
226
|
+
1.38.0 (2021-03-25)
|
227
|
+
------------------
|
228
|
+
|
229
|
+
* Feature - Documentation updates for Amazon SQS
|
230
|
+
|
231
|
+
1.37.0 (2021-03-10)
|
232
|
+
------------------
|
233
|
+
|
234
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
235
|
+
|
236
|
+
1.36.0 (2021-02-02)
|
237
|
+
------------------
|
238
|
+
|
239
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
240
|
+
|
241
|
+
1.35.0 (2020-12-17)
|
242
|
+
------------------
|
243
|
+
|
244
|
+
* Feature - Amazon SQS adds queue attributes to enable high throughput FIFO.
|
245
|
+
|
246
|
+
1.34.0 (2020-09-30)
|
247
|
+
------------------
|
248
|
+
|
249
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
250
|
+
|
251
|
+
1.33.0 (2020-09-15)
|
252
|
+
------------------
|
253
|
+
|
254
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
255
|
+
|
256
|
+
1.32.0 (2020-08-31)
|
257
|
+
------------------
|
258
|
+
|
259
|
+
* Feature - Documentation updates for SQS.
|
260
|
+
|
261
|
+
1.31.0 (2020-08-25)
|
262
|
+
------------------
|
263
|
+
|
264
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
265
|
+
|
266
|
+
1.30.0 (2020-07-02)
|
267
|
+
------------------
|
268
|
+
|
269
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
270
|
+
|
271
|
+
1.29.0 (2020-06-23)
|
272
|
+
------------------
|
273
|
+
|
274
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
275
|
+
|
276
|
+
1.28.0 (2020-06-22)
|
277
|
+
------------------
|
278
|
+
|
279
|
+
* Feature - AWS SQS adds pagination support for ListQueues and ListDeadLetterSourceQueues APIs
|
280
|
+
|
281
|
+
1.27.1 (2020-06-11)
|
282
|
+
------------------
|
283
|
+
|
284
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
285
|
+
|
286
|
+
1.27.0 (2020-06-10)
|
287
|
+
------------------
|
288
|
+
|
289
|
+
* Issue - This version has been yanked. (#2327).
|
290
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
291
|
+
|
292
|
+
1.26.0 (2020-05-28)
|
293
|
+
------------------
|
294
|
+
|
295
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
296
|
+
|
297
|
+
1.25.0 (2020-05-07)
|
298
|
+
------------------
|
299
|
+
|
300
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
301
|
+
|
302
|
+
1.24.0 (2020-03-09)
|
303
|
+
------------------
|
304
|
+
|
305
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
306
|
+
|
307
|
+
1.23.1 (2019-11-08)
|
308
|
+
------------------
|
309
|
+
|
310
|
+
* Issue - Support VPC Endpoint pattern in Aws::SQS::Plugins::QueueUrl (Github #2114)
|
311
|
+
|
312
|
+
1.23.0 (2019-10-23)
|
313
|
+
------------------
|
314
|
+
|
315
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
316
|
+
|
317
|
+
1.22.0 (2019-08-28)
|
318
|
+
------------------
|
319
|
+
|
320
|
+
* Feature - Added support for message system attributes, which currently lets you send AWS X-Ray trace IDs through Amazon SQS.
|
321
|
+
|
322
|
+
1.21.0 (2019-08-21)
|
323
|
+
------------------
|
324
|
+
|
325
|
+
* Feature - This release provides a way to add metadata tags to a queue when it is created. You can use tags to organize and identify your Amazon SQS queues for cost allocation.
|
326
|
+
|
327
|
+
1.20.0 (2019-07-25)
|
328
|
+
------------------
|
329
|
+
|
330
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
331
|
+
|
332
|
+
1.19.0 (2019-07-19)
|
333
|
+
------------------
|
334
|
+
|
335
|
+
* Feature - This release updates the information about the availability of FIFO queues and includes miscellaneous fixes.
|
336
|
+
|
337
|
+
1.18.1 (2019-07-17)
|
338
|
+
------------------
|
339
|
+
|
340
|
+
* Issue - Skip `:message_attributes` validation for empty attributes. (Github Issue #2081)
|
341
|
+
|
342
|
+
1.18.0 (2019-07-01)
|
343
|
+
------------------
|
344
|
+
|
345
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
346
|
+
|
347
|
+
1.17.0 (2019-06-17)
|
348
|
+
------------------
|
349
|
+
|
350
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
351
|
+
|
352
|
+
1.16.0 (2019-05-21)
|
353
|
+
------------------
|
354
|
+
|
355
|
+
* Feature - API update.
|
356
|
+
|
357
|
+
1.15.0 (2019-05-15)
|
358
|
+
------------------
|
359
|
+
|
360
|
+
* Feature - API update.
|
361
|
+
|
362
|
+
1.14.0 (2019-05-14)
|
363
|
+
------------------
|
364
|
+
|
365
|
+
* Feature - API update.
|
366
|
+
|
367
|
+
1.13.0 (2019-03-21)
|
368
|
+
------------------
|
369
|
+
|
370
|
+
* Feature - API update.
|
371
|
+
|
372
|
+
1.12.0 (2019-03-18)
|
373
|
+
------------------
|
374
|
+
|
375
|
+
* Feature - API update.
|
376
|
+
|
377
|
+
1.11.0 (2019-03-14)
|
378
|
+
------------------
|
379
|
+
|
380
|
+
* Feature - API update.
|
381
|
+
|
382
|
+
1.10.0 (2018-11-20)
|
383
|
+
------------------
|
384
|
+
|
385
|
+
* Feature - API update.
|
386
|
+
|
387
|
+
1.9.0 (2018-10-24)
|
388
|
+
------------------
|
389
|
+
|
390
|
+
* Feature - API update.
|
391
|
+
|
392
|
+
1.8.0 (2018-10-23)
|
393
|
+
------------------
|
394
|
+
|
395
|
+
* Feature - API update.
|
396
|
+
|
397
|
+
1.7.0 (2018-09-26)
|
398
|
+
------------------
|
399
|
+
|
400
|
+
* Feature - API update.
|
401
|
+
|
402
|
+
1.6.0 (2018-09-06)
|
403
|
+
------------------
|
404
|
+
|
405
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
406
|
+
|
407
|
+
1.5.0 (2018-09-05)
|
408
|
+
------------------
|
409
|
+
|
410
|
+
* Feature - API update.
|
411
|
+
|
412
|
+
1.4.0 (2018-06-26)
|
413
|
+
------------------
|
414
|
+
|
415
|
+
* Feature - API update.
|
416
|
+
|
417
|
+
1.3.0 (2017-10-19)
|
418
|
+
------------------
|
419
|
+
|
420
|
+
* Feature - API update.
|
421
|
+
|
422
|
+
1.2.0 (2017-10-06)
|
423
|
+
------------------
|
424
|
+
|
425
|
+
* Feature - API update.
|
426
|
+
|
427
|
+
1.1.0 (2017-09-14)
|
428
|
+
------------------
|
429
|
+
|
430
|
+
* Feature - API update.
|
431
|
+
|
432
|
+
* Issue - Update `aws-sdk-sqs` gemspec metadata.
|
433
|
+
|
434
|
+
1.0.0 (2017-08-29)
|
435
|
+
------------------
|
436
|
+
|
437
|
+
1.0.0.rc14 (2017-08-15)
|
438
|
+
------------------
|
439
|
+
|
440
|
+
* Feature - API update.
|
441
|
+
|
442
|
+
1.0.0.rc13 (2017-08-01)
|
443
|
+
------------------
|
444
|
+
|
445
|
+
* Feature - API update.
|
446
|
+
|
447
|
+
1.0.0.rc12 (2017-07-25)
|
448
|
+
------------------
|
449
|
+
|
450
|
+
* Feature - API update.
|
451
|
+
|
452
|
+
1.0.0.rc11 (2017-07-13)
|
453
|
+
------------------
|
454
|
+
|
455
|
+
* Feature - API update.
|
456
|
+
|
457
|
+
1.0.0.rc10 (2017-07-06)
|
458
|
+
------------------
|
459
|
+
|
460
|
+
* Feature - API update.
|
461
|
+
|
462
|
+
1.0.0.rc9 (2017-06-29)
|
463
|
+
------------------
|
464
|
+
|
465
|
+
* Feature - API update.
|
466
|
+
|
467
|
+
1.0.0.rc8 (2017-05-23)
|
468
|
+
------------------
|
469
|
+
|
470
|
+
* Feature - API update.
|
471
|
+
|
472
|
+
1.0.0.rc7 (2017-05-09)
|
473
|
+
------------------
|
474
|
+
|
475
|
+
* Feature - API update.
|
476
|
+
|
477
|
+
1.0.0.rc6 (2017-05-09)
|
478
|
+
------------------
|
479
|
+
|
480
|
+
* Feature - API update.
|
481
|
+
|
482
|
+
1.0.0.rc5 (2017-05-05)
|
483
|
+
------------------
|
484
|
+
|
485
|
+
* Feature - API update.
|
486
|
+
|
487
|
+
1.0.0.rc4 (2017-04-21)
|
488
|
+
------------------
|
489
|
+
|
490
|
+
* Feature - API update.
|
491
|
+
|
492
|
+
1.0.0.rc3 (2017-01-24)
|
493
|
+
------------------
|
494
|
+
|
495
|
+
* Feature - API update.
|
496
|
+
|
497
|
+
1.0.0.rc2 (2016-12-09)
|
498
|
+
------------------
|
499
|
+
|
500
|
+
* Feature - API update.
|
501
|
+
|
502
|
+
1.0.0.rc1 (2016-12-05)
|
503
|
+
------------------
|
504
|
+
|
505
|
+
* Feature - Initial preview release of the `aws-sdk-sqs` gem.
|