aws-sdk-groundstation 1.86.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ec356ac586a86823a1004ac1f42079f95ab8595c8a490572b51c5f2077fc86f
4
- data.tar.gz: c73eb34a382d94e03ce067805ed8de3b7401a555d11ce2d6563ca735efa47e14
3
+ metadata.gz: 829aa83cb7e8a0fac1fbfee8625549d7074daf229ca9fc1b9435a14336944af0
4
+ data.tar.gz: 453096d34a32077f82caba16c2cbbe7e69f76cfae21cdb0b5661f43fa8a46ad1
5
5
  SHA512:
6
- metadata.gz: 9c7ee301ddcc2f09eabe6d22608ce60505e7382217c3d82810dd8d06814839dc27a406081e4a09446ee3ae4ae0b7a1f6aa5ef8e1156cdf5218437d824c470e78
7
- data.tar.gz: 23500a87e8219206cbad3adaf59d891a82997347725133bde4541daee86ae7ae2626659c82140939f4775de1d445c9a70a69cfeee13d6c34d088e9057d99ae37
6
+ metadata.gz: caa8c732418ef999c6e36198b3a22e213c5db43eb9d1c65bb69e683d4c3fdaf94ccfc5311dc316978cd0dbc62d2fb0f6f8468fb92a8b0cf43e423970e55c1239
7
+ data.tar.gz: 7957dcb3e1af872ab33db8946e523e5543ea3d249c048f4c5ea48161f8ddad02d10696e7a475557f4c332e81c662b3d2e64795424915793728842e17e26bae10
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
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
+
4
9
  1.86.0 (2026-05-28)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
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.86.0'
3165
+ context[:gem_version] = '1.87.0'
3166
3166
  Seahorse::Client::Request.new(handlers, context)
3167
3167
  end
3168
3168
 
@@ -55,7 +55,7 @@ module Aws::GroundStation
55
55
  autoload :EndpointProvider, 'aws-sdk-groundstation/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-groundstation/endpoints'
57
57
 
58
- GEM_VERSION = '1.86.0'
58
+ GEM_VERSION = '1.87.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-groundstation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.86.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services