aws-kclrb 3.1.0 → 3.1.1
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/README.md +3 -0
- data/VERSION +1 -1
- data/pom.xml +1 -1
- metadata +3 -7
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 5b66e03f686f46b0d61065bb0f77c702801aa1f6c28b6881434d13de17246417
         | 
| 4 | 
            +
              data.tar.gz: a6593e3da0dc4936b412210e5305a8ac32a95a04402d39aa0fd9e4a02314b704
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 84ce291ce3c9b9e89a920440dc5d36430b11de19575300e3d9450e690209e851f86058091b4783280a8eda50afc9278f77d87d4ce53d58a011844301ea6c841b
         | 
| 7 | 
            +
              data.tar.gz: a7d225e02b2dfbc0adcd8aaf6b9f543435b909d54a3c59f740d185d8ac660dd4ce657bc36f929a76e508f69304f5c22f7df52629c4dc32cc827502d736854a2b
         | 
    
        data/README.md
    CHANGED
    
    | @@ -194,6 +194,9 @@ all languages. | |
| 194 194 | 
             
            * The [Amazon Kinesis Forum][kinesis-forum]
         | 
| 195 195 |  | 
| 196 196 | 
             
            ## Release Notes
         | 
| 197 | 
            +
            ### Release 3.1.1 (October 29, 2025)
         | 
| 198 | 
            +
            * [#121](https://github.com/awslabs/amazon-kinesis-client-ruby/pull/121) Upgrade netty.version from 4.2.4.Final to 4.2.7.Final
         | 
| 199 | 
            +
             | 
| 197 200 | 
             
            ### Release 3.1.0 (October 1, 2025)
         | 
| 198 201 | 
             
            * [#108](https://github.com/awslabs/amazon-kinesis-client-ruby/pull/108) Add multi-lang support for leaseAssignmentIntervalMillis
         | 
| 199 202 | 
             
            * [#116](https://github.com/awslabs/amazon-kinesis-client-ruby/pull/116) Upgrade amazon-kinesis-client from 3.0.0 to 3.1.3
         | 
    
        data/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3.1. | 
| 1 | 
            +
            3.1.1
         | 
    
        data/pom.xml
    CHANGED
    
    | @@ -4,7 +4,7 @@ | |
| 4 4 | 
             
                <properties>
         | 
| 5 5 | 
             
                    <awssdk.version>2.33.0</awssdk.version>
         | 
| 6 6 | 
             
                    <kcl.version>3.1.3</kcl.version>
         | 
| 7 | 
            -
                    <netty.version>4.2. | 
| 7 | 
            +
                    <netty.version>4.2.7.Final</netty.version>
         | 
| 8 8 | 
             
                    <netty-reactive.version>2.0.6</netty-reactive.version>
         | 
| 9 9 | 
             
                    <fasterxml-jackson.version>2.15.0</fasterxml-jackson.version>
         | 
| 10 10 | 
             
                    <logback.version>1.3.15</logback.version>
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,13 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: aws-kclrb
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.1. | 
| 4 | 
            +
              version: 3.1.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Amazon Web Services
         | 
| 8 | 
            -
            autorequire: 
         | 
| 9 8 | 
             
            bindir: bin
         | 
| 10 9 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date:  | 
| 10 | 
            +
            date: 1980-01-02 00:00:00.000000000 Z
         | 
| 12 11 | 
             
            dependencies:
         | 
| 13 12 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 13 | 
             
              name: multi_json
         | 
| @@ -53,7 +52,6 @@ dependencies: | |
| 53 52 | 
             
                  - !ruby/object:Gem::Version
         | 
| 54 53 | 
             
                    version: '0'
         | 
| 55 54 | 
             
            description: A ruby interface for the Amazon Kinesis Client Library MultiLangDaemon
         | 
| 56 | 
            -
            email: 
         | 
| 57 55 | 
             
            executables: []
         | 
| 58 56 | 
             
            extensions: []
         | 
| 59 57 | 
             
            extra_rdoc_files: []
         | 
| @@ -79,7 +77,6 @@ homepage: http://github.com/aws/amazon-kinesis-client-ruby | |
| 79 77 | 
             
            licenses:
         | 
| 80 78 | 
             
            - Apache-2.0
         | 
| 81 79 | 
             
            metadata: {}
         | 
| 82 | 
            -
            post_install_message: 
         | 
| 83 80 | 
             
            rdoc_options: []
         | 
| 84 81 | 
             
            require_paths:
         | 
| 85 82 | 
             
            - lib
         | 
| @@ -94,8 +91,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 94 91 | 
             
                - !ruby/object:Gem::Version
         | 
| 95 92 | 
             
                  version: '0'
         | 
| 96 93 | 
             
            requirements: []
         | 
| 97 | 
            -
            rubygems_version: 3. | 
| 98 | 
            -
            signing_key: 
         | 
| 94 | 
            +
            rubygems_version: 3.7.2
         | 
| 99 95 | 
             
            specification_version: 4
         | 
| 100 96 | 
             
            summary: Amazon Kinesis Client Library for Ruby
         | 
| 101 97 | 
             
            test_files: []
         |