Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aws/aws-sdk-js-v3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.264.0
Choose a base ref
...
head repository: aws/aws-sdk-js-v3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.266.0
Choose a head ref
  • 16 commits
  • 981 files changed
  • 4 contributors

Commits on Feb 3, 2023

  1. Copy the full SHA
    231ebe5 View commit details
  2. docs(client-redshift): Corrects descriptions of the parameters for th…

    …e API operations RestoreFromClusterSnapshot, RestoreTableFromClusterSnapshot, and CreateCluster.
    awstools committed Feb 3, 2023
    Copy the full SHA
    512e1ca View commit details
  3. Copy the full SHA
    ecbb791 View commit details
  4. Publish v3.265.0

    awstools committed Feb 3, 2023
    Copy the full SHA
    1f8c0e7 View commit details
  5. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    3a0cc76 View commit details

Commits on Feb 6, 2023

  1. feat(types): add request and response interfaces (#4389)

    ### Description
    Adds the high-level Request and Response interfaces
    
    ### Testing
    `yarn test:all`
    milesziemer authored Feb 6, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    fniephaus Fabio Niephaus
    Copy the full SHA
    6b1be0b View commit details
  2. feat(protocol-http): add types for field (#4390)

    ### Description
    Adds `Field`, `FieldPosition`, and `Fields` types to `protocol-http`.
    
    ### Testing
    `yarn test:all`
    milesziemer authored Feb 6, 2023
    Copy the full SHA
    688b866 View commit details
  3. feat(util-stream): create util-stream package (#4402)

    ### Description
    Merges implementations of util-stream-browser and util-stream-node into a single package, util-stream.
    The implementations were left unchanged, but some adjustments were made to the `package.json` to
    accommodate both implementations, and in the jest config to test the browser implementation.
    
    ### Testing
    - In `packages/util-stream`: `yarn test`
    - In `clients/client-s3`: 
      - Updated dependencies to only use `util-stream`
      - Updated runtime config to use `util-stream`
      - `yarn ts-mocha test/flexibleChecksums.spec.ts`
    - Using the [aws-sdk-js-tests repo](https://github.com/aws-samples/aws-sdk-js-tests), tested the [GetObject command](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/src/commands/GetObjectCommand.ts):
      - Configured a bucket and object to get, added S3 client, and set up client to run the command
      - Imported the local util-stream package from the aws-sdk-js-v3 directory
      - Modified the client's `config` object to use the `util-stream` implementations of `getAwsChunkedEncodingStream` and `sdk-stream-mixin`
      - Ran `yarn start:node` and `yarn start:web` to see S3 object returned properly
    
    ### Additional context
    The `util-stream` package was not added to any clients or middleware. This will be done in subsequent commits.
    
    * feat(util-stream): merge node and browser implementations
    
    * chore(github): add codeowners for util-stream
    
    * fix(util-stream): fix file names for node
    
    The initial merging of the two packages resulted in a
    mistake where the node and browser implementations of
    sdk-stream-mixins did not have the same file names. This
    caused both implementations to be loaded by the browser,
    which would throw an error because the node implementation
    uses the 'stream' package.
    
    * fix(util-stream): update jest config to test browser implementation
    
    * fix(util-stream): fix file names for browser/react-native
    
    Fixes a mistake from initial merging of implementations where the
    output files for browser and react-native were named incorrectly in
    package.json.
    milesziemer authored Feb 6, 2023
    Copy the full SHA
    91ec1aa View commit details
  4. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    a3ed754 View commit details
  5. feat(client-compute-optimizer): AWS Compute optimizer can now infer i…

    …f Kafka is running on an instance.
    awstools committed Feb 6, 2023
    Copy the full SHA
    65e7f31 View commit details
  6. feat(client-outposts): Adds OrderType to Order structure. Adds Previo…

    …usOrderId and PreviousLineItemId to LineItem structure. Adds new line item status REPLACED. Increases maximum length of pagination token.
    awstools committed Feb 6, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    312c4e4 View commit details
  7. feat(client-mediaconvert): The AWS Elemental MediaConvert SDK has add…

    …ed improved scene change detection capabilities and a bandwidth reduction filter, along with video quality enhancements, to the AVC encoder.
    awstools committed Feb 6, 2023
    Copy the full SHA
    dea6044 View commit details
  8. feat(client-frauddetector): My AWS Service (Amazon Fraud Detector) - …

    …This release introduces Cold Start Model Training which optimizes training for small datasets and adds intelligent methods for treating unlabeled data. You can now train Online Fraud Insights or Transaction Fraud Insights models with minimal historical-data.
    awstools committed Feb 6, 2023
    Copy the full SHA
    34dac99 View commit details
  9. feat(client-customer-profiles): This release deprecates the PartyType…

    … and Gender enum data types from the Profile model and replaces them with new PartyTypeString and GenderString attributes, which accept any string of length up to 255.
    awstools committed Feb 6, 2023
    Copy the full SHA
    4e190c7 View commit details
  10. Copy the full SHA
    f023912 View commit details
  11. Publish v3.266.0

    awstools committed Feb 6, 2023
    Copy the full SHA
    45e83cb View commit details
Loading