Skip to content

Commit

Permalink
Merge branch 'release-1.36.19'
Browse files Browse the repository at this point in the history
* release-1.36.19:
  Bumping version to 1.36.19
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Feb 12, 2025
2 parents 3868fa1 + 8a2a123 commit 3c124c2
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 3 deletions.
47 changes: 47 additions & 0 deletions .changes/1.36.19.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``b2bi``",
"description": "[``botocore``] Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code",
"type": "api-change"
},
{
"category": "``bedrock-agent``",
"description": "[``botocore``] This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.",
"type": "api-change"
},
{
"category": "``bedrock-agent-runtime``",
"description": "[``botocore``] This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.",
"type": "api-change"
},
{
"category": "``codebuild``",
"description": "[``botocore``] Add note for the RUNNER_BUILDKITE_BUILD buildType.",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "[``botocore``] Support for in-place Lustre version upgrades",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "[``botocore``] Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.",
"type": "api-change"
},
{
"category": "``opensearchserverless``",
"description": "[``botocore``] Custom OpenSearchServerless Entity ID for SAML Config.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "[``botocore``] Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only.",
"type": "api-change"
},
{
"category": "Protocols",
"description": "[``botocore``] Added support for multiple protocols within a service based on performance priority.",
"type": "enhancement"
}
]
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.36.19
=======

* api-change:``b2bi``: [``botocore``] Allow spaces in the following fields in the Partnership resource: ISA 06 - Sender ID, ISA 08 - Receiver ID, GS 02 - Application Sender Code, GS 03 - Application Receiver Code
* api-change:``bedrock-agent``: [``botocore``] This releases adds the additionalModelRequestFields field to the CreateAgent and UpdateAgent operations. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
* api-change:``bedrock-agent-runtime``: [``botocore``] This releases adds the additionalModelRequestFields field to the InvokeInlineAgent operation. Use additionalModelRequestFields to specify additional inference parameters for a model beyond the base inference parameters.
* api-change:``codebuild``: [``botocore``] Add note for the RUNNER_BUILDKITE_BUILD buildType.
* api-change:``fsx``: [``botocore``] Support for in-place Lustre version upgrades
* api-change:``medialive``: [``botocore``] Adds a RequestId parameter to all MediaLive Workflow Monitor create operations. The RequestId parameter allows idempotent operations.
* api-change:``opensearchserverless``: [``botocore``] Custom OpenSearchServerless Entity ID for SAML Config.
* api-change:``polly``: [``botocore``] Added support for the new voice - Jasmine (en-SG). Jasmine is available as a Neural voice only.
* enhancement:Protocols: [``botocore``] Added support for multiple protocols within a service based on performance priority.


1.36.18
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.36.18'
__version__ = '1.36.19'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.36.18,<1.37.0
botocore>=1.36.19,<1.37.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.11.0,<0.12.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.36.18,<1.37.0',
'botocore>=1.36.19,<1.37.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.11.0,<0.12.0',
]
Expand Down

0 comments on commit 3c124c2

Please sign in to comment.