aws-sdk-sqs 1.88.0 → 1.110.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '02159585f682bce10dd1403643d721ae886f8cb108791d1e39db5f3243d21450'
4
- data.tar.gz: 076c2bfd07cec32e870f1053941d4be596273deb8a17bad4357b633315911c51
3
+ metadata.gz: 0de7d2ed450954c057519fe8394e9e1644f4f7eb24871c5e8ee673223fe343cf
4
+ data.tar.gz: 70bfd24c3ac20d7ef944f8f6a3478e09597c1e849e77a95b887341cec33b443a
5
5
  SHA512:
6
- metadata.gz: ab6de237ac25015a451ff8cb6b113aeb0fe7ee95d81126d4745c1da9724d5291851b57399044d96301c68f2b0e22b6f42aaa84f61ecd86ded93e904995c31dde
7
- data.tar.gz: f2539d781e4869d5f0495a3c2420727933c5fc3f72f91a80f358df28c69e48d51775171120854526c9927eb86210676ef14290d9a736478e5894b122f697e7a2
6
+ metadata.gz: 123e2dc1710cf996c4f2e2873965fcf37ac59e8e6edc896abe40b5d4219f31398415db14df0658e1c29bc38eb21074f858ffd8d9b31a5370025c3e70cbeda133
7
+ data.tar.gz: 6b8770fe599d7fc0105fdc223de4c9e82a63bc94acb432c91ef56bfa4ca9ad1e565b296c05e666a6b1fa812156551a08f7e55c5bb024e33576a5a2bf1263cadd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,116 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.110.0 (2026-01-16)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.109.0 (2026-01-08)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.108.0 (2026-01-05)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.107.0 (2025-11-21)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.106.0 (2025-10-28)
25
+ ------------------
26
+
27
+ * Feature - Update endpoint ruleset parameters casing
28
+
29
+ 1.105.0 (2025-10-21)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.104.0 (2025-09-19)
35
+ ------------------
36
+
37
+ * Feature - Update invalid character handling documentation for SQS SendMessage API
38
+
39
+ 1.103.0 (2025-08-26)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.102.0 (2025-08-25)
45
+ ------------------
46
+
47
+ * Feature - Documentation update for Amazon SQS Supports Large Payload Message feature
48
+
49
+ 1.101.0 (2025-08-22)
50
+ ------------------
51
+
52
+ * Feature - Remove incorrect endpoint tests
53
+
54
+ 1.100.0 (2025-08-04)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ 1.99.0 (2025-07-31)
60
+ ------------------
61
+
62
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
63
+
64
+ 1.98.0 (2025-07-25)
65
+ ------------------
66
+
67
+ * Feature - Documentation updates for Amazon SQS fair queues feature.
68
+
69
+ 1.97.0 (2025-07-21)
70
+ ------------------
71
+
72
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
73
+
74
+ 1.96.0 (2025-06-02)
75
+ ------------------
76
+
77
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
78
+
79
+ 1.95.0 (2025-05-12)
80
+ ------------------
81
+
82
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
83
+
84
+ 1.94.0 (2025-05-01)
85
+ ------------------
86
+
87
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
88
+
89
+ 1.93.0 (2025-02-18)
90
+ ------------------
91
+
92
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
93
+
94
+ 1.92.0 (2025-02-06)
95
+ ------------------
96
+
97
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
98
+
99
+ 1.91.0 (2025-01-15)
100
+ ------------------
101
+
102
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
103
+
104
+ 1.90.0 (2025-01-02)
105
+ ------------------
106
+
107
+ * Feature - In-flight message typo fix from 20k to 120k.
108
+
109
+ 1.89.0 (2024-11-18)
110
+ ------------------
111
+
112
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
113
+
4
114
  1.88.0 (2024-11-06)
5
115
  ------------------
6
116
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.88.0
1
+ 1.110.0