smithy 0.4.0+2 copy "smithy: ^0.4.0+2" to clipboard
smithy: ^0.4.0+2 copied to clipboard

Smithy client runtime for Dart with common utilities for I/O and serialization.

0.4.0+2 #

Fixes #

  • fix(http): Cancel streamed responses (#2545)

0.4.0+1 #

Features #

  • feat(smithy_aws): add copyWith to S3ClientConfig

0.4.0 #

Breaking Changes #

  • feat(aft)!: Add plugins to SDK generation

Fixes #

  • fix(smithy): Retry behavior

0.3.2 #

Features #

  • feat(smithy): Add intEnum support
  • feat(smithy): Custom interceptor support

0.3.1 #

  • Minor bug fixes and improvements

0.3.0 #

Breaking Changes #

  • chore(common)!: Add onCancel to AWSBaseHttpRequest.send
  • chore(smithy)!: Use base requests in HttpRequestInterceptor
  • feat(smithy)!: Cancelable operations
  • refactor(smithy)!: Use base HTTP response type

Fixes #

  • fix(smithy): Add check for 2xx errors in S3 client
  • fix(smithy): Default long (#2278)
  • fix(smithy): Ensure baseClient's can transform request/response
  • fix(smithy): Incorrect port/scheme
  • fix(smithy): Nullable input token in rebuildInput
  • fix(smithy): Only use explicit ports
  • fix(smithy): Partial response in S3 GetObject
  • fix(smithy): Progress listeners used after close
  • fix(smithy): Propagate cancellation

Features #

  • feat(smithy): Expose nextContinuationToken from PaginatedResult

0.2.0 #

Breaking Changes #

  • feat(smithy)!: Remove built types from factory constructors

Fixes #

  • fix(storage): Temporary build fix

Features #

  • feat(smithy): IDL 2.0
  • feat(smithy): @httpChecksum trait

0.1.1 #

  • Minor bug fixes and improvements

0.1.0 #

  • Initial version.