Release and Version History#
x.y.z (Backlog)#
Features and Improvements
Minor Improvements
Bugfixes
Miscellaneous
1.0.1 (2024-06-18)#
💥 Breaking Changes
Redesign the API.
Features and Improvements
- Made the following Public APIs stable for 1.X:
aws_ssm_run_command.api.better_boto.Commandaws_ssm_run_command.api.better_boto.CommandInvocationaws_ssm_run_command.api.better_boto.CommandInvocationStatusEnumaws_ssm_run_command.api.better_boto.run_shell_script_asyncaws_ssm_run_command.api.better_boto.run_shell_script_syncaws_ssm_run_command.api.better_boto.wait_until_send_command_succeededaws_ssm_run_command.api.patterns.run_command_on_one_ec2.run_python_scriptaws_ssm_run_command.api.patterns.run_command_on_one_ec2.parse_last_line_json_in_outputaws_ssm_run_command.api.exc.RunCommandError
Minor Improvements
Rework the document in Jupyter Notebook.
0.2.1 (2023-07-17)#
Features and Improvements
add
aws_ssm_run_command.api.better_boto.send_command_asyncandaws_ssm_run_command.api.better_boto.send_command_syncAPI.
Minor Improvements
improve example code
0.1.2 (2023-06-21)#
Minor Improvements
add
raisesargument toaws_ssm_run_command.api.better_boto.wait_until_command_succeededfunction. Allow user to specify whether to raise an exception if the command fails. Default toTrue.
0.1.1 (2023-06-18)#
First release
- Add the following public api:
aws_ssm_run_command.api.better_boto.CommandInvocationFailedErroraws_ssm_run_command.api.better_boto.send_commandaws_ssm_run_command.api.better_boto.CommandInvocationStatusEnumaws_ssm_run_command.api.better_boto.CommandInvocationaws_ssm_run_command.api.better_boto.wait_until_command_succeededaws_ssm_run_command.api.patterns.run_command_on_one_ec2.run_python_scriptaws_ssm_run_command.api.patterns.run_command_on_one_ec2.run_python_script_large_payload