Releases: C2Devel/boto
Releases · C2Devel/boto
2.46.1-ROCKIT51
What's Changed
- C2DEVEL-8028, C2DEVEL-9386, C2DEVEL-12245: Rework ExternalNetwork by @wlix13 in #161
- spec: update changelog, bump version by @Sharpeye90 in #165
New Contributors
Full Changelog: 2.46.1-ROCKIT50...2.46.1-ROCKIT51
2.46.1-ROCKIT50
- ec2: add RamMonitoring Instance attribute
- spec: move to ROCKIT
2.46.1-CROC49
- tests: add parameter required since py3.8 to hmac.new() calls
- tests: replace deprecated cgi.escape() with html.escape()
- spec: fixes for redos build
2.46.1-CROC48
- .github: remove old py version checks
- ec2: add os and new instance type format
2.46.1-CROC47
- spec: drop legacy support el6
- spec: add el8 support
- spec: remove python2
2.46.1-CROC46
- fix api field name
2.46.1-CROC45
- ec2: add tagging to create image
2.46.1-CROC44
- ec2: fix setting empty description in modify_snapshot_attribute
2.46.1-CROC43
- vpc: add set_bgp_asn handler
- vpc: add unset_bgp_asn handler
2.46.1-CROC42
- ec2: import_task: remove duplicate "self.snapshot_details = None"
- ec2: export_task: add missed space
- ec2: export_task: remove volume_export_details field
- ec2: connection: remove modify_task_priority method
- ec2: connection: add ImageName to import_image method
- ec2: import_task: parse diskImageSize as integer