Skip to content

Commit

Permalink
Merge branch 'release-1.34.147'
Browse files Browse the repository at this point in the history
* release-1.34.147:
  Bumping version to 1.34.147
  Add changelog entries from botocore
  Updating contributing guide (#4215)
  Bump certifi from 2024.6.2 to 2024.7.4
  Bump aws-actions/stale-issue-cleanup
  • Loading branch information
aws-sdk-python-automation committed Jul 23, 2024
2 parents 0f01265 + 24baa35 commit cf616c3
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 24 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.147.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``appsync``",
"description": "[``botocore``] Adding support for paginators in AppSync list APIs",
"type": "api-change"
},
{
"category": "``cleanrooms``",
"description": "[``botocore``] This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table.",
"type": "api-change"
},
{
"category": "``cleanroomsml``",
"description": "[``botocore``] Adds SQL query as the source of seed audience for audience generation job.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API",
"type": "api-change"
},
{
"category": "``connect-contact-lens``",
"description": "[``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API",
"type": "api-change"
},
{
"category": "``datazone``",
"description": "[``botocore``] This release removes the deprecated dataProductItem field from Search API output.",
"type": "api-change"
},
{
"category": "``entityresolution``",
"description": "[``botocore``] Support First Party ID Mapping",
"type": "api-change"
}
]
2 changes: 1 addition & 1 deletion .github/workflows/stale_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
name: Stale issue job
steps:
- uses: aws-actions/stale-issue-cleanup@389be0117d7661840b887276b5da1cc6ddf95c8a
- uses: aws-actions/stale-issue-cleanup@2017b87caa8e25014362d434a980d60fa758f3af
with:
issue-types: issues
stale-issue-message: Greetings! It looks like this issue hasn’t been
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.34.147
========

* api-change:``appsync``: [``botocore``] Adding support for paginators in AppSync list APIs
* api-change:``cleanrooms``: [``botocore``] This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table.
* api-change:``cleanroomsml``: [``botocore``] Adds SQL query as the source of seed audience for audience generation job.
* api-change:``connect``: [``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API
* api-change:``connect-contact-lens``: [``botocore``] Added PostContactSummary segment type on ListRealTimeContactAnalysisSegments API
* api-change:``datazone``: [``botocore``] This release removes the deprecated dataProductItem field from Search API output.
* api-change:``entityresolution``: [``botocore``] Support First Party ID Mapping


1.34.146
========

Expand Down
15 changes: 6 additions & 9 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ ideal report includes:

Codestyle
---------
This project uses flake8 to enforce codestyle requirements. We've codified this
process using a tool called `pre-commit <https://pre-commit.com/>`__. pre-commit
allows us to specify a config file with all tools required for code linting,
and surfaces either a git commit hook, or single command, for enforcing these.
This project uses `ruff <https://github.com/astral-sh/ruff>`__ to enforce
codstyle requirements. We've codified this process using a tool called
`pre-commit <https://pre-commit.com/>`__. pre-commit allows us to specify a
config file with all tools required for code linting, and surfaces either a
git commit hook, or single command, for enforcing these.

To validate your PR prior to publishing, you can use the following
`installation guide <https://pre-commit.com/#install>`__ to setup pre-commit.
Expand All @@ -56,11 +57,7 @@ to automatically perform the codestyle validation:
$ pre-commit run
This will automatically perform simple updates (such as white space clean up)
and provide a list of any failing flake8 checks. After these are addressed,
and provide a list of any failing checks. After these are addressed,
you can commit the changes prior to publishing the PR.
These checks are also included in our CI setup under the "Lint" workflow which
will provide output on Github for anything missed locally.

See the `flake8` section of the
`setup.cfg <https://github.com/boto/boto3/blob/develop/setup.cfg>`__ for the
currently enforced rules.
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.34.146'
__version__ = '1.34.147'


# The default Boto3 session; autoloaded when needed.
Expand Down
6 changes: 3 additions & 3 deletions requirements-docs-lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ beautifulsoup4==4.12.3 \
--hash=sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051 \
--hash=sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed
# via furo
certifi==2024.6.2 \
--hash=sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516 \
--hash=sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56
certifi==2024.7.4 \
--hash=sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b \
--hash=sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90
# via requests
charset-normalizer==3.3.2 \
--hash=sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027 \
Expand Down
10 changes: 1 addition & 9 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,9 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.34.146,<1.35.0
botocore>=1.34.147,<1.35.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

[options.extras_require]
crt = botocore[crt]>=1.21.0,<2.0a0

[flake8]
ignore = E203,E501,W503,W504
exclude =
docs,
boto3/compat.py,
boto3/data,
.changes
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.34.146,<1.35.0',
'botocore>=1.34.147,<1.35.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit cf616c3

Please sign in to comment.