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.36.11
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.36.12
Choose a head ref
  • 10 commits
  • 10 files changed
  • 3 contributors

Commits on Jan 31, 2025

  1. Merge branch 'release-1.36.11' into develop

    * release-1.36.11:
      Bumping version to 1.36.11
      Add changelog entries from botocore
    aws-sdk-python-automation committed Jan 31, 2025
    Copy the full SHA
    1a38da9 View commit details

Commits on Feb 3, 2025

  1. Bump actions/setup-python from 5.3.0 to 5.4.0

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@0b93645...4237552)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 3, 2025
    Copy the full SHA
    384ed11 View commit details
  2. Bump aws-actions/closed-issue-message

    Bumps [aws-actions/closed-issue-message](https://github.com/aws-actions/closed-issue-message) from 37548691e7cc75ba58f85c9f873f9eee43590449 to 10aaf6366131b673a7c8b7742f8b3849f1d44f18.
    - [Release notes](https://github.com/aws-actions/closed-issue-message/releases)
    - [Commits](aws-actions/closed-issue-message@3754869...10aaf63)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/closed-issue-message
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    45509a4 View commit details
  3. Bump aws-actions/stale-issue-cleanup

    Bumps [aws-actions/stale-issue-cleanup](https://github.com/aws-actions/stale-issue-cleanup) from 119dcadf8036efef52409d94132c9441c346285c to 58eca62c897621a4ad524b1612a982d02d6b0d3c.
    - [Release notes](https://github.com/aws-actions/stale-issue-cleanup/releases)
    - [Changelog](https://github.com/aws-actions/stale-issue-cleanup/blob/main/CHANGELOG.md)
    - [Commits](aws-actions/stale-issue-cleanup@119dcad...58eca62)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/stale-issue-cleanup
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 3, 2025
    Copy the full SHA
    06fc753 View commit details
  4. Merge pull request #4423 from boto/dependabot/github_actions/aws-acti…

    …ons/stale-issue-cleanup-58eca62c897621a4ad524b1612a982d02d6b0d3c
    nateprewitt authored Feb 3, 2025
    Copy the full SHA
    e8f20a4 View commit details
  5. Merge pull request #4422 from boto/dependabot/github_actions/aws-acti…

    …ons/closed-issue-message-10aaf6366131b673a7c8b7742f8b3849f1d44f18
    nateprewitt authored Feb 3, 2025
    Copy the full SHA
    f65afdd View commit details
  6. Copy the full SHA
    f5b8456 View commit details
  7. Copy the full SHA
    a649760 View commit details
  8. Copy the full SHA
    62729d8 View commit details
  9. Merge branch 'release-1.36.12'

    * release-1.36.12:
      Bumping version to 1.36.12
      Add changelog entries from botocore
      Bump aws-actions/stale-issue-cleanup
      Bump aws-actions/closed-issue-message
      Bump actions/setup-python from 5.3.0 to 5.4.0
    aws-sdk-python-automation committed Feb 3, 2025
    Copy the full SHA
    e3e8eb7 View commit details
7 changes: 7 additions & 0 deletions .changes/1.36.12.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"category": "``mediatailor``",
"description": "[``botocore``] Add support for CloudWatch Vended Logs which allows for delivery of customer logs to CloudWatch Logs, S3, or Firehose.",
"type": "api-change"
}
]
2 changes: 1 addition & 1 deletion .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
permissions:
issues: write
steps:
- uses: aws-actions/closed-issue-message@37548691e7cc75ba58f85c9f873f9eee43590449
- uses: aws-actions/closed-issue-message@10aaf6366131b673a7c8b7742f8b3849f1d44f18
with:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Set up Python 3.9
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
with:
python-version: 3.9
- name: Run pre-commit
2 changes: 1 addition & 1 deletion .github/workflows/run-crt-test.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
with:
python-version: '${{ matrix.python-version }}'
cache: 'pip'
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
2 changes: 1 addition & 1 deletion .github/workflows/stale_issue.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
name: Stale issue job
steps:
- uses: aws-actions/stale-issue-cleanup@119dcadf8036efef52409d94132c9441c346285c
- uses: aws-actions/stale-issue-cleanup@58eca62c897621a4ad524b1612a982d02d6b0d3c
with:
issue-types: issues
stale-issue-message: Greetings! It looks like this issue hasn’t been
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,12 @@
CHANGELOG
=========

1.36.12
=======

* api-change:``mediatailor``: [``botocore``] Add support for CloudWatch Vended Logs which allows for delivery of customer logs to CloudWatch Logs, S3, or Firehose.


1.36.11
=======

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.36.11'
__version__ = '1.36.12'


# The default Boto3 session; autoloaded when needed.
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.36.11,<1.37.0
botocore>=1.36.12,<1.37.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.36.11,<1.37.0',
'botocore>=1.36.12,<1.37.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.11.0,<0.12.0',
]