aws-crt 0.1.8-universal-java → 0.2.0-universal-java

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: de181eef7ef0b7a1832a6dc435fcc22d9bd65e239ba184ae2cffedd8c6473dd6
4
- data.tar.gz: f9f39c66c59564fbcc4f1e13fa43923af1a8e10ab0e22323e578b36147b74e35
3
+ metadata.gz: 56b430936be393e0813b53c4625617a032ce3fd6bd133039070eb71f3c26fe43
4
+ data.tar.gz: 49b89abd678804862163a95842adb5038079db970856d63d19cfd36054705edc
5
5
  SHA512:
6
- metadata.gz: 932547ff276f6359bad4686b63c108b505cd81f0d16a4b2909586f1dae01aa6bb57322f7b0caa42c2beec4d499f47f534cbd553f9c1c7b8677ee7e1969da37e5
7
- data.tar.gz: c117b7501b1efd37495cd819ca6b308548832117f6b97f3a68429a6a1b1cf0a2d69d0aab1435eb3a97ec7fc0717d719ab17231b5df87f06d5d307ef5a872fafe
6
+ metadata.gz: a48f9cfaf941a570c102c876e1318e93e13de7ccef6a68fdfb058b21eccb8ec9e9bd8fdd72f108fce4056a565692c65f94dc5f9647a5997e802fb56fbcec07dd
7
+ data.tar.gz: 1597940872bf98618d88f8d0725ed0f77cf871a08b422570f4bc2c4b1599a4afc8c36901d572ca35384983e3e7f8b93a7bc13f9cf03c98af55064024ae7eff85
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 0.2.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - support sigv4-s3express signing.
8
+
9
+ 0.1.9 (2023-10-16)
10
+ ------------------
11
+
12
+ * Issue - Update to the latest aws-crt-ffi -- fix Sigv4A on MacOS 14+.
13
+
4
14
  0.1.8 (2023-03-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.8
1
+ 0.2.0
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -174,7 +174,7 @@ module Aws
174
174
 
175
175
  attach_function :aws_crt_credentials_provider_static_new, [:static_cred_provider_options_ptr], :credentials_provider_ptr
176
176
 
177
- enum :signing_algorithm, %i[sigv4 sigv4a]
177
+ enum :signing_algorithm, %i[sigv4 sigv4a sigv4-s3express]
178
178
  enum :signature_type, %i[
179
179
  http_request_headers http_request_query_params
180
180
  http_request_chunk http_request_event
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-crt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.2.0
5
5
  platform: universal-java
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-28 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi