Skip to content

Commit

Permalink
Merge branch 'release-1.35.6' into develop
Browse files Browse the repository at this point in the history
* release-1.35.6:
  Bumping version to 1.35.6
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Aug 26, 2024
2 parents e947595 + 596f462 commit 6416b1d
Show file tree
Hide file tree
Showing 6 changed files with 386 additions and 86 deletions.
12 changes: 12 additions & 0 deletions .changes/1.35.6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``iotsitewise``",
"description": "AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs.",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
CHANGELOG
=========

1.35.6
======

* api-change:``iotsitewise``: AWS IoT SiteWise now supports versioning for asset models. It enables users to retrieve active version of their asset model and perform asset model writes with optimistic lock.
* api-change:``workspaces``: This release adds support for creating and managing directories that use AWS IAM Identity Center as user identity source. Such directories can be used to create non-Active Directory domain joined WorkSpaces Personal.Updated RegisterWorkspaceDirectory and DescribeWorkspaceDirectories APIs.


1.35.5
======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.35.5'
__version__ = '1.35.6'


class NullHandler(logging.Handler):
Expand Down
Loading

0 comments on commit 6416b1d

Please sign in to comment.