pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-aws-sdk-core



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May  5 17:26:35 UTC 2024

Modified Files:
        pkgsrc/www/ruby-aws-sdk-core: Makefile PLIST distinfo

Log Message:
www/ruby-aws-sdk-core: update to 3.194.1

3.194.1 (2024-05-03)

* Issue - Update EC2 protocol to not serialize empty lists.

3.194.0 (2024-04-30)

* Feature - Add an API private cache for S3 Express and Access Grants.

3.193.0 (2024-04-25)

* Feature - Updated Aws::STS::Client with the latest API changes.

* Feature - Updated Aws::SSOOIDC::Client with the latest API changes.

* Feature - Updated Aws::SSO::Client with the latest API changes.

* Issue - Update event stream documentation.

* Issue - Move InvocationId plugin to all clients.

* Issue - Handle event streaming content-sha256 header in the signer plugin.

* Issue - Add the event stream content type to initial requests.

* Issue - Fix standard and adaptive retry mode for event streams.

* Issue - Add authority to http2 headers.

* Issue - Do not treat single members in event stream structures as implicit
  payloads.

* Issue - Do not wait for initial response headers to start sending input
  events.

3.192.1 (2024-04-18)

* Issue - Drop key/value pair if value is nil when deserializing json maps.

3.192.0 (2024-04-16)

* Feature - Updated Aws::STS::Client with the latest API changes.

* Feature - Update serializing/deserializing for all protocols to align with
  Smithy protocol-tests.

* Issue - Allow nil values in lists and maps.

* Issue - Populate headers for XML and JSON error responses.

* Issue - Support fractional seconds when parsing DateTime timestamps.

* Issue - Correctly serialize flattened lists for Query protocol.

* Issue - Correctly serialize payload name in Rest-XML requests.

* Issue - Fix an issue where Rest-XML requests do not have a default
  Content-Type header applied.

* Issue - Apply appropriate Content-Type header for payloads in Rest
  services.

* Issue - Correctly serialize URI label bindings in Rest requests.

* Issue - Correctly serialize and parse header bindings in Rest services.

* Issue - Ensure that null and empty headers are not sent in Rest requests.

* Issue - Ensure keys in query maps do not override modeled keys in Rest
  requests.

* Issue - Ensure empty blob payloads are omitted in Rest requests.

* Issue - Support parsing of NaN, Infinity and -Infinity float values.

* Issue - Apply appropriate xmlName for flattened lists and maps in Rest-XML
  services.

* Issue - Handle serializing of different formats of xmlNamespace on shapes.

* Issue - Fix deserializing of an empty blob to produce an empty string.

* Issue - Fix deserializing an empty self-closed blob to produce an empty
  string.

* Issue - Support parsing of different formats of error data in Rest-XML
  services.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/www/ruby-aws-sdk-core/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/ruby-aws-sdk-core/PLIST
cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/ruby-aws-sdk-core/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-aws-sdk-core/Makefile
diff -u pkgsrc/www/ruby-aws-sdk-core/Makefile:1.38 pkgsrc/www/ruby-aws-sdk-core/Makefile:1.39
--- pkgsrc/www/ruby-aws-sdk-core/Makefile:1.38  Sun Apr  7 15:11:51 2024
+++ pkgsrc/www/ruby-aws-sdk-core/Makefile       Sun May  5 17:26:35 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2024/04/07 15:11:51 taca Exp $
+# $NetBSD: Makefile,v 1.39 2024/05/05 17:26:35 taca Exp $
 
-DISTNAME=      aws-sdk-core-3.191.6
+DISTNAME=      aws-sdk-core-3.194.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-aws-sdk-core/PLIST
diff -u pkgsrc/www/ruby-aws-sdk-core/PLIST:1.6 pkgsrc/www/ruby-aws-sdk-core/PLIST:1.7
--- pkgsrc/www/ruby-aws-sdk-core/PLIST:1.6      Sun Feb  4 06:39:08 2024
+++ pkgsrc/www/ruby-aws-sdk-core/PLIST  Sun May  5 17:26:35 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2024/02/04 06:39:08 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2024/05/05 17:26:35 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/CHANGELOG.md
 ${GEM_LIBDIR}/LICENSE.txt
@@ -60,6 +60,7 @@ ${GEM_LIBDIR}/lib/aws-sdk-core/log/forma
 ${GEM_LIBDIR}/lib/aws-sdk-core/log/handler.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/log/param_filter.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/log/param_formatter.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/lru_cache.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/pageable_response.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/pager.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/param_converter.rb
@@ -121,10 +122,12 @@ ${GEM_LIBDIR}/lib/aws-sdk-core/rest.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/rest/handler.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/rest/request/body.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/rest/request/builder.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/rest/request/content_type.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/rest/request/endpoint.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/rest/request/headers.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/rest/request/querystring_builder.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/rest/response/body.rb
+${GEM_LIBDIR}/lib/aws-sdk-core/rest/response/header_list_parser.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/rest/response/headers.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/rest/response/parser.rb
 ${GEM_LIBDIR}/lib/aws-sdk-core/rest/response/status_code.rb

Index: pkgsrc/www/ruby-aws-sdk-core/distinfo
diff -u pkgsrc/www/ruby-aws-sdk-core/distinfo:1.39 pkgsrc/www/ruby-aws-sdk-core/distinfo:1.40
--- pkgsrc/www/ruby-aws-sdk-core/distinfo:1.39  Sun Apr  7 15:11:51 2024
+++ pkgsrc/www/ruby-aws-sdk-core/distinfo       Sun May  5 17:26:35 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2024/04/07 15:11:51 taca Exp $
+$NetBSD: distinfo,v 1.40 2024/05/05 17:26:35 taca Exp $
 
-BLAKE2s (aws-sdk-core-3.191.6.gem) = 22ed724fc0541277b6ddf0f16baf55d81bbafd8de538ca53742cbf9fef41abb8
-SHA512 (aws-sdk-core-3.191.6.gem) = b43592d29be5bc0fb5f252b1bb0b65a731c89d3e33caa415c0208033701679986426166ee8b083cd802c93f6aec8cd66d40775d93749d7853b0d7642c39a27fd
-Size (aws-sdk-core-3.191.6.gem) = 358400 bytes
+BLAKE2s (aws-sdk-core-3.194.1.gem) = 5b073d21c29c1bc17e98389f83457accdb9b816c38481675e40a9503de5c5b6e
+SHA512 (aws-sdk-core-3.194.1.gem) = 9e07c4217354e0053cea9496e68001457268a7400e00272eeb245220998073475fc351a64983455f5482d1bb5097845877824d85ed7067d5ca92c2a34e381bb2
+Size (aws-sdk-core-3.194.1.gem) = 363008 bytes



Home | Main Index | Thread Index | Old Index