aws-sdk-groundstation 1.85.0 → 1.87.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-groundstation/client.rb +1 -1
- data/lib/aws-sdk-groundstation.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 829aa83cb7e8a0fac1fbfee8625549d7074daf229ca9fc1b9435a14336944af0
|
|
4
|
+
data.tar.gz: 453096d34a32077f82caba16c2cbbe7e69f76cfae21cdb0b5661f43fa8a46ad1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: caa8c732418ef999c6e36198b3a22e213c5db43eb9d1c65bb69e683d4c3fdaf94ccfc5311dc316978cd0dbc62d2fb0f6f8468fb92a8b0cf43e423970e55c1239
|
|
7
|
+
data.tar.gz: 7957dcb3e1af872ab33db8946e523e5543ea3d249c048f4c5ea48161f8ddad02d10696e7a475557f4c332e81c662b3d2e64795424915793728842e17e26bae10
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.87.0 (2026-05-29)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds support for Alpha-5 satellite number encoding in the Two-Line Element ephemeris format.
|
|
8
|
+
|
|
9
|
+
1.86.0 (2026-05-28)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adding new BDD representation of endpoint ruleset
|
|
13
|
+
|
|
4
14
|
1.85.0 (2026-05-21)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.87.0
|
|
@@ -3162,7 +3162,7 @@ module Aws::GroundStation
|
|
|
3162
3162
|
tracer: tracer
|
|
3163
3163
|
)
|
|
3164
3164
|
context[:gem_name] = 'aws-sdk-groundstation'
|
|
3165
|
-
context[:gem_version] = '1.
|
|
3165
|
+
context[:gem_version] = '1.87.0'
|
|
3166
3166
|
Seahorse::Client::Request.new(handlers, context)
|
|
3167
3167
|
end
|
|
3168
3168
|
|