python-boto3/.changes/1.9.0.json
2019-01-29 00:47:44 +03:00

22 lines
1.7 KiB
JSON

[
{
"category": "``logs``",
"description": "[``botocore``] Update logs client to latest version",
"type": "api-change"
},
{
"category": "``config``",
"description": "[``botocore``] Update config client to latest version",
"type": "api-change"
},
{
"category": "Events",
"description": "[``botocore``] This migrates the event system to using sevice ids instead of either client name or endpoint prefix. This prevents issues that might arise when a service changes their endpoint prefix, also fixes a long-standing bug where you could not register an event to a particular service if it happened to share its endpoint prefix with another service (e.g. ``autoscaling`` and ``application-autoscaling`` both use the endpoint prefix ``autoscaling``). Please see the `upgrade notes <https://botocore.amazonaws.com/v1/documentation/api/latest/index.html#upgrade-notes>`_ to determine if you are impacted and how to proceed if you are.",
"type": "feature"
},
{
"category": "Events",
"description": "This migrates the event system to using sevice ids instead of either client name or endpoint prefix. This prevents issues that might arise when a service changes their endpoint prefix, also fixes a long-standing bug where you could not register an event to a particular service if it happened to share its endpoint prefix with another service (e.g. ``autoscaling`` and ``application-autoscaling`` both use the endpoint prefix ``autoscaling``). Please see the `upgrade notes <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/upgrading.html>`_ to determine if you are impacted and how to proceed if you are.",
"type": "feature"
}
]