Releases: awslabs/aws-sdk-kotlin
Releases · awslabs/aws-sdk-kotlin
M2 Preview Release
WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
Services new in this release
- applicationcostprofiler
- apprunner
- autoscaling
- cloudformation
- cloudsearch
- cloudwatch
- docdb
- elasticache
- elasticbeanstalk
- elasticloadbalancing
- elasticloadbalancingv2
- finspace
- finspacedata
- iam
- neptune
- nimble
- rds
- redshift
- ses
- sns
- sqs
- ssmcontacts
- ssmincidents
- sts
Changes
New Features
awsQuery
protocol support (smithy-lang/smithy-kotlin#127)- detect region from environment variables (smithy-lang/smithy-kotlin#356)
- custom S3 error metadata support (smithy-lang/smithy-kotlin#323)
- environment credentials provider (smithy-lang/smithy-kotlin#301)
- bind default HTTP client engine to CRT (smithy-lang/smithy-kotlin#199)
- operation DSL overloads (smithy-lang/smithy-kotlin#184)
- Kinesis read timeouts (smithy-lang/smithy-kotlin#162)
- XML EOL encoding support (smithy-lang/smithy-kotlin#142)
Fixes
- path literal not escaped correctly (smithy-lang/smithy-kotlin#395)
- idempotency tokens are not detected on resources (smithy-lang/smithy-kotlin#376)
- httpPayload bound members need dedicated serde (smithy-lang/smithy-kotlin#353)
- Route53 error messages (and maybe other restXml messages) are not deserialized and present in stacktrace
(smithy-lang/smithy-kotlin#352) - fix url-encoding behavior of httpLabel and httpQuery members (smithy-lang/smithy-kotlin#328)
- runtime error when using Kotlin 1.5.0 (smithy-lang/smithy-kotlin#319)
- SES fails to build due to invalid docs (#153)
- exception is thrown for SQS delete message (#147)
- SNS getTopicAttributes throws an exception (#142)
- elasticbeanstalk model generates invalid enum (smithy-lang/smithy-kotlin#403)
Other
- Kotlin 1.5.0 support
- design docs added to docs/design directory
M1 Preview Release
WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
Known Issues
- The Kotlin SDK is not compatible with Kotlin 1.5.0. Please use Kotlin 1.4.x.
Services new in this release
- accessanalyzer
- acm
- acmpca
- alexaforbusiness
- amp
- amplify
- amplifybackend
- appconfig
- appflow
- appintegrations
- applicationautoscaling
- applicationdiscoveryservice
- applicationinsights
- appmesh
- appstream
- appsync
- athena
- auditmanager
- autoscalingplans
- backup
- batch
- braket
- budgets
- build
- chime
- cloud9
- clouddirectory
- cloudfront
- cloudhsm
- cloudhsmv2
- cloudsearchdomain
- cloudtrail
- cloudwatchevents
- cloudwatchlogs
- codeartifact
- codebuild
- codecommit
- codedeploy
- codeguruprofiler
- codegurureviewer
- codepipeline
- codestar
- codestarconnections
- codestarnotifications
- cognitoidentity
- cognitosync
- comprehend
- comprehendmedical
- computeoptimizer
- configservice
- connect
- connectcontactlens
- connectparticipant
- costandusagereportservice
- costexplorer
- customerprofiles
- databasemigrationservice
- databrew
- dataexchange
- datapipeline
- datasync
- dax
- detective
- devicefarm
- devopsguru
- directconnect
- directoryservice
- dlm
- dynamodbstreams
- ebs
- ec2instanceconnect
- ecr
- ecrpublic
- ecs
- efs
- eks
- elasticinference
- elasticsearchservice
- elastictranscoder
- emr
- emrcontainers
- eventbridge
- fis
- fms
- forecast
- forecastquery
- frauddetector
- fsx
- glacier
- globalaccelerator
- greengrass
- greengrassv2
- groundstation
- guardduty
- health
- healthlake
- honeycode
- identitystore
- imagebuilder
- inspector
- ivs
- kafka
- kendra
- kinesis
- kinesisanalytics
- kinesisanalyticsv2
- kinesisvideo
- kinesisvideoarchivedmedia
- kinesisvideomedia
- kinesisvideosignaling
- lakeformation
- lexmodelbuildingservice
- lexmodelsv2
- lexruntimeservice
- lexruntimev2
- licensemanager
- lookoutequipment
- lookoutmetrics
- lookoutvision
- machinelearning
- macie
- macie2
- managedblockchain
- marketplacecatalog
- marketplaceentitlementservice
- marketplacemetering
- mediaconnect
- mediapackage
- mediapackagevod
- mediastore
- mediastoredata
- mediatailor
- mgn
- migrationhub
- migrationhubconfig
- mobile
- mq
- mturk
- mwaa
- networkfirewall
- networkmanager
- opsworks
- opsworkscm
- organizations
- outposts
- personalize
- personalizeevents
- personalizeruntime
- pi
- pinpointemail
- pinpointsmsvoice
- pricing
- qldb
- qldbsession
- quicksight
- ram
- rdsdata
- redshiftdata
- rekognition
- repocache
- resourcegroups
- resourcegroupstaggingapi
- robomaker
- route53
- route53domains
- route53resolver
- s3
- NOTE: S3 is a complicated service, this initial release DOES NOT have complete support for all S3 features.
- s3control
- s3outposts
- sagemaker
- sagemakera2iruntime
- sagemakeredge
- sagemakerfeaturestoreruntime
- sagemakerruntime
- savingsplans
- schemas
- serverlessapplicationrepository
- servicecatalog
- servicecatalogappregistry
- servicediscovery
- servicequotas
- sesv2
- sfn
- shield
- signer
- sms
- snowball
- sso
- ssoadmin
- ssooidc
- storagegateway
- support
- swf
- synthetics
- textract
- timestreamquery
- timestreamwrite
- transcribe
- transfer
- waf
- wafregional
- wafv2
- wellarchitected
- workdocs
- worklink
- workmail
- workmailmessageflow
- workspaces
- xray
Changes
New Features
restXml
protocol support- add conversions to/from
java.time.Instant
and SDKInstant
(smithy-lang/smithy-kotlin#271) - implement missing IO runtime primitives (smithy-lang/smithy-kotlin#264)
- API documentation (#119)
Fixes
- generate per/service base exception types (smithy-lang/smithy-kotlin#233)
- use sdkId if available for service client generation (smithy-lang/smithy-kotlin#276)
- explicitly set jvm target compatibility (#103)
- http error registration (#118)
Other
- generate per/service base exception types (smithy-lang/smithy-kotlin#270)
Initial Preview Release
WARNING: Beta releases may contain bugs and no guarantee is made about API stability. They are not recommended for production use!
This is the initial beta release of AWS SDK Kotlin. It represents an early look at the overall API surface.
See the Getting Started Guide for how to work with beta releases and examples.
Services in this release
- DynamoDB
- Polly
- Translate
- Cognito Identity Provider
- Secrets Manager
- NOTE: Default idempotency token provider will not currently work, you'll need to override the config to create or update secrets until #180 is implemented
- KMS
- Lambda
NOTES:
- We currently can (theoretically) support any JSON based AWS protocol. If there is a service you would like to see added in a future release (before developer preview) please reach out and let us know.
- No customizations are currently implemented, some SDK's may not behave 100% correctly without such support.
- Retries, waiters, paginators, and other features are not yet implemented
Features
- Coroutine API
- DSL Builders
- Default (environment or config) or static credential providers only. Additional providers will be added in later releases.
- JVM only support (multiplatform support is on the roadmap)