Skip to content

Latest commit

 

History

History
120 lines (71 loc) · 3.19 KB

release-history.rst

File metadata and controls

120 lines (71 loc) · 3.19 KB

Release and Version History

Backlog

Features and Improvements

Minor Improvements

Bugfixes

Miscellaneous

1.5.1 (2023-11-16)

Minor Improvements

  • Upgrade the aws_console_url dependency to 1.x.y
  • Use bounded version in requirements.txt

1.4.1 (2023-03-13)

Features and Improvements

  • add wait_deploy_stack_instances_to_stop, methods.

Minor Improvements

  • greatly improve the logging.

1.3.3 (2023-03-11)

Minor Improvements

  • ~aws_cloudformation.stack_set.StackInstance.stack_id might be None when creation of a stack instance failed.

1.3.2 (2023-03-11)

Minor Improvements

  • ~aws_cloudformation.deploy.deploy_stack now returns a ~aws_cloudformation.deploy.DeployStackResponse object.

Miscellaneous

  • fix type hint
  • improve documents
  • add documentation website

1.3.1 (2023-03-10)

Features and Improvements

  • Add "StackSet" support, add ~aws_cloudformation.deploy.remove_stack_set and ~aws_cloudformation.deploy.deploy_stack_set.
  • now deploy_stack and remove_stack supports full list of boto3 arguments.

Minor Improvements

  • use sentinel NOTHING to avoid ambiguity of None.

Bugfixes

  • fix a bug that waiter didn't raise exception when deploy_stack or remove_stack fail.

1.2.1 (2022-12-08)

Features and Improvements

  • add support to visualize change set for nested stack
  • expose more useful functions / classes as public API

Minor Improvements

  • more integration test using real AWS CloudFormation

1.1.2 (2022-12-08)

Bugfixes

  • fix a bug that using s3 uri for TemplateUrl argument, it should use https://s3.amazonaws.com/${bucket}/${key}

1.1.1 (2022-12-08)

Minor Improvements

  • Add colorful console log.
  • stablize the API.

Bugfixes

  • raise exception explicitly when stack status is REVIEW_IN_PROGRESS.

Miscellaneous

  • Enrich documentation

0.1.1 (2022-12-07)

Features and Improvements

  • First release
  • Add ~aws_cloudformation.deploy.deploy_stack, similar to terraform plan and terraform apply combined API. Allow direct deploy or using change set
  • Add ~aws_cloudformation.deploy.remove_stack, similar to terraform destroy.

Miscellaneous

  • total line of source code: 2168
  • total line of test code: 329
  • total line of code: 2497