Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: boto/boto3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.37.7
Choose a base ref
...
head repository: boto/boto3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.37.8
Choose a head ref
  • 6 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 27, 2025

  1. Removed dead link from kms-example-encrypt-decrypt-file.rst

    Resolves #4450
    
    Removed dead link to a file that no longer exists
    RyanFitzSimmonsAK authored Feb 27, 2025
    Copy the full SHA
    9926647 View commit details

Commits on Mar 5, 2025

  1. Merge branch 'release-1.37.7' into develop

    * release-1.37.7:
      Bumping version to 1.37.7
      Add changelog entries from botocore
    aws-sdk-python-automation committed Mar 5, 2025
    Copy the full SHA
    989c100 View commit details
  2. Merge pull request #4455 from RyanFitzSimmonsAK/develop

    Removed dead link from kms-example-encrypt-decrypt-file.rst
    RyanFitzSimmonsAK authored Mar 5, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    835e609 View commit details

Commits on Mar 6, 2025

  1. Copy the full SHA
    e7b3c94 View commit details
  2. Copy the full SHA
    a47485e View commit details
  3. Merge branch 'release-1.37.8'

    * release-1.37.8:
      Bumping version to 1.37.8
      Add changelog entries from botocore
      Removed dead link from kms-example-encrypt-decrypt-file.rst
    aws-sdk-python-automation committed Mar 6, 2025
    Copy the full SHA
    b28f6f0 View commit details
Showing with 52 additions and 6 deletions.
  1. +37 −0 .changes/1.37.8.json
  2. +12 −0 CHANGELOG.rst
  3. +1 −1 boto3/__init__.py
  4. +0 −3 docs/source/guide/kms-example-encrypt-decrypt-file.rst
  5. +1 −1 setup.cfg
  6. +1 −1 setup.py
37 changes: 37 additions & 0 deletions .changes/1.37.8.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``bedrock``",
"description": "[``botocore``] This releases adds support for Custom Prompt Router",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "[``botocore``] Doc-only update for CloudTrail.",
"type": "api-change"
},
{
"category": "``ivs-realtime``",
"description": "[``botocore``] IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.",
"type": "api-change"
},
{
"category": "``networkflowmonitor``",
"description": "[``botocore``] This release contains 2 changes. 1: DeleteScope/GetScope/UpdateScope operations now return 404 instead of 500 when the resource does not exist. 2: Expected string format for clientToken fields of CreateMonitorInput/CreateScopeInput/UpdateMonitorInput have been updated to be an UUID based string.",
"type": "api-change"
},
{
"category": "``redshift-data``",
"description": "[``botocore``] This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.",
"type": "api-change"
},
{
"category": "``wafv2``",
"description": "[``botocore``] You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "[``botocore``] Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,18 @@
CHANGELOG
=========

1.37.8
======

* api-change:``bedrock``: [``botocore``] This releases adds support for Custom Prompt Router
* api-change:``cloudtrail``: [``botocore``] Doc-only update for CloudTrail.
* api-change:``ivs-realtime``: [``botocore``] IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.
* api-change:``networkflowmonitor``: [``botocore``] This release contains 2 changes. 1: DeleteScope/GetScope/UpdateScope operations now return 404 instead of 500 when the resource does not exist. 2: Expected string format for clientToken fields of CreateMonitorInput/CreateScopeInput/UpdateMonitorInput have been updated to be an UUID based string.
* api-change:``redshift-data``: [``botocore``] This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.
* api-change:``wafv2``: [``botocore``] You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.
* api-change:``workspaces``: [``botocore``] Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.


1.37.7
======

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

__author__ = 'Amazon Web Services'
__version__ = '1.37.7'
__version__ = '1.37.8'


# The default Boto3 session; autoloaded when needed.
3 changes: 0 additions & 3 deletions docs/source/guide/kms-example-encrypt-decrypt-file.rst
Original file line number Diff line number Diff line change
@@ -29,9 +29,6 @@ example, with the ``pip`` command.

pip install cryptography

Each section describes a single function from the example's `entire
source file <https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/python/example_code/kms/encrypt_decrypt_file.py>`_.


Retrieve an existing master key
===============================
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.37.7,<1.38.0
botocore>=1.37.8,<1.38.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.11.0,<0.12.0

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


requires = [
'botocore>=1.37.7,<1.38.0',
'botocore>=1.37.8,<1.38.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.11.0,<0.12.0',
]