awslabs / amazon-emr-vscode-toolkit

A VS Code Extension to make it easier to manage and develop Spark jobs on EMR
https://marketplace.visualstudio.com/items?itemName=AmazonEMR.emr-tools
Apache License 2.0
29 stars 4 forks source link

Bump fast-xml-parser, @aws-sdk/client-ec2, @aws-sdk/client-emr, @aws-sdk/client-emr-containers, @aws-sdk/client-emr-serverless, @aws-sdk/client-glue, @aws-sdk/client-s3, @aws-sdk/client-ssm and @aws-sdk/credential-providers #35

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps fast-xml-parser to 4.2.4 and updates ancestor dependencies fast-xml-parser, @aws-sdk/client-ec2, @aws-sdk/client-emr, @aws-sdk/client-emr-containers, @aws-sdk/client-emr-serverless, @aws-sdk/client-glue, @aws-sdk/client-s3, @aws-sdk/client-ssm and @aws-sdk/credential-providers. These dependencies need to be updated together.

Updates fast-xml-parser from 3.19.0 to 4.2.4

Release notes

Sourced from fast-xml-parser's releases.

Security Fix

Update to this release if you use entity parsing in Fast XML Parser.

v4

  • Generating different combined, parser only, builder only, validator only browser bundles
  • Keeping cjs modules as they can be imported in cjs and esm modules both. Otherwise refer esm branch.

4.0.0-beta.8 / 2021-12-13

  • call tagValueProcessor for stop nodes

4.0.0-beta.7 / 2021-12-09

  • fix Validator bug when an attribute has no value but '=' only
  • XML Builder should suppress unpaired tags by default.
  • documents update for missing features
  • refactoring to use Object.assign
  • refactoring to remove repeated code

4.0.0-beta.6 / 2021-12-05

  • Support PI Tags processing
  • Support suppressBooleanAttributes by XML Builder for attributes with value true.

4.0.0-beta.5 / 2021-12-04

  • fix: when a tag with name "attributes"

4.0.0-beta.4 / 2021-12-02

  • Support HTML document parsing
  • skip stop nodes parsing when building the XML from JS object
  • Support external entites without DOCTYPE
  • update dev dependency: strnum v1.0.5 to fix long number issue

4.0.0-beta.3 / 2021-11-30

  • support global stopNodes expression like "*.stop"
  • support self-closing and paired unpaired tags
  • fix: CDATA should not be parsed.
  • Fix typings for XMLBuilder (#396)(By Anders Emil Salvesen)
  • supports XML entities, HTML entities, DOCTYPE entities

⚠️ 4.0.0-beta.2 / 2021-11-19

  • rename attrMap to attibutes in parser output when preserveOrder:true
  • supports unpairedTags

⚠️ 4.0.0-beta.1 / 2021-11-18

  • Parser returns an array now
    • to make the structure common
    • and to return root level detail
  • renamed cdataTagName to cdataPropName
  • Added commentPropName
  • fix typings

⚠️ 4.0.0-beta.0 / 2021-11-16

... (truncated)

Changelog

Sourced from fast-xml-parser's changelog.

Note: If you find missing information about particular minor version, that version must have been changed without any functional change in this library.

4.2.4 / 2023-06-06

  • fix security bug

4.2.3 / 2023-06-05

  • fix security bug

4.2.2 / 2023-04-18

  • fix #562: fix unpaired tag when it comes in last of a nested tag. Also throw error when unpaired tag is used as closing tag

4.2.1 / 2023-04-18

  • fix: jpath after unpaired tags

4.2.0 / 2023-04-09

  • support updateTag parser property

4.1.4 / 2023-04-08

  • update typings to let user create XMLBuilder instance without options (#556) (By Patrick)
  • fix: IsArray option isn't parsing tags with 0 as value correctly #490 (#557) (By Aleksandr Murashkin)
  • feature: support oneListGroup to group repeated children tags udder single group

4.1.3 / 2023-02-26

  • fix #546: Support complex entity value

4.1.2 / 2023-02-12

  • Security Fix

4.1.1 / 2023-02-03

  • Fix #540: ignoreAttributes breaks unpairedTags
  • Refactor XML builder code

4.1.0 / 2023-02-02

  • Fix '' in DTD comment throwing an error. (#533) (By Adam Baker)
  • Set "eNotation" to 'true' as default

4.0.15 / 2023-01-25

  • make "eNotation" optional

4.0.14 / 2023-01-22

  • fixed: add missed typing "eNotation" to parse values

4.0.13 / 2023-01-07

4.0.12 / 2022-11-19

  • fix typescript

4.0.11 / 2022-10-05

... (truncated)

Commits


Updates @aws-sdk/client-ec2 from 3.130.0 to 3.350.0

Release notes

Sourced from @​aws-sdk/client-ec2's releases.

v3.350.0

3.350.0(2023-06-09)

Documentation Changes
  • client-acm-pca: Document-only update to refresh CLI documentation for AWS Private CA. No change to the service. (72364d27)
New Features
  • client-connect: This release adds search APIs for Prompts, Quick Connects and Hours of Operations, which can be used to search for those resources within a Connect Instance. (37fc985c)
Bug Fixes
  • node-http-handler: stop waiting for continue event on error (#4805) (20a210e1)

For list of updated packages, view updated-packages.md in assets-3.350.0.zip

v3.349.0

3.349.0(2023-06-08)

New Features
  • clients: update client endpoints as of 2023-06-08 (0c458b2b)
  • client-payment-cryptography: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing. (6658867b)
  • client-timestream-write: This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation. (bba2033a)
  • client-athena: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. (655c2dd0)
  • client-payment-cryptography-data: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing. (f9309133)
  • client-comprehendmedical: This release supports a new set of entities and traits. (83e84301)
  • client-service-catalog: New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product (ea91820f)

For list of updated packages, view updated-packages.md in assets-3.349.0.zip

v3.348.0

3.348.0(2023-06-07)

Documentation Changes
  • client-direct-connect: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces. (f96195ba)
New Features
  • client-customer-profiles: This release introduces event stream related APIs. (52630226)
  • client-cloudformation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT (83514dbf)
  • client-emr-containers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. (9a4e1431)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-ec2's changelog.

3.350.0 (2023-06-09)

Note: Version bump only for package @​aws-sdk/client-ec2

3.348.0 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-ec2

3.347.1 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-ec2

3.347.0 (2023-06-06)

Note: Version bump only for package @​aws-sdk/client-ec2

3.346.0 (2023-06-05)

Features

  • client-ec2: Making InstanceTagAttribute as the required parameter for the DeregisterInstanceEventNotificationAttributes and RegisterInstanceEventNotificationAttributes APIs. (8329d54)

3.345.0 (2023-06-02)

Note: Version bump only for package @​aws-sdk/client-ec2

... (truncated)

Commits


Updates @aws-sdk/client-emr from 3.30.0 to 3.350.0

Release notes

Sourced from @​aws-sdk/client-emr's releases.

v3.350.0

3.350.0(2023-06-09)

Documentation Changes
  • client-acm-pca: Document-only update to refresh CLI documentation for AWS Private CA. No change to the service. (72364d27)
New Features
  • client-connect: This release adds search APIs for Prompts, Quick Connects and Hours of Operations, which can be used to search for those resources within a Connect Instance. (37fc985c)
Bug Fixes
  • node-http-handler: stop waiting for continue event on error (#4805) (20a210e1)

For list of updated packages, view updated-packages.md in assets-3.350.0.zip

v3.349.0

3.349.0(2023-06-08)

New Features
  • clients: update client endpoints as of 2023-06-08 (0c458b2b)
  • client-payment-cryptography: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing. (6658867b)
  • client-timestream-write: This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation. (bba2033a)
  • client-athena: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. (655c2dd0)
  • client-payment-cryptography-data: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing. (f9309133)
  • client-comprehendmedical: This release supports a new set of entities and traits. (83e84301)
  • client-service-catalog: New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product (ea91820f)

For list of updated packages, view updated-packages.md in assets-3.349.0.zip

v3.348.0

3.348.0(2023-06-07)

Documentation Changes
  • client-direct-connect: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces. (f96195ba)
New Features
  • client-customer-profiles: This release introduces event stream related APIs. (52630226)
  • client-cloudformation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT (83514dbf)
  • client-emr-containers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. (9a4e1431)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-emr's changelog.

3.350.0 (2023-06-09)

Note: Version bump only for package @​aws-sdk/client-emr

3.348.0 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-emr

3.347.1 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-emr

3.347.0 (2023-06-06)

Features

  • client-emr: This release provides customers the ability to specify an allocation strategies amongst PRICE_CAPACITY_OPTIMIZED, CAPACITY_OPTIMIZED, LOWEST_PRICE, DIVERSIFIED for Spot instances in Instance Feet cluster. This enables customers to choose an allocation strategy best suited for their workload. (ada81f8)

3.345.0 (2023-06-02)

Note: Version bump only for package @​aws-sdk/client-emr

3.344.0 (2023-06-01)

Note: Version bump only for package @​aws-sdk/client-emr

... (truncated)

Commits


Updates @aws-sdk/client-emr-containers from 3.30.0 to 3.350.0

Release notes

Sourced from @​aws-sdk/client-emr-containers's releases.

v3.350.0

3.350.0(2023-06-09)

Documentation Changes
  • client-acm-pca: Document-only update to refresh CLI documentation for AWS Private CA. No change to the service. (72364d27)
New Features
  • client-connect: This release adds search APIs for Prompts, Quick Connects and Hours of Operations, which can be used to search for those resources within a Connect Instance. (37fc985c)
Bug Fixes
  • node-http-handler: stop waiting for continue event on error (#4805) (20a210e1)

For list of updated packages, view updated-packages.md in assets-3.350.0.zip

v3.349.0

3.349.0(2023-06-08)

New Features
  • clients: update client endpoints as of 2023-06-08 (0c458b2b)
  • client-payment-cryptography: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing. (6658867b)
  • client-timestream-write: This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation. (bba2033a)
  • client-athena: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. (655c2dd0)
  • client-payment-cryptography-data: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing. (f9309133)
  • client-comprehendmedical: This release supports a new set of entities and traits. (83e84301)
  • client-service-catalog: New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product (ea91820f)

For list of updated packages, view updated-packages.md in assets-3.349.0.zip

v3.348.0

3.348.0(2023-06-07)

Documentation Changes
  • client-direct-connect: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces. (f96195ba)
New Features
  • client-customer-profiles: This release introduces event stream related APIs. (52630226)
  • client-cloudformation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT (83514dbf)
  • client-emr-containers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. (9a4e1431)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-emr-containers's changelog.

3.350.0 (2023-06-09)

Note: Version bump only for package @​aws-sdk/client-emr-containers

3.348.0 (2023-06-07)

Features

  • client-emr-containers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. (9a4e143)

3.347.1 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-emr-containers

3.347.0 (2023-06-06)

Note: Version bump only for package @​aws-sdk/client-emr-containers

3.345.0 (2023-06-02)

Note: Version bump only for package @​aws-sdk/client-emr-containers

3.344.0 (2023-06-01)

Note: Version bump only for package @​aws-sdk/client-emr-containers

... (truncated)

Commits


Updates @aws-sdk/client-emr-serverless from 3.105.0 to 3.350.0

Release notes

Sourced from @​aws-sdk/client-emr-serverless's releases.

v3.350.0

3.350.0(2023-06-09)

Documentation Changes
  • client-acm-pca: Document-only update to refresh CLI documentation for AWS Private CA. No change to the service. (72364d27)
New Features
  • client-connect: This release adds search APIs for Prompts, Quick Connects and Hours of Operations, which can be used to search for those resources within a Connect Instance. (37fc985c)
Bug Fixes
  • node-http-handler: stop waiting for continue event on error (#4805) (20a210e1)

For list of updated packages, view updated-packages.md in assets-3.350.0.zip

v3.349.0

3.349.0(2023-06-08)

New Features
  • clients: update client endpoints as of 2023-06-08 (0c458b2b)
  • client-payment-cryptography: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing. (6658867b)
  • client-timestream-write: This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation. (bba2033a)
  • client-athena: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. (655c2dd0)
  • client-payment-cryptography-data: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing. (f9309133)
  • client-comprehendmedical: This release supports a new set of entities and traits. (83e84301)
  • client-service-catalog: New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product (ea91820f)

For list of updated packages, view updated-packages.md in assets-3.349.0.zip

v3.348.0

3.348.0(2023-06-07)

Documentation Changes
  • client-direct-connect: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces. (f96195ba)
New Features
  • client-customer-profiles: This release introduces event stream related APIs. (52630226)
  • client-cloudformation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT (83514dbf)
  • client-emr-containers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. (9a4e1431)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-emr-serverless's changelog.

3.350.0 (2023-06-09)

Note: Version bump only for package @​aws-sdk/client-emr-serverless

3.348.0 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-emr-serverless

3.347.1 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-emr-serverless

3.347.0 (2023-06-06)

Note: Version bump only for package @​aws-sdk/client-emr-serverless

3.345.0 (2023-06-02)

Note: Version bump only for package @​aws-sdk/client-emr-serverless

3.344.0 (2023-06-01)

Note: Version bump only for package @​aws-sdk/client-emr-serverless

3.342.0 (2023-05-30)

... (truncated)

Commits


Updates @aws-sdk/client-glue from 3.183.0 to 3.350.0

Release notes

Sourced from @​aws-sdk/client-glue's releases.

v3.350.0

3.350.0(2023-06-09)

Documentation Changes
  • client-acm-pca: Document-only update to refresh CLI documentation for AWS Private CA. No change to the service. (72364d27)
New Features
  • client-connect: This release adds search APIs for Prompts, Quick Connects and Hours of Operations, which can be used to search for those resources within a Connect Instance. (37fc985c)
Bug Fixes
  • node-http-handler: stop waiting for continue event on error (#4805) (20a210e1)

For list of updated packages, view updated-packages.md in assets-3.350.0.zip

v3.349.0

3.349.0(2023-06-08)

New Features
  • clients: update client endpoints as of 2023-06-08 (0c458b2b)
  • client-payment-cryptography: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing. (6658867b)
  • client-timestream-write: This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation. (bba2033a)
  • client-athena: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. (655c2dd0)
  • client-payment-cryptography-data: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing. (f9309133)
  • client-comprehendmedical: This release supports a new set of entities and traits. (83e84301)
  • client-service-catalog: New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product (ea91820f)

For list of updated packages, view updated-packages.md in assets-3.349.0.zip

v3.348.0

3.348.0(2023-06-07)

Documentation Changes
  • client-direct-connect: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces. (f96195ba)
New Features
  • client-customer-profiles: This release introduces event stream related APIs. (52630226)
  • client-cloudformation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT (83514dbf)
  • client-emr-containers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. (9a4e1431)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-glue's changelog.

3.350.0 (2023-06-09)

Note: Version bump only for package @​aws-sdk/client-glue

3.348.0 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-glue

3.347.1 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-glue

3.347.0 (2023-06-06)

Note: Version bump only for package @​aws-sdk/client-glue

3.345.0 (2023-06-02)

Note: Version bump only for package @​aws-sdk/client-glue

3.344.0 (2023-06-01)

Note: Version bump only for package @​aws-sdk/client-glue

3.342.0 (2023-05-30)

... (truncated)

Commits


Updates @aws-sdk/client-s3 from 3.188.0 to 3.350.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.350.0

3.350.0(2023-06-09)

Documentation Changes
  • client-acm-pca: Document-only update to refresh CLI documentation for AWS Private CA. No change to the service. (72364d27)
New Features
  • client-connect: This release adds search APIs for Prompts, Quick Connects and Hours of Operations, which can be used to search for those resources within a Connect Instance. (37fc985c)
Bug Fixes
  • node-http-handler: stop waiting for continue event on error (#4805) (20a210e1)

For list of updated packages, view updated-packages.md in assets-3.350.0.zip

v3.349.0

3.349.0(2023-06-08)

New Features
  • clients: update client endpoints as of 2023-06-08 (0c458b2b)
  • client-payment-cryptography: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing. (6658867b)
  • client-timestream-write: This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation. (bba2033a)
  • client-athena: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. (655c2dd0)
  • client-payment-cryptography-data: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing. (f9309133)
  • client-comprehendmedical: This release supports a new set of entities and traits. (83e84301)
  • client-service-catalog: New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product (ea91820f)

For list of updated packages, view updated-packages.md in assets-3.349.0.zip

v3.348.0

3.348.0(2023-06-07)

Documentation Changes
  • client-direct-connect: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces. (f96195ba)
New Features
  • client-customer-profiles: This release introduces event stream related APIs. (52630226)
  • client-cloudformation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT (83514dbf)
  • client-emr-containers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. (9a4e1431)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.350.0 (2023-06-09)

Note: Version bump only for package @​aws-sdk/client-s3

3.348.0 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-s3

3.347.1 (2023-06-07)

Note: Version bump only for package @​aws-sdk/client-s3

3.347.0 (2023-06-06)

Note: Version bump only for package @​aws-sdk/client-s3

3.345.0 (2023-06-02)

Note: Version bump only for package @​aws-sdk/client-s3

3.344.0 (2023-06-01)

Note: Version bump only for package @​aws-sdk/client-s3

3.342.0 (2023-05-30)

... (truncated)

Commits


Updates @aws-sdk/client-ssm from 3.95.0 to 3.350.0

Release notes

Sourced from @​aws-sdk/client-ssm's releases.

v3.350.0

3.350.0(2023-06-09)

Documentation Changes
  • client-acm-pca: Document-only update to refresh CLI documentation for AWS Private CA. No change to the service. (72364d27)
New Features
  • client-connect: This release adds search APIs for Prompts, Quick Connects and Hours of Operations, which can be used to search for those resources within a Connect Instance. (37fc985c)
Bug Fixes
  • node-http-handler: stop waiting for continue event on error (#4805) (20a210e1)

For list of updated packages, view updated-packages.md in assets-3.350.0.zip

v3.349.0

3.349.0(2023-06-08)

New Features
  • clients: update client endpoints as of 2023-06-08 (0c458b2b)
  • client-payment-cryptography: Initial release of AWS Payment Cryptography Control Plane service for creating and managing cryptographic keys used during card payment processing. (6658867b)
  • client-timestream-write: This release adds the capability for customers to define how their data should be partitioned, optimizing for certain access patterns. This definition will take place as a part of the table creation. (bba2033a)
  • client-athena: You can now define custom spark properties at start of the session for use cases like cluster encryption, table formats, and general Spark tuning. (655c2dd0)
  • client-payment-cryptography-data: Initial release of AWS Payment Cryptography DataPlane Plane service for performing cryptographic operations typically used during card payment processing. (f9309133)
  • client-comprehendmedical: This release supports a new set of entities and traits. (83e84301)
  • client-service-catalog: New parameter added in ServiceCatalog DescribeProvisioningArtifact api - IncludeProvisioningArtifactParameters. This parameter can be used to return information about the parameters used to provision the product (ea91820f)

For list of updated packages, view updated-packages.md in assets-3.349.0.zip

v3.348.0

3.348.0(2023-06-07)

Documentation Changes
  • client-direct-connect: This update corrects the jumbo frames mtu values from 9100 to 8500 for transit virtual interfaces. (f96195ba)
New Features
  • client-customer-profiles: This release introduces event stream related APIs. (52630226)
  • client-cloudformation: AWS CloudFormation StackSets is updating the deployment experience for all stackset operations to skip suspended AWS accounts during deployments. StackSets will skip target AWS accounts that are suspended and set the Detailed Status of the corresponding stack instances as SKIPPED_SUSPENDED_ACCOUNT (83514dbf)
  • client-emr-containers: EMR on EKS adds support for log rotation of Spark container logs with EMR-6.11.0 onwards, to the StartJobRun API. (9a4e1431)

... (truncated)

... _Description has been truncated_