diff --git a/.changeset/eight-hornets-accept.md b/.changeset/eight-hornets-accept.md deleted file mode 100644 index d6a07b9b..00000000 --- a/.changeset/eight-hornets-accept.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@effect-aws/client-ec2": minor -"@effect-aws/client-s3": minor -"@effect-aws/client-organizations": patch ---- - -updates is sdk client functions diff --git a/.changeset/fair-glasses-remember.md b/.changeset/fair-glasses-remember.md deleted file mode 100644 index c127e1a9..00000000 --- a/.changeset/fair-glasses-remember.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@effect-aws/client-iot-jobs-data-plane": minor -"@effect-aws/client-iot-events-data": minor -"@effect-aws/client-iot-data-plane": minor -"@effect-aws/client-iot-wireless": minor -"@effect-aws/client-iot-events": minor -"@effect-aws/client-iot": minor -"@effect-aws/client-ses": minor ---- - -Destroy client after layer lifecycle to release idle connections. diff --git a/.changeset/five-poems-vanish.md b/.changeset/five-poems-vanish.md deleted file mode 100644 index c1d30cc9..00000000 --- a/.changeset/five-poems-vanish.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -"@effect-aws/client-api-gateway-management-api": minor -"@effect-aws/client-cognito-identity-provider": minor -"@effect-aws/client-opensearch-serverless": minor -"@effect-aws/client-cloudwatch-events": minor -"@effect-aws/client-cloudwatch-logs": minor -"@effect-aws/client-secrets-manager": minor -"@effect-aws/client-organizations": minor -"@effect-aws/client-auto-scaling": minor -"@effect-aws/client-cloudsearch": minor -"@effect-aws/client-elasticache": minor -"@effect-aws/client-eventbridge": minor -"@effect-aws/client-cloudtrail": minor -"@effect-aws/client-cloudwatch": minor -"@effect-aws/client-codedeploy": minor -"@effect-aws/client-opensearch": minor -"@effect-aws/client-scheduler": minor -"@effect-aws/client-dynamodb": minor -"@effect-aws/client-textract": minor -"@effect-aws/client-account": minor -"@effect-aws/client-bedrock": minor -"@effect-aws/client-kinesis": minor -"@effect-aws/client-lambda": minor -"@effect-aws/client-ec2": minor -"@effect-aws/client-ecr": minor -"@effect-aws/client-ecs": minor -"@effect-aws/client-iam": minor -"@effect-aws/client-kms": minor -"@effect-aws/client-rds": minor -"@effect-aws/client-sfn": minor -"@effect-aws/client-sns": minor -"@effect-aws/client-sqs": minor -"@effect-aws/client-ssm": minor -"@effect-aws/client-sts": minor -"@effect-aws/client-mq": minor -"@effect-aws/client-s3": minor -"@effect-aws/lib-dynamodb": patch ---- - -Destroy client after layer lifecycle to release idle connections. diff --git a/packages/client-account/CHANGELOG.md b/packages/client-account/CHANGELOG.md index f3cc1379..86630907 100644 --- a/packages/client-account/CHANGELOG.md +++ b/packages/client-account/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-account +## 1.2.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.1.0 ### Minor Changes diff --git a/packages/client-account/package.json b/packages/client-account/package.json index 4ce6a9d3..b389d00b 100644 --- a/packages/client-account/package.json +++ b/packages/client-account/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.0", + "version": "1.2.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-api-gateway-management-api/CHANGELOG.md b/packages/client-api-gateway-management-api/CHANGELOG.md index 78b4104b..a38b4abc 100644 --- a/packages/client-api-gateway-management-api/CHANGELOG.md +++ b/packages/client-api-gateway-management-api/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-api-gateway-management-api +## 1.6.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.5.0 ### Minor Changes diff --git a/packages/client-api-gateway-management-api/package.json b/packages/client-api-gateway-management-api/package.json index 33b7d4db..92e95f4d 100644 --- a/packages/client-api-gateway-management-api/package.json +++ b/packages/client-api-gateway-management-api/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.5.0", + "version": "1.6.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-auto-scaling/CHANGELOG.md b/packages/client-auto-scaling/CHANGELOG.md index 2d302a92..87f5a693 100644 --- a/packages/client-auto-scaling/CHANGELOG.md +++ b/packages/client-auto-scaling/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-auto-scaling +## 1.1.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.0.0 ### Major Changes diff --git a/packages/client-auto-scaling/package.json b/packages/client-auto-scaling/package.json index d35f6ae8..2d2252f6 100644 --- a/packages/client-auto-scaling/package.json +++ b/packages/client-auto-scaling/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "1.1.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-bedrock/CHANGELOG.md b/packages/client-bedrock/CHANGELOG.md index e847be45..4c2e14a7 100644 --- a/packages/client-bedrock/CHANGELOG.md +++ b/packages/client-bedrock/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-bedrock +## 1.3.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.2.0 ### Minor Changes diff --git a/packages/client-bedrock/package.json b/packages/client-bedrock/package.json index 33809ba4..8bb320fd 100644 --- a/packages/client-bedrock/package.json +++ b/packages/client-bedrock/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.2.0", + "version": "1.3.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-cloudsearch/CHANGELOG.md b/packages/client-cloudsearch/CHANGELOG.md index e6bcdb39..4a05541e 100644 --- a/packages/client-cloudsearch/CHANGELOG.md +++ b/packages/client-cloudsearch/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-cloudsearch +## 1.2.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.1.0 ### Minor Changes diff --git a/packages/client-cloudsearch/package.json b/packages/client-cloudsearch/package.json index 27cc1cc5..3d1d62ba 100644 --- a/packages/client-cloudsearch/package.json +++ b/packages/client-cloudsearch/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.0", + "version": "1.2.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-cloudtrail/CHANGELOG.md b/packages/client-cloudtrail/CHANGELOG.md index 5a88c034..abcb87ab 100644 --- a/packages/client-cloudtrail/CHANGELOG.md +++ b/packages/client-cloudtrail/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-cloudtrail +## 1.3.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.2.0 ### Minor Changes diff --git a/packages/client-cloudtrail/package.json b/packages/client-cloudtrail/package.json index cac81a30..964613a3 100644 --- a/packages/client-cloudtrail/package.json +++ b/packages/client-cloudtrail/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.2.0", + "version": "1.3.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-cloudwatch-events/CHANGELOG.md b/packages/client-cloudwatch-events/CHANGELOG.md index ae9d6840..b359d1ca 100644 --- a/packages/client-cloudwatch-events/CHANGELOG.md +++ b/packages/client-cloudwatch-events/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-cloudwatch-events +## 1.2.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.1.0 ### Minor Changes diff --git a/packages/client-cloudwatch-events/package.json b/packages/client-cloudwatch-events/package.json index 7c196385..2955334a 100644 --- a/packages/client-cloudwatch-events/package.json +++ b/packages/client-cloudwatch-events/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.0", + "version": "1.2.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-cloudwatch-logs/CHANGELOG.md b/packages/client-cloudwatch-logs/CHANGELOG.md index c5ba6974..333b43f6 100644 --- a/packages/client-cloudwatch-logs/CHANGELOG.md +++ b/packages/client-cloudwatch-logs/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-cloudwatch-logs +## 1.3.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.2.0 ### Minor Changes diff --git a/packages/client-cloudwatch-logs/package.json b/packages/client-cloudwatch-logs/package.json index d2caec6e..90f74844 100644 --- a/packages/client-cloudwatch-logs/package.json +++ b/packages/client-cloudwatch-logs/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.2.0", + "version": "1.3.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-cloudwatch/CHANGELOG.md b/packages/client-cloudwatch/CHANGELOG.md index ebbedaa5..fb37ab6e 100644 --- a/packages/client-cloudwatch/CHANGELOG.md +++ b/packages/client-cloudwatch/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-cloudwatch +## 1.2.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.1.0 ### Minor Changes diff --git a/packages/client-cloudwatch/package.json b/packages/client-cloudwatch/package.json index aee910f1..c7df1d91 100644 --- a/packages/client-cloudwatch/package.json +++ b/packages/client-cloudwatch/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.0", + "version": "1.2.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-codedeploy/CHANGELOG.md b/packages/client-codedeploy/CHANGELOG.md index 6d47329f..83275214 100644 --- a/packages/client-codedeploy/CHANGELOG.md +++ b/packages/client-codedeploy/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-codedeploy +## 1.4.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.3.0 ### Minor Changes diff --git a/packages/client-codedeploy/package.json b/packages/client-codedeploy/package.json index ea40d5d1..f3cf28fb 100644 --- a/packages/client-codedeploy/package.json +++ b/packages/client-codedeploy/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-cognito-identity-provider/CHANGELOG.md b/packages/client-cognito-identity-provider/CHANGELOG.md index fc6f3b4f..49cd07a3 100644 --- a/packages/client-cognito-identity-provider/CHANGELOG.md +++ b/packages/client-cognito-identity-provider/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-cognito-identity-provider +## 1.3.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.2.0 ### Minor Changes diff --git a/packages/client-cognito-identity-provider/package.json b/packages/client-cognito-identity-provider/package.json index f697c06f..746a91ad 100644 --- a/packages/client-cognito-identity-provider/package.json +++ b/packages/client-cognito-identity-provider/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.2.0", + "version": "1.3.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-dynamodb/CHANGELOG.md b/packages/client-dynamodb/CHANGELOG.md index 6b944507..717fbc6d 100644 --- a/packages/client-dynamodb/CHANGELOG.md +++ b/packages/client-dynamodb/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-dynamodb +## 1.7.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.6.0 ### Minor Changes diff --git a/packages/client-dynamodb/package.json b/packages/client-dynamodb/package.json index 9ffa0f8e..c278bd89 100644 --- a/packages/client-dynamodb/package.json +++ b/packages/client-dynamodb/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.6.0", + "version": "1.7.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-ec2/CHANGELOG.md b/packages/client-ec2/CHANGELOG.md index 87205a43..62e33d10 100644 --- a/packages/client-ec2/CHANGELOG.md +++ b/packages/client-ec2/CHANGELOG.md @@ -1,5 +1,13 @@ # @effect-aws/client-ec2 +## 1.4.0 + +### Minor Changes + +- [`ca9ea34`](https://github.com/floydspace/effect-aws/commit/ca9ea3451567a2ab25a5919ea79b9169605890d6) Thanks [@floydspace](https://github.com/floydspace)! - updates is sdk client functions + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.3.0 ### Minor Changes diff --git a/packages/client-ec2/package.json b/packages/client-ec2/package.json index d0bbfcc7..e0e80571 100644 --- a/packages/client-ec2/package.json +++ b/packages/client-ec2/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-ecr/CHANGELOG.md b/packages/client-ecr/CHANGELOG.md index 414bda4e..e1af48fe 100644 --- a/packages/client-ecr/CHANGELOG.md +++ b/packages/client-ecr/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-ecr +## 1.1.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.0.0 ### Major Changes diff --git a/packages/client-ecr/package.json b/packages/client-ecr/package.json index 7606a368..520ac517 100644 --- a/packages/client-ecr/package.json +++ b/packages/client-ecr/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "1.1.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-ecs/CHANGELOG.md b/packages/client-ecs/CHANGELOG.md index dabfd556..5ef5e3d7 100644 --- a/packages/client-ecs/CHANGELOG.md +++ b/packages/client-ecs/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-ecs +## 1.1.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.0.0 ### Major Changes diff --git a/packages/client-ecs/package.json b/packages/client-ecs/package.json index f4b1a52d..057cc30a 100644 --- a/packages/client-ecs/package.json +++ b/packages/client-ecs/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "1.1.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-elasticache/CHANGELOG.md b/packages/client-elasticache/CHANGELOG.md index cb196136..248ab388 100644 --- a/packages/client-elasticache/CHANGELOG.md +++ b/packages/client-elasticache/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-elasticache +## 1.5.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.4.0 ### Minor Changes diff --git a/packages/client-elasticache/package.json b/packages/client-elasticache/package.json index 13f4bbef..0ae6453f 100644 --- a/packages/client-elasticache/package.json +++ b/packages/client-elasticache/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.4.0", + "version": "1.5.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-eventbridge/CHANGELOG.md b/packages/client-eventbridge/CHANGELOG.md index c4be33c9..ddfd28fb 100644 --- a/packages/client-eventbridge/CHANGELOG.md +++ b/packages/client-eventbridge/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-eventbridge +## 1.8.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.7.0 ### Minor Changes diff --git a/packages/client-eventbridge/package.json b/packages/client-eventbridge/package.json index 64b05900..4b8aab78 100644 --- a/packages/client-eventbridge/package.json +++ b/packages/client-eventbridge/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.7.0", + "version": "1.8.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-iam/CHANGELOG.md b/packages/client-iam/CHANGELOG.md index 8afbce45..790a3eca 100644 --- a/packages/client-iam/CHANGELOG.md +++ b/packages/client-iam/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-iam +## 1.7.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.6.0 ### Minor Changes diff --git a/packages/client-iam/package.json b/packages/client-iam/package.json index a77e26a5..416d80dc 100644 --- a/packages/client-iam/package.json +++ b/packages/client-iam/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.6.0", + "version": "1.7.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-iot-data-plane/CHANGELOG.md b/packages/client-iot-data-plane/CHANGELOG.md index b6285d2d..dc6b3a0a 100644 --- a/packages/client-iot-data-plane/CHANGELOG.md +++ b/packages/client-iot-data-plane/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-iot-data-plane +## 1.1.0 + +### Minor Changes + +- [`eba7346`](https://github.com/floydspace/effect-aws/commit/eba7346d497ef011e90726f56b6a8cb919879042) Thanks [@floydspace](https://github.com/floydspace)! - Destroy client after layer lifecycle to release idle connections. + ## 1.0.0 ### Major Changes diff --git a/packages/client-iot-data-plane/package.json b/packages/client-iot-data-plane/package.json index 8e16ca5a..14cd5f03 100644 --- a/packages/client-iot-data-plane/package.json +++ b/packages/client-iot-data-plane/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "1.1.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-iot-events-data/CHANGELOG.md b/packages/client-iot-events-data/CHANGELOG.md index 358734b7..7cdd9d2c 100644 --- a/packages/client-iot-events-data/CHANGELOG.md +++ b/packages/client-iot-events-data/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-iot-events-data +## 1.1.0 + +### Minor Changes + +- [`eba7346`](https://github.com/floydspace/effect-aws/commit/eba7346d497ef011e90726f56b6a8cb919879042) Thanks [@floydspace](https://github.com/floydspace)! - Destroy client after layer lifecycle to release idle connections. + ## 1.0.0 ### Major Changes diff --git a/packages/client-iot-events-data/package.json b/packages/client-iot-events-data/package.json index 0ffe0b08..a2d56228 100644 --- a/packages/client-iot-events-data/package.json +++ b/packages/client-iot-events-data/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "1.1.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-iot-events/CHANGELOG.md b/packages/client-iot-events/CHANGELOG.md index 14d4d691..1c7d853d 100644 --- a/packages/client-iot-events/CHANGELOG.md +++ b/packages/client-iot-events/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-iot-events +## 1.1.0 + +### Minor Changes + +- [`eba7346`](https://github.com/floydspace/effect-aws/commit/eba7346d497ef011e90726f56b6a8cb919879042) Thanks [@floydspace](https://github.com/floydspace)! - Destroy client after layer lifecycle to release idle connections. + ## 1.0.0 ### Major Changes diff --git a/packages/client-iot-events/package.json b/packages/client-iot-events/package.json index b052a8f7..7a355b9e 100644 --- a/packages/client-iot-events/package.json +++ b/packages/client-iot-events/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "1.1.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-iot-jobs-data-plane/CHANGELOG.md b/packages/client-iot-jobs-data-plane/CHANGELOG.md index ab9d2da4..96150a34 100644 --- a/packages/client-iot-jobs-data-plane/CHANGELOG.md +++ b/packages/client-iot-jobs-data-plane/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-iot-jobs-data-plane +## 1.1.0 + +### Minor Changes + +- [`eba7346`](https://github.com/floydspace/effect-aws/commit/eba7346d497ef011e90726f56b6a8cb919879042) Thanks [@floydspace](https://github.com/floydspace)! - Destroy client after layer lifecycle to release idle connections. + ## 1.0.0 ### Major Changes diff --git a/packages/client-iot-jobs-data-plane/package.json b/packages/client-iot-jobs-data-plane/package.json index 06aa985b..a2f4b609 100644 --- a/packages/client-iot-jobs-data-plane/package.json +++ b/packages/client-iot-jobs-data-plane/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "1.1.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-iot-wireless/CHANGELOG.md b/packages/client-iot-wireless/CHANGELOG.md index 892276b5..1f802249 100644 --- a/packages/client-iot-wireless/CHANGELOG.md +++ b/packages/client-iot-wireless/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-iot-wireless +## 1.1.0 + +### Minor Changes + +- [`eba7346`](https://github.com/floydspace/effect-aws/commit/eba7346d497ef011e90726f56b6a8cb919879042) Thanks [@floydspace](https://github.com/floydspace)! - Destroy client after layer lifecycle to release idle connections. + ## 1.0.0 ### Major Changes diff --git a/packages/client-iot-wireless/package.json b/packages/client-iot-wireless/package.json index 252eaa01..220a31be 100644 --- a/packages/client-iot-wireless/package.json +++ b/packages/client-iot-wireless/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "1.1.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-iot/CHANGELOG.md b/packages/client-iot/CHANGELOG.md index 6faae632..a44ca154 100644 --- a/packages/client-iot/CHANGELOG.md +++ b/packages/client-iot/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-iot +## 1.1.0 + +### Minor Changes + +- [`eba7346`](https://github.com/floydspace/effect-aws/commit/eba7346d497ef011e90726f56b6a8cb919879042) Thanks [@floydspace](https://github.com/floydspace)! - Destroy client after layer lifecycle to release idle connections. + ## 1.0.0 ### Major Changes diff --git a/packages/client-iot/package.json b/packages/client-iot/package.json index 0872fa91..844d6b6a 100644 --- a/packages/client-iot/package.json +++ b/packages/client-iot/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "1.1.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-kinesis/CHANGELOG.md b/packages/client-kinesis/CHANGELOG.md index 3dfb4761..17516c4e 100644 --- a/packages/client-kinesis/CHANGELOG.md +++ b/packages/client-kinesis/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-kinesis +## 1.2.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.1.0 ### Minor Changes diff --git a/packages/client-kinesis/package.json b/packages/client-kinesis/package.json index b8cb2023..b0aaff28 100644 --- a/packages/client-kinesis/package.json +++ b/packages/client-kinesis/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.0", + "version": "1.2.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-kms/CHANGELOG.md b/packages/client-kms/CHANGELOG.md index ace02c31..c7b146b0 100644 --- a/packages/client-kms/CHANGELOG.md +++ b/packages/client-kms/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-kms +## 1.2.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.1.0 ### Minor Changes diff --git a/packages/client-kms/package.json b/packages/client-kms/package.json index 6e7b7ca0..769ce06b 100644 --- a/packages/client-kms/package.json +++ b/packages/client-kms/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.0", + "version": "1.2.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-lambda/CHANGELOG.md b/packages/client-lambda/CHANGELOG.md index 07612733..bf27e486 100644 --- a/packages/client-lambda/CHANGELOG.md +++ b/packages/client-lambda/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-lambda +## 1.7.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.6.0 ### Minor Changes diff --git a/packages/client-lambda/package.json b/packages/client-lambda/package.json index 5f50610b..2aed4fe2 100644 --- a/packages/client-lambda/package.json +++ b/packages/client-lambda/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.6.0", + "version": "1.7.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-mq/CHANGELOG.md b/packages/client-mq/CHANGELOG.md index c46261f6..bc3d7179 100644 --- a/packages/client-mq/CHANGELOG.md +++ b/packages/client-mq/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-mq +## 1.2.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.1.0 ### Minor Changes diff --git a/packages/client-mq/package.json b/packages/client-mq/package.json index 10dd5e86..fa2e17d3 100644 --- a/packages/client-mq/package.json +++ b/packages/client-mq/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.0", + "version": "1.2.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-opensearch-serverless/CHANGELOG.md b/packages/client-opensearch-serverless/CHANGELOG.md index 4e59ce6f..a9e4475b 100644 --- a/packages/client-opensearch-serverless/CHANGELOG.md +++ b/packages/client-opensearch-serverless/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-opensearch-serverless +## 1.2.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.1.0 ### Minor Changes diff --git a/packages/client-opensearch-serverless/package.json b/packages/client-opensearch-serverless/package.json index dafde668..2d47af5f 100644 --- a/packages/client-opensearch-serverless/package.json +++ b/packages/client-opensearch-serverless/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.0", + "version": "1.2.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-opensearch/CHANGELOG.md b/packages/client-opensearch/CHANGELOG.md index ff3a3197..61976fdf 100644 --- a/packages/client-opensearch/CHANGELOG.md +++ b/packages/client-opensearch/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-opensearch +## 1.3.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.2.0 ### Minor Changes diff --git a/packages/client-opensearch/package.json b/packages/client-opensearch/package.json index b1dbdaeb..23df0eff 100644 --- a/packages/client-opensearch/package.json +++ b/packages/client-opensearch/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.2.0", + "version": "1.3.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-organizations/CHANGELOG.md b/packages/client-organizations/CHANGELOG.md index 8c46e540..e13e55fd 100644 --- a/packages/client-organizations/CHANGELOG.md +++ b/packages/client-organizations/CHANGELOG.md @@ -1,5 +1,15 @@ # @effect-aws/client-organizations +## 1.1.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + +### Patch Changes + +- [`ca9ea34`](https://github.com/floydspace/effect-aws/commit/ca9ea3451567a2ab25a5919ea79b9169605890d6) Thanks [@floydspace](https://github.com/floydspace)! - updates is sdk client functions + ## 1.0.0 ### Major Changes diff --git a/packages/client-organizations/package.json b/packages/client-organizations/package.json index b5dc4e2d..8b6c997f 100644 --- a/packages/client-organizations/package.json +++ b/packages/client-organizations/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "1.1.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-rds/CHANGELOG.md b/packages/client-rds/CHANGELOG.md index 716e6167..4a76809f 100644 --- a/packages/client-rds/CHANGELOG.md +++ b/packages/client-rds/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-rds +## 1.3.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.2.0 ### Minor Changes diff --git a/packages/client-rds/package.json b/packages/client-rds/package.json index 1fc3f86b..58d1e596 100644 --- a/packages/client-rds/package.json +++ b/packages/client-rds/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.2.0", + "version": "1.3.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-s3/CHANGELOG.md b/packages/client-s3/CHANGELOG.md index c8ad83a0..b35bf168 100644 --- a/packages/client-s3/CHANGELOG.md +++ b/packages/client-s3/CHANGELOG.md @@ -1,5 +1,13 @@ # @effect-aws/client-s3 +## 1.6.0 + +### Minor Changes + +- [`ca9ea34`](https://github.com/floydspace/effect-aws/commit/ca9ea3451567a2ab25a5919ea79b9169605890d6) Thanks [@floydspace](https://github.com/floydspace)! - updates is sdk client functions + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.5.1 ### Patch Changes diff --git a/packages/client-s3/package.json b/packages/client-s3/package.json index c48bcaef..da2f4b12 100644 --- a/packages/client-s3/package.json +++ b/packages/client-s3/package.json @@ -48,7 +48,7 @@ "publishConfig": { "access": "public" }, - "version": "1.5.1", + "version": "1.6.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-scheduler/CHANGELOG.md b/packages/client-scheduler/CHANGELOG.md index 5f8af538..c3f4e3f0 100644 --- a/packages/client-scheduler/CHANGELOG.md +++ b/packages/client-scheduler/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-scheduler +## 1.2.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.1.0 ### Minor Changes diff --git a/packages/client-scheduler/package.json b/packages/client-scheduler/package.json index 7907b039..6b95fe03 100644 --- a/packages/client-scheduler/package.json +++ b/packages/client-scheduler/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.0", + "version": "1.2.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-secrets-manager/CHANGELOG.md b/packages/client-secrets-manager/CHANGELOG.md index dd8c22b2..f3fde400 100644 --- a/packages/client-secrets-manager/CHANGELOG.md +++ b/packages/client-secrets-manager/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-secrets-manager +## 1.4.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.3.0 ### Minor Changes diff --git a/packages/client-secrets-manager/package.json b/packages/client-secrets-manager/package.json index 3afb4802..b9db3197 100644 --- a/packages/client-secrets-manager/package.json +++ b/packages/client-secrets-manager/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-ses/CHANGELOG.md b/packages/client-ses/CHANGELOG.md index 04632d03..6133813d 100644 --- a/packages/client-ses/CHANGELOG.md +++ b/packages/client-ses/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-ses +## 1.1.0 + +### Minor Changes + +- [`eba7346`](https://github.com/floydspace/effect-aws/commit/eba7346d497ef011e90726f56b6a8cb919879042) Thanks [@floydspace](https://github.com/floydspace)! - Destroy client after layer lifecycle to release idle connections. + ## 1.0.0 ### Major Changes diff --git a/packages/client-ses/package.json b/packages/client-ses/package.json index d4e21016..11e5e9c7 100644 --- a/packages/client-ses/package.json +++ b/packages/client-ses/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.0.0", + "version": "1.1.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-sfn/CHANGELOG.md b/packages/client-sfn/CHANGELOG.md index 9248b047..2d89b0a9 100644 --- a/packages/client-sfn/CHANGELOG.md +++ b/packages/client-sfn/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-sfn +## 1.6.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.5.0 ### Minor Changes diff --git a/packages/client-sfn/package.json b/packages/client-sfn/package.json index fcbddac7..238d3866 100644 --- a/packages/client-sfn/package.json +++ b/packages/client-sfn/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.5.0", + "version": "1.6.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-sns/CHANGELOG.md b/packages/client-sns/CHANGELOG.md index f67c60b4..1d10d7f4 100644 --- a/packages/client-sns/CHANGELOG.md +++ b/packages/client-sns/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-sns +## 1.6.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.5.0 ### Minor Changes diff --git a/packages/client-sns/package.json b/packages/client-sns/package.json index 850225ec..c595a4cf 100644 --- a/packages/client-sns/package.json +++ b/packages/client-sns/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.5.0", + "version": "1.6.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-sqs/CHANGELOG.md b/packages/client-sqs/CHANGELOG.md index c21e0dd6..ab23860f 100644 --- a/packages/client-sqs/CHANGELOG.md +++ b/packages/client-sqs/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-sqs +## 1.7.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.6.0 ### Minor Changes diff --git a/packages/client-sqs/package.json b/packages/client-sqs/package.json index 4cbba2a2..767efed1 100644 --- a/packages/client-sqs/package.json +++ b/packages/client-sqs/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.6.0", + "version": "1.7.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-ssm/CHANGELOG.md b/packages/client-ssm/CHANGELOG.md index 358f181b..7ddbfea3 100644 --- a/packages/client-ssm/CHANGELOG.md +++ b/packages/client-ssm/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-ssm +## 1.4.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.3.0 ### Minor Changes diff --git a/packages/client-ssm/package.json b/packages/client-ssm/package.json index bada47dd..fa19b694 100644 --- a/packages/client-ssm/package.json +++ b/packages/client-ssm/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.3.0", + "version": "1.4.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-sts/CHANGELOG.md b/packages/client-sts/CHANGELOG.md index 7632131d..e42f3ea5 100644 --- a/packages/client-sts/CHANGELOG.md +++ b/packages/client-sts/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-sts +## 1.3.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.2.0 ### Minor Changes diff --git a/packages/client-sts/package.json b/packages/client-sts/package.json index 1afddb1d..7f970663 100644 --- a/packages/client-sts/package.json +++ b/packages/client-sts/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.2.0", + "version": "1.3.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/client-textract/CHANGELOG.md b/packages/client-textract/CHANGELOG.md index 545bb6e1..12fd9a2b 100644 --- a/packages/client-textract/CHANGELOG.md +++ b/packages/client-textract/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/client-textract +## 1.2.0 + +### Minor Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.1.0 ### Minor Changes diff --git a/packages/client-textract/package.json b/packages/client-textract/package.json index 547c6f9f..13c3bf7d 100644 --- a/packages/client-textract/package.json +++ b/packages/client-textract/package.json @@ -46,7 +46,7 @@ "publishConfig": { "access": "public" }, - "version": "1.1.0", + "version": "1.2.0", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [], diff --git a/packages/lib-dynamodb/CHANGELOG.md b/packages/lib-dynamodb/CHANGELOG.md index a998650e..a49dbda7 100644 --- a/packages/lib-dynamodb/CHANGELOG.md +++ b/packages/lib-dynamodb/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect-aws/lib-dynamodb +## 1.4.1 + +### Patch Changes + +- [#93](https://github.com/floydspace/effect-aws/pull/93) [`a96fbd8`](https://github.com/floydspace/effect-aws/commit/a96fbd8840a7a6cfb795a2a6ab96aa32d32a3525) Thanks [@godu](https://github.com/godu)! - Destroy client after layer lifecycle to release idle connections. + ## 1.4.0 ### Minor Changes diff --git a/packages/lib-dynamodb/package.json b/packages/lib-dynamodb/package.json index fc7ee2c2..194e67a4 100644 --- a/packages/lib-dynamodb/package.json +++ b/packages/lib-dynamodb/package.json @@ -49,7 +49,7 @@ "publishConfig": { "access": "public" }, - "version": "1.4.0", + "version": "1.4.1", "types": "lib/index.d.ts", "module": "lib/esm/index.js", "sideEffects": [],