Release Notes - 1.0
1.0.6-funcrel
Other Updates
Details |
Internal update to modify the extension's configured dependencies via the .nuspec file. |
Implement .config reading for SNS, SQS and Lambda as is already the case for S3 buckets. |
Refactor entire project to match current conventions from other extensions. |
Update string evaluation package to 1.2.26. |
1.0.5-funcrel
Other Updates
Details |
Improve conversion of evaluated expressions to S3 bucket names. |
Fixes an issue causing the following entry in the log "RuntimeError: CustomObject.save() : name should not be empty". |
Fixes an issue causing the following entry in the log "'DotNet AWS Unknown S3 Bucket' object name not resolved". |
Fixes an issue causing the following entry in the log "RuntimeError: CustomObject.save() : name should not be empty". |
Summary |
AWSDOTNET-41 and AWSDOTNET-43 improve number of correct objects created, from unknown to known object. Caller and call link also receive a major upgrade to be in line with other extensions. |
1.0.4-funcrel
Other Updates
1.0.3-funcrel
Other Updates
Details |
Code has been refactored for better comprehension: calls were previously linked to the handler of the AWS Lambda Function object, now calls are linked to the AWS Lambda Function object itself. |
1.0.2-funcrel
Other Updates
Details |
Update name description for AWS Object Type. |
S3 Bucket should be considered as data entity. |
1.0.1-funcrel
Other Updates
Details |
AttributeError: 'NoneType' object has no attribute 'get_parameters' |
1.0.0-funcrel
Note
Pushing from beta to funcrel release. No changes, bug fixes or feature updates have been made.
1.0.0-beta1
Note
Pushing from alpha to beta release.
If you are upgrading "AWS .NET" extension from a version ≤ 1.0.0-alpha5 and if your application contains configuration files for AWS Cloudformation, SAM or Serverless framework, it is highly recommended to add the com.castsoftware.cloudconfig extension so that proper migration of AWS objects takes place upon upgrading "AWS .NET" extension.
1.0.0-alpha5
Note
If your application contains configuration files for AWS Cloudformation, SAM or Serverless framework, it is highly recommended to add the com.castsoftware.cloudconfig extension so that proper migration of AWS objects takes place upon upgrading awsdotnet extension from previous versions (v< 1.0.0-alpha5).
Other Updates
Details |
Support of Cloudformation, SAM and Serverless framework is removed from this extension. The support is now provided by com.castsoftware.cloudconfig. This extension remains responsible for linking the AWS objects that have a dotnet runtime to the handler. |
1.0.0-alpha4
New Support
Summary |
Details |
.NET support for S3 SDK AWS |
Support link from .NET method to AWS S3 Bucket. |
1.0.0-alpha3
Other Updates
Details |
Fix incorrect dependency with wbslinker. |
New Support
Summary |
Details |
Lambda invoke with AWS SDK. |
Support to detect Lambda invoke with AWS SDK. |
1.0.0-alpha2
New Support
Summary |
Details |
Support SNS AWS Dotnet |
Support AWS SNS object modelization |
Support AWS SQS Dotnet |
Support AWS SQS object modelization |
1.0.0-alpha1
New Support
Summary |
Details |
Support AWS Lambda setup with serverless Framework |
Support AWS Lambda when created using serverless framework |
Support AWS Lambda setup with AWS CloudFormation |
Support AWS Lambda when created using AWS CloudFormation |