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/botocore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.34.85
Choose a base ref
...
head repository: boto/botocore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.34.86
Choose a head ref
  • 6 commits
  • 8 files changed
  • 1 contributor

Commits on Apr 16, 2024

  1. Merge branch 'release-1.34.85' into develop

    * release-1.34.85:
      Bumping version to 1.34.85
      Update endpoints model
      Update to latest models
    aws-sdk-python-automation committed Apr 16, 2024
    Copy the full SHA
    7bc4f66 View commit details

Commits on Apr 17, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    59eb7af View commit details
  2. Verified

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

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0907f1c View commit details
  4. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    8976ad5 View commit details
  5. Merge branch 'release-1.34.86'

    * release-1.34.86:
      Bumping version to 1.34.86
      Update endpoints model
      Update to latest models
      Merge customizations for QBusiness
    aws-sdk-python-automation committed Apr 17, 2024
    Copy the full SHA
    d7c4492 View commit details
12 changes: 12 additions & 0 deletions .changes/1.34.86.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"category": "``ec2``",
"description": "Documentation updates for Elastic Compute Cloud (EC2).",
"type": "api-change"
},
{
"category": "``qbusiness``",
"description": "This release adds support for IAM Identity Center (IDC) as the identity gateway for Q Business. It also allows users to provide an explicit intent for Q Business to identify how the Chat request should be handled.",
"type": "api-change"
}
]
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,13 @@
CHANGELOG
=========

1.34.86
=======

* api-change:``ec2``: Documentation updates for Elastic Compute Cloud (EC2).
* api-change:``qbusiness``: This release adds support for IAM Identity Center (IDC) as the identity gateway for Q Business. It also allows users to provide an explicit intent for Q Business to identify how the Chat request should be handled.


1.34.85
=======

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

__version__ = '1.34.85'
__version__ = '1.34.86'


class NullHandler(logging.Handler):
Loading