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.2
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.3
Choose a head ref
  • 8 commits
  • 7 files changed
  • 3 contributors

Commits on Jan 17, 2025

  1. Merge branch 'release-1.36.2' into develop

    * release-1.36.2:
      Bumping version to 1.36.2
      Add changelog entries from botocore
    aws-sdk-python-automation committed Jan 17, 2025
    Copy the full SHA
    084e802 View commit details

Commits on Jan 20, 2025

  1. Bump aws-actions/stale-issue-cleanup

    Bumps [aws-actions/stale-issue-cleanup](https://github.com/aws-actions/stale-issue-cleanup) from 413d85a1603df4f0a8158f5f3c8204ab1691313e to c452909aaa3fd1be240576cb41c6dd7bcb95cc10.
    - [Release notes](https://github.com/aws-actions/stale-issue-cleanup/releases)
    - [Commits](aws-actions/stale-issue-cleanup@413d85a...c452909)
    
    ---
    updated-dependencies:
    - dependency-name: aws-actions/stale-issue-cleanup
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 20, 2025
    Copy the full SHA
    216d629 View commit details
  2. Bump github/codeql-action from 3.27.0 to 3.28.1

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.0 to 3.28.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@6624720...b6a472f)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 20, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    4b6d32a View commit details
  3. Merge pull request #4403 from boto/dependabot/github_actions/aws-acti…

    …ons/stale-issue-cleanup-c452909aaa3fd1be240576cb41c6dd7bcb95cc10
    nateprewitt authored Jan 20, 2025
    Copy the full SHA
    f866568 View commit details
  4. Copy the full SHA
    1e2006c View commit details

Commits on Jan 21, 2025

  1. Copy the full SHA
    974e859 View commit details
  2. Copy the full SHA
    0bdee9a View commit details
  3. Merge branch 'release-1.36.3'

    * release-1.36.3:
      Bumping version to 1.36.3
      Add changelog entries from botocore
      Bump github/codeql-action from 3.27.0 to 3.28.1
      Bump aws-actions/stale-issue-cleanup
    aws-sdk-python-automation committed Jan 21, 2025
    Copy the full SHA
    50e6c29 View commit details
Showing with 62 additions and 7 deletions.
  1. +42 −0 .changes/1.36.3.json
  2. +3 −3 .github/workflows/codeql.yml
  3. +1 −1 .github/workflows/stale_issue.yml
  4. +13 −0 CHANGELOG.rst
  5. +1 −1 boto3/__init__.py
  6. +1 −1 setup.cfg
  7. +1 −1 setup.py
42 changes: 42 additions & 0 deletions .changes/1.36.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``batch``",
"description": "[``botocore``] Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type.",
"type": "api-change"
},
{
"category": "``cognito-idp``",
"description": "[``botocore``] corrects the dual-stack endpoint configuration for cognitoidp",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] Added DeleteContactFlowVersion API and the CAMPAIGN flow type",
"type": "api-change"
},
{
"category": "``emr-serverless``",
"description": "[``botocore``] Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "[``botocore``] AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in.",
"type": "api-change"
},
{
"category": "``logs``",
"description": "[``botocore``] Documentation-only update to address doc errors",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting.",
"type": "api-change"
},
{
"category": "``sns``",
"description": "[``botocore``] This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.",
"type": "api-change"
}
]
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -23,13 +23,13 @@ jobs:
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938"

- name: "Run CodeQL init"
uses: "github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd"
uses: "github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c"
with:
config-file: "./.github/codeql.yml"
languages: "python"

- name: "Run CodeQL autobuild"
uses: "github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd"
uses: "github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c"

- name: "Run CodeQL analyze"
uses: "github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd"
uses: "github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c"
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@413d85a1603df4f0a8158f5f3c8204ab1691313e
- uses: aws-actions/stale-issue-cleanup@c452909aaa3fd1be240576cb41c6dd7bcb95cc10
with:
issue-types: issues
stale-issue-message: Greetings! It looks like this issue hasn’t been
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,19 @@
CHANGELOG
=========

1.36.3
======

* api-change:``batch``: [``botocore``] Documentation-only update: clarified the description of the shareDecaySeconds parameter of the FairsharePolicy data type, clarified the description of the priority parameter of the JobQueueDetail data type.
* api-change:``cognito-idp``: [``botocore``] corrects the dual-stack endpoint configuration for cognitoidp
* api-change:``connect``: [``botocore``] Added DeleteContactFlowVersion API and the CAMPAIGN flow type
* api-change:``emr-serverless``: [``botocore``] Increasing entryPoint in SparkSubmit to accept longer script paths. New limit is 4kb.
* api-change:``iotsitewise``: [``botocore``] AWS IoT SiteWise now supports ingestion and querying of Null (all data types) and NaN (double type) values of bad or uncertain data quality. New partial error handling prevents data loss during ingestion. Enabled by default for new customers; existing customers can opt-in.
* api-change:``logs``: [``botocore``] Documentation-only update to address doc errors
* api-change:``quicksight``: [``botocore``] Added `DigitGroupingStyle` in ThousandsSeparator to allow grouping by `LAKH`( Indian Grouping system ) currency. Support LAKH and `CRORE` currency types in Column Formatting.
* api-change:``sns``: [``botocore``] This release adds support for the topic attribute FifoThroughputScope for SNS FIFO topics. For details, see the documentation history in the Amazon Simple Notification Service Developer Guide.


1.36.2
======

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.2'
__version__ = '1.36.3'


# 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.2,<1.37.0
botocore>=1.36.3,<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.2,<1.37.0',
'botocore>=1.36.3,<1.37.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.11.0,<0.12.0',
]