Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.6.0
->^0.7.0
3.1.4
->3.1.6
2.1.5
->3.0.2
8.0.2
->8.2.3
1.31.0
->1.32.0
^24.0.0
->^25.0.0
1.35.19
->1.37.18
8.1.7
->8.1.8
1.8.1
->1.9.2
7.1.1
->7.1.2
d9c8e0a
->3a19100
^30.0.0
->^32.0.0
^0.27.0
->^0.33.0
^0.28.0
->^0.33.0
3.132.0
->3.157.0
6.51.1
->6.73.0
2.60.1
->2.89.3
5.53.3
->6.2.0
5.38.0
->5.49.1
4.33.1
->4.47.0
4.18.1
->4.22.1
3.12.0
->3.15.1
5.0.6
->5.1.1
4.16.5
->4.18.0
3.10
->3.13
^0.44.0
->^0.45.0
Release Notes
zerwes/hiyapyco (HiYaPyCo)
v0.7.0
Compare Source
pallets/jinja (Jinja2)
v3.1.6
Compare Source
Released 2025-03-05
|attr
filter does not bypass the environment's attribute lookup,allowing the sandbox to apply its checks. :ghsa:
cpwx-vrp4-4pq7
v3.1.5
Compare Source
Released 2024-12-21
str.format
, such asby passing a stored reference to a filter that calls its argument.
:ghsa:
q2x7-8rv6-6q7h
issues with names that contain f-string syntax.
:issue:
1792
, :ghsa:gmj6-6f8f-6699
clear
andpop
on known mutable sequencetypes. :issue:
2032
render
for an async template usesasyncio.run
.:pr:
1952
auto_aiter
warnings. :pr:1960
aclose
-ableAsyncGenerator
fromTemplate.generate_async
. :pr:1960
root_render_func()
unclosed inTemplate.generate_async
. :pr:1960
:pr:
1960
concat
function for the current environmentwhen calling block references. :issue:
1701
|unique
async-aware, allowing it to be used after anotherasync-aware filter. :issue:
1781
|int
filter handlesOverflowError
from scientific notation.:issue:
1921
{% set ... %}
call. :issue:
2021
copy
/pickle
/etc) interaction withUndefined
objects. :issue:
2025
copy
/pickle
support for the internalmissing
object.:issue:
2027
Environment.overlay(enable_async)
is applied correctly. :pr:2061
FileSystemLoader
includes the paths that weresearched. :issue:
1661
PackageLoader
shows a clearer error message when the package does notcontain the templates directory. :issue:
1705
1880
urlize
does not addmailto:
to values like@a@b
. :pr:1870
@pass_context`` can be used with the ``|select`` filter. :issue:
1624`set
for multiple assignment (a, b = 1, 2
) does not fail when thetarget is a namespace attribute. :issue:
1413
set
in all branches of{% if %}{% elif %}{% else %}
blocksdoes not cause the variable to be considered initially undefined.
:issue:
1253
pallets/markupsafe (MarkupSafe)
v3.0.2
Compare Source
Released 2024-10-18
__str__
returns astr
subclass. :issue:472
475
v3.0.1
Compare Source
Released 2024-10-08
466
467
v3.0.0
Compare Source
Released 2024-10-07
461
pyproject.toml
instead ofsetup.cfg
.:pr:
348
distutils
imports tosetuptools
. :pr:399
400
Markup
methods to matchstr
signatures. Usepositional-only arguments. :pr:
400
str
methods onMarkup
no longer escape their argument:strip
,lstrip
,rstrip
,removeprefix
,removesuffix
,partition
, andrpartition
;replace
only escapes itsnew
argument. These methods are conceptually linked to search methods such as
in
,find
, andindex
, which already do not escape their argument.:issue:
401
__version__
attribute is deprecated. Use feature detection, orimportlib.metadata.version("markupsafe")
, instead. :pr:402
434
437
sphinx-doc/sphinx (Sphinx)
v8.2.3
: Sphinx 8.2.3Compare Source
Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html
v8.2.2
: Sphinx 8.2.2Compare Source
Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html
v8.2.1
: Sphinx 8.2.1Compare Source
Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html
v8.2.0
: Sphinx 8.2.0Compare Source
Changelog: https://www.sphinx-doc.org/en/master/changes/8.2.html
Dependencies
Incompatible changes
has_equations
datafrom the
MathDomain
domain.The undocumented
MathDomain.has_equations
methodnow unconditionally returns
True
.These are replaced by the
has_maths_elements
key of the page context dict.Patch by Adam Turner.
kbd
roleno longer uses a
<kbd class="kbd compound">
element to wrapthe keys and separators, but places them directly in the relevant parent node.
This means that CSS rulesets targeting
kbd.compound
or.kbd.compound
will no longer have any effect.
Patch by Adam Turner.
Deprecated
SingleHTMLBuilder.fix_refuris
method.Patch by James Addison.
sphinx.util.import_object
.Patch by Matthias Geier.
Features added
duplicate_declaration
warning type,with
duplicate_declaration.c
andduplicate_declaration.cpp
subtypes.Patch by Julien Lecomte and Adam Turner.
the keys that should be present.
Patch by Nicolas Peugnet.
class
option to theautosummary
directive.Patch by Tim Hoffmann.
Google-style docstrings to use the optional and default keywords.
Patch by Chris Barrick.
kbd
role as aSphinxRole
.Patch by Adam Turner.
Patch by Adam Turner.
toctree
directivewhen a glob pattern doesn't match any documents,
via the new
toc.empty_glob
warning sub-type.Patch by Slawek Figiel.
autodoc.mocked_object
warnings sub-type.Patch by Cyril Roelandt.
.pyi
type stub filesto auto-document native modules.
Patch by Adam Turner, partially based on work by Allie Fitter.
in the Python and Javascript domains, via the new
python_trailing_comma_in_multi_line_signatures
andjavascript_trailing_comma_in_multi_line_signatures
configuration options.
math
directive'snowrap
optionto
no-wrap
.Patch by Adam Turner.
via the new
autodoc_use_type_comments
option,which defaults to
True
for backwards compatibility.The default will change to
False
in Sphinx 10.Patch by Adam Turner.
ref.any
warnings sub-typeto allow suppressing the ambiguous 'any' cross-reference warning.
Patch by Simão Afonso and Adam Turner.
the
:no-index-entry:
option.Patch by Adam Turner.
:no-index-entry:
and include the
:no-index:
and:no-index-entry:
options withinautodoc_default_options
.Patch by Jonny Saunders and Adam Turner.
Patch by Tim Hoffmann.
in the Python domain to abstractmethod from abstract.
Patch by Adam Turner.
:abstract:
option forclasses, methods, and properties in the Python domain.
Patch by Adam Turner.
collapsible <collapsible-admonitions>
optionto admonition directives.
Patch by Chris Sewell.
include-subclasses
option tothe
inheritance-diagram
directive.Patch by Walter Dörwald.
python_display_short_literal_types
.Patch by Bénédikt Tran and Adam Turner.
Patch by Kevin Deldycke and Adam Turner.
py:deco
role to cross-reference decoratorfunctions and methods in the Python domain.
Patch by Adam Turner.
intersphinx_resolve_self
optionto resolve an intersphinx reference to the current project.
Patch by Jakob Lykke Andersen and Adam Turner.
no-search
class.Patch by Will Lachance.
productionlist
nodes in all writers, to improve flexibility.
Patch by Adam Turner.
misc.highlighting_failure
subtype for Pygments unknown lexers.Patch by Bart Kamphorst.
separators in Python signatures.
Patch by Adam Turner.
sphinx.ext.apidoc
extension,to automate API documentation generation from Python modules.
Patch by Chris Sewell and Adam Turner.
Bugs fixed
__all__
.Patch by Valentin Pratz
Map
to store per-file term scores.Patch by James Addison
pdflatex
index creation may fail for index entriesin French. See
latex_use_xindy
.Patch by Jean-François B.
\sphinxboxsetup
.Patch by Jean-François B.
term indices before accessing them.
linkcheck_ignore
byoverriding session-level
requests.get_redirect_target
.structure.
Patch by Ben Egan and Adam Turner.
Patch by Bénédikt Tran.
any documents have changed since the previous build.
Patch by Adam Turner.
groupwise
for
autodoc_member_order
. Class methods are now renderedbefore static methods, which themselves are rendered before regular
methods and attributes.
Patch by Bénédikt Tran.
pathlib
types.Patch by Adam Turner.
Patch by Pavel Holica
Patch by Adam Turner.
in
productionlist
directives.Patch by Adam Turner.
Patch by Bénédikt Tran. Initial work by Arash Badie-Modiri.
Testing
test_html_multi_line_copyright
.Patch by Colin Watson, applied by James Addison.
v8.1.3
: Sphinx 8.1.3Compare Source
Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html
Bugs fixed
cut_lines()
with no object type. Patch by Adam Turner.v8.1.2
: Sphinx 8.1.2Compare Source
Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html
Bugs fixed
sphinx.errors.ExtensionError
insphinx.util
for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception insphinx.util
was never intentional.ExtensionError
has been part ofsphinx.errors
since Sphinx 0.9. Patch by Adam Turner.v8.1.1
: Sphinx 8.1.1Compare Source
Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html
Bugs fixed
the
:cve:
role.Patch by Hugo van Kemenade.
fontawesome
orfontawesome5
packages are not installed.Patch by Jean-François B.
v8.1.0
: Sphinx 8.1.0Compare Source
Changelog: https://www.sphinx-doc.org/en/master/changes/8.1.html
Dependencies
sphinxcontrib-*
dependencies.Patch by Adam Turner.
parskip
package from 2001 to 2018.Patch by Jean-François B.
Incompatible changes
sphinx.util.Tee
.Patch by Adam Turner.
fvset
default is changed to'\\fvset{fontsize=auto}'
from'\\fvset{fontsize=\\small}'
.Code-blocks are unchanged as FreeMono is now loaded with
Scale=0.9
.An adjustment to existing projects is needed only if they used a custom
fontpkg
configuration and did not setfvset
.Patch by Jean-François B.
zh_CN
andzh_TW
by default.Patch by A. Rafey Khan.
Deprecated
sphinx.util.import_object
.Use
importlib.import_module()
instead.Patch by Adam Turner.
sphinx.util.FilenameUniqDict
and
sphinx.util.DownloadFiles
.Patch by Adam Turner.
Features added
output files.
Patch by James Addison.
contents
,topic
,and
sidebar
directives separately customizable for PDF output.Patch by Jean-François B. and Bénédikt Tran.
Patch by Tim Hoffmann.
math_numsep
support to latex builder.Patch by Thomas Fanning and Jean-François B.
--fail-on-warning
is used.Instead, exit with a non-zero status if any warnings were generated
during the build.
Patch by Adam Turner.
sphinx-build --exception-on-warning
,to raise an exception when warnings are emitted during the build.
Patch by Adam Turner and Jeremy Maitin-Shepard.
html_last_updated_use_utc
to allow usinguniversal time (GMT/UTC) instead of local time for the date-time
supplied to
html_last_updated_fmt
.Patch by Adam Turner.
'%Y'
placeholderto substitute the current year.
This is helpful for reducing the reliance on Python modules
such as
time
ordatetime
inconf.py
.Patch by Adam Turner.
:cve:
)and CWEs (
:cwe:
).Patch by Hugo van Kemenade.
Patch by Jakub Stasiak and Adam Turner.
.Builder.supported_linkcode
attributefor builders to enable use of
sphinx.ext.linkcode
-generatedreferences.
Patch by James Knight.
This can be helpful in diagnosing the cause of a full rebuild.
Patch by Adam Turner.
Bugs fixed
intersphinx_cache_limit
.Patch by Shengyu Zhang.
Overfull \hbox
from too longstrings in a codeline when the problem has actually been solved thanks
to
latexsphinxsetupforcewraps
.Patch by Jean-François B.
UnreferencedFootnotesDetector
transform has been improvedto more consistently detect unreferenced footnotes.
Note, the priority of the transform has been changed from 200 to 622,
so that it now runs after the docutils
Footnotes
resolution transform.Patch by Chris Sewell.
'sphinxsetup'
div.topic_box-shadow
key if used with only one dimension set bothx-offset and y-offset as per documentation.
Patch by Jean-François B.
resolution occurs due to duplicate targets that differ case-insensitively.
Patch by James Addison.
Patch by Hugo van Kemenade.
Patch by Jeremy Bowman.
-q
(quiet) option forsphinx-build -M latexpdf
ormake latexpdf
(O=-q
)get passed to
latexmk
. Let-Q
(silent) apply as well to the PDF build phase.
Patch by Jean-François B.
rise to nested
\DUrole
's, rather than a single one with comma separatedclasses.
Patch by Jean-François B.
Patch by Jean-François B.
references in the sense of RFC 3986, §4.4,
e.g.,
index.html#foo
becomes#foo
.(note: continuation of a partial fix added in Sphinx 7.3.0)
Patch by James Addison (with reference to prior work by Eric Norige).
Patch by Jean-François B. and Bénédikt Tran.
file URL (user-defined base URL of an intersphinx project are left untouched
even if they end with double forward slashes).
Patch by Bénédikt Tran.
even if there are fewer than 6 documents.
Patch by Matthias Geier.
:noindex:
for thejs:module
and
py:module
directives.Patch by Stephen Finucane.
_t
suffix during
apidoc
RST rendering (regression in 7.4.0).Patch by James Addison.
SOURCE_DATE_EPOCH
for entries that match the current system clock year,and disallow substitution of future years.
Patch by James Addison and Adam Turner.
intersphinx_cache_limit
,which always kept the cache for positive values, and always refreshed it for
negative ones.
Patch by Nico Madysa.
and ensure deterministic resolution of global toctree in parallel builds
by choosing the lexicographically greatest parent document.
Patch by A. Rafey Khan
for Chinese languages.
Patch by Adam Turner.
.Builder.write
is typed asfinal
, meaning that thewrite-started
event may be relied upon by extensions.A new
.Builder.write_documents
method has been added tocontrol how documents are written.
This is intended for builders that do not output a file for each document.
Patch by Adam Turner.
Testing
karma
JavaScript test framework tothe actively-maintained
jasmine
framework. Test coverage is unaffected.Patch by James Addison.
Azure/azure-sdk-for-python (azure-core)
v1.32.0
Compare Source
1.32.0 (2024-10-31)
Features Added
BearerTokenCredentialPolicy
andAsyncBearerTokenCredentialPolicy
.Bugs Fixed
tracing_attributes
keyword argument wasn't being handled at the request/method level. #38164Other Changes
HttpLoggingPolicy
.psf/black (black)
v25.1.0
Compare Source
Highlights
This release introduces the new 2025 stable style (#4558), stabilizing
the following changes:
# fmt: skip
comments is no longer normalized (#4146)*
and more complex type variable tuple (#4440)The following changes were not in any previous release:
split over multiple lines first instead of type parameter definitions (#4553)
Stable style
empty lines (#4484)
with
statements containing tuple generators/unpacking(#4538)
Preview style
(#4498)
string_processing
andwrap_long_dict_values_in_parens
from removingparentheses around long dictionary values (#4377)
wrap_long_dict_values_in_parens
from the unstable to preview style (#4561)Packaging
License-Expression
metadata field, seePEP 639. (#4479)
Performance
is_fstring_start
function in Black's tokenizer (#4541)Integrations
--stdin-filename
set to a force excluded path, stdin won't beformatted. (#4539)
v24.10.0
Compare Source
Highlights
mypyc-compiled wheels. (#4436) (#4449)
safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please
use Python 3.12.6 or Python 3.12.4 instead. (#4447)
Stable style
X | Y
style unions.(#4453)
%%
magic (#4462)Preview style
def fn(*args: *tuple[*Ts, T]) -> None: pass
) (#4440)Caching
--unstable
(#4466)Packaging
blackd
now requires a newer version of aiohttp. (#4451)Output
boto/boto3 (boto3)
v1.37.18
Compare Source
=======
bedrock
: [botocore
] A CustomModelUnit(CMU) is an abstract view of the hardware utilization that Bedrock needs to host a a single copy of your custom imported model. Bedrock determines the number of CMUs that a model copy needs when you import the custom model. You can use CMUs to estimate the cost of Inference's.datazone
: [botocore
] Add support for overriding selection of default AWS IAM Identity Center instance as part of Amazon DataZone domain APIs.route53-recovery-control-config
: [botocore
] Adds dual-stack (IPv4 and IPv6) endpoint support for route53-recovery-control-config operations, opt-in dual-stack addresses for cluster endpoints, and UpdateCluster API to update the network-type of clusters between IPv4 and dual-stack.sagemaker
: [botocore
] This release does the following: 1.) Adds DurationHours as a required field to the SearchTrainingPlanOfferings action in the SageMaker AI API; 2.) Adds support for G6e instance types for SageMaker AI inference optimization jobs.v1.37.17
Compare Source
=======
amplify
: [botocore
] Added appId field to Webhook responsesbedrock
: [botocore
] With this release, Bedrock Evaluation will now support bring your own inference responses.controlcatalog
: [botocore
] Add ExemptAssumeRoot parameter to adapt for new AWS AssumeRoot capability.mailmanager
: [botocore
] Amazon SES Mail Manager. Extended rule string and boolean expressions to support analysis in condition evaluation. Extended ingress point string expression to support analysis in condition evaluationnetwork-firewall
: [botocore
] You can now use flow operations to either flush or capture traffic monitored in your firewall's flow table.v1.37.16
Compare Source
=======
bedrock
: [botocore
] Support custom prompt routers for evaluation jobsec2
: [botocore
] Doc-only updates for EC2 for March 2025.lambda
: [botocore
] Add Ruby 3.4 (ruby3.4) support to AWS Lambda.mediaconnect
: [botocore
] This release adds support for NDI flow outputs in AWS Elemental MediaConnect. You can now send content from your MediaConnect transport streams directly to your NDI environment using the new NDI output type.neptune-graph
: [botocore
] Update IAM Role ARN Validation to Support Role Pathssagemaker
: [botocore
] Added support for g6, g6e, m6i, c6i instance types in SageMaker Processing Jobs.v1.37.15
Compare Source
=======
appsync
: [botocore
] Providing Tagging support for DomainName in AppSynccleanrooms
: [botocore
] This release adds support for PySpark jobs. Customers can now analyze data by running jobs using approved PySpark analysis templates.mediaconvert
: [botocore
] This release adds support for AVC passthrough, the ability to specify PTS offset without padding, and an A/V segment matching feature.route53
: [botocore
] Amazon Route 53 now supports the iso-f regions for private DNS Amazon VPCs and cloudwatch healthchecks.v1.37.14
Compare Source
=======
application-signals
: [botocore
] This release adds support for adding, removing, and listing SLO time exclusion windows with the BatchUpdateExclusionWindows and ListServiceLevelObjectiveExclusionWindows APIs.geo-maps
: [botocore
] Provide support for vector map styles in the GetStaticMap operation.rum
: [botocore
] CloudWatch RUM now supports unminification of JS error stack traces.taxsettings
: [botocore
] Adjust Vietnam PaymentVoucherNumber regex and minor API change.wafv2
: [botocore
] AWS WAF now lets you inspect fragments of request URIs. You can specify the scope of the URI to inspect and narrow the set of URI fragments.v1.37.13
Compare Source
=======
cognito-identity
: [botocore
] Updated API model build artifacts for identity poolscognito-idp
: [botocore
] Minor description updates to API parametersglue
: [botocore
] This release added AllowFullTableExternalDataAccess to glue catalog resource.lakeformation
: [botocore
] This release added "condition" to LakeFormation OptIn APIs, also added WithPrivilegedAccess flag to RegisterResource and DescribeResource.v1.37.12
Compare Source
=======
acm-pca
: [botocore
] Private Certificate Authority service now supports P521 and RSA3072 key algorithms.amplify
: [botocore
] Introduced support for Skew Protection. Added enableSkewProtection field to createBranch and updateBranch API.codebuild
: [botocore
] AWS CodeBuild now supports webhook filtering by organization namedatazone
: [botocore
] This release adds support to update projects and environmentsdynamodb
: [botocore
] Generate account endpoints for DynamoDB requests using ARN-sourced account ID when availableec2
: [botocore
] This release changes the CreateLaunchTemplate, CreateLaunchTemplateVersion, ModifyLaunchTemplate CLI and SDKs such that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.ivs-realtime
: [botocore
] IVS Real-Time now offers customers the ability to adjust the participant & composition recording segment durationlogs
: [botocore
] Updated CreateLogAnomalyDetector to accept only kms key arnmediapackagev2
: [botocore
] This release adds the ResetChannelState and ResetOriginEndpointState operation to reset MediaPackage V2 channel and origin endpoint. This release also adds a new field, UrlEncodeChildManifest, for HLS/LL-HLS to allow URL-encoding child manifest query string based on the requirements of AWS SigV4.s3control
: [botocore
] Updating GetDataAccess response for S3 Access Grants to include the matched Grantee for the requested prefixv1.37.11
Compare Source
=======
ec2
: [botocore
] This release adds the GroupLongName field to the response of the DescribeAvailabilityZones API.ecr
: [botocore
] This release adds Amazon ECR to Amazon ECR pull through cache rules support.ecs
: [botocore
] This is a documentation only update for Amazon ECS to address various tickets.inspector2
: [botocore
] Adding componentArn to network reachability detailsmedialive
: [botocore
] Add an enum option DISABLED for Output Locking Mode under Global Configuration.v1.37.10
Compare Source
=======
bedrock-agent
: [botocore
] Add support for computer use toolsbedrock-agent-runtime
: [botocore
] Add support for computer use toolsce
: [botocore
] Releasing minor partition endpoint updates.connect
: [botocore
] Add support for contact transfers in external voice systems.medialive
: [botocore
] Adds defaultFontSize and defaultLineHeight as options in the EbuTtDDestinationSettings within the caption descriptions for an output stream.pca-connector-ad
: [botocore
] PrivateCA Connector for Active Directory now supports dual stack endpoints. This release adds the IpAddressType option to the VpcInformation on a Connector which determines whether the endpoint supports IPv4 only or IPv4 and IPv6 traffic.securityhub
: [botocore
] This release adds new StandardsControlsUpdatable field to the StandardsSubscription resourcetimestream-influxdb
: [botocore
] This release updates the default value of pprof-disabled from false to true.v1.37.9
Compare Source
======
bedrock-agent
: [botocore
] Introduces support for Neptune Analytics as a vector data store and adds Context Enrichment Configurations, enabling use cases such as GraphRAG.bedrock-agent-runtime
: [botocore
] Support Multi Agent Collaboration within Inline Agentscloudfront
: [botocore
] Documentation updates for Amazon CloudFront.ec2
: [botocore
] Add serviceManaged field to DescribeAddresses API response.elbv2
: [botocore
] This release adds support for assigning IP addresses to Application Load Balancers from VPC IP Address Manager pools.neptune-graph
: [botocore
] Several small updates to resolve customer requests.v1.37.8
Compare Source
======
bedrock
: [botocore
] This releases adds support for Custom Prompt Routercloudtrail
: [botocore
] Doc-only update for CloudTrail.ivs-realtime
: [botocore
] IVS Real-Time now offers customers the ability to merge fragmented recordings in the event of a participant disconnect.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.redshift-data
: [botocore
] This release adds support for ListStatements API to filter statements by ClusterIdentifier, WorkgroupName, and Database.wafv2
: [botocore
] You can now perform an exact match or rate limit aggregation against the web request's JA4 fingerprint.workspaces
: [botocore
] Added a new ModifyEndpointEncryptionMode API for managing endpoint encryption settings.v1.37.7
Compare Source
======
bedrock-runtime
: [botocore
] This releases adds support for Custom Prompt Router ARNdatasync
: [botocore
] AWS DataSync now supports modifying ServerHostname while updating locations SMB, NFS, and ObjectStorage.gameliftstreams
: [botocore
] New Service: Amazon GameLift Streams delivers low-latency game streaming from AWS global infrastructure to virtually any device with a browser at up to 1080p resolution and 60 fps.iotfleetwise
: [botocore
] This release adds floating point support for CAN/OBD signals and adds support for signed OBD signals.workspaces
: [botocore
] Added DeviceTypeWorkSpacesThinClient type to allow users to access their WorkSpaces through a WorkSpaces Thin Client.v1.37.6
Compare Source
======
elasticache
: [botocore
] Doc only update, listing 'valkey7' and 'valkey8' as engine options for parameter groups.iot-managed-integrations
: [botocore
] Adding managed integrations APIs for IoT Device Management to setup and control devices across different manufacturers and connectivity protocols. APIs include managedthing operations, credential and provisioning profile management, notification configuration, and OTA update.iotsitewise
: [botocore
] AWS IoT SiteWise now supports MQTT-enabled, V3 gateways. Configure data destinations for real-time ingestion into AWS IoT SiteWise or buffered ingestion using Amazon S3 storage. You can also use path filters for precise data collection from specific MQTT topics.rds
: [botocore
] Note support for Database Insights for Amazon RDS.v1.37.5
Compare Source
======
cognito-idp
: [botocore
] Added the capacity to return available challenges in admin authentication and to set version 3 of the pre token generation event for M2M ATC.ec2
: [botocore
] Update the DescribeVpcs responseqbusiness
: [botocore
] Adds support for the ingestion of audio and video files by Q Business, which can be configured with the mediaExtractionConfiguration parameter.rum
: [botocore
] Add support for PutResourcePolicy, GetResourcePolicy and DeleteResourcePolicy to support resource based policies for AWS CloudWatch RUMsagemaker
: [botocore
] Add DomainId to CreateDomainResponsetranscribe
: [botocore
] Updating documentation for post call analytics job queueing.botocore
] Add support for disabling host prefix injection via theAWS_DISABLE_HOST_PREFIX_INJECTION
environment variable or thedisable_host_prefix_injection
parameter in the shared aws configuration file.v1.37.4
Compare Source
======
bedrock-agent
: [botocore
] This release lets Amazon Bedrock Flows support newer models by increasing the maximum length of output in a prompt configuration. This release also increases the maximum number of prompt variables to 20 and the maximum number of node inputs to 20.bedrock-data-automation
: [botocore
] Renamed and added new StandardConfiguration enums. Added support to update EncryptionConfiguration in UpdateBlueprint and UpdateDataAutomation APIs. Changed HttpStatus code for DeleteBlueprint and DeleteDataAutomationProject APIs to 200 from 204. Added APIs to support tagging.bedrock-data-automation-runtime
: [botocore
] Added a mandatory parameter DataAutomationProfileArn to support for cross region inference for InvokeDataAutomationAsync API. Renamed DataAutomationArn to DataAutomationProjectArn. Added APIs to support tagging.dms
: [botocore
] Add skipped status to the Result Statistics of an Assessment Runeks
: [botocore
] Adding licenses to EKS Anywhere Subscription operations response.mediaconvert
: [botocore
] The AWS MediaConvert Probe API allows you to analyze media files and retrieve detailed metadata about their content, format, and structure.pricing
: [botocore
] Update GetProducts and DescribeServices API request input validations.ssm
: [botocore
] Systems Manager doc-only updates for Feb. 2025.botocore
] Update user agent string to include client feature use.v1.37.3
Compare Source
======
bedrock-agent-runtime
: [botocore
] Introduces Sessions (preview) to enable stateful conversations in GenAI applications.emr
: [botocore
] Definition update for EbsConfiguration.qbusiness
: [botocore
] This release supports deleting attachments from conversations.redshift-serverless
: [botocore
] Add track support for Redshift Serverless workgroup.sagemaker
: [botocore
] SageMaker HubService is introducing support for creating Training Jobs in Curated Hub (Private Hub). Additionally, it is introducing two new APIs: UpdateHubContent and UpdateHubContentReference.storagegateway
: [botocore
] This release adds support to invoke a process that cleans the specified file share's cache of file entries that are failing upload to Amazon S3.v1.37.2
Compare Source
======
application-signals
: [botocore
] This release adds API support for reading Service Level Objectives and Services from monitoring accounts, from SLO and Service-scoped operations, including ListServices and ListServiceLevelObjectives.batch
: [botocore
] AWS Batch: Resource Aware Scheduling feature supportchime
: [botocore
] Removes the Amazon Chime SDK APIs from the "chime" namespace. Amazon Chime SDK APIs continue to be available in the AWS SDK via the dedicated Amazon Chime SDK namespaces: chime-sdk-identity, chime-sdk-mediapipelines, chime-sdk-meetings, chime-sdk-messaging, and chime-sdk-voice.cloudfront
: [botocore
] Documentation update for VPC origin config.ec2
: [botocore
] Amazon EC2 Fleet customers can now override the Block Device Mapping specified in the Launch Template when creating a new Fleet request, saving the effort of creating and associating new Launch Templates to customize the Block Device Mapping.iotfleetwise
: [botocore
] This release adds an optional listResponseScope request parameter in certain list API requests to limit the response to metadata only.oam
: [botocore
] This release adds support for sharing AWS::ApplicationSignals::Service and AWS::ApplicationSignals::ServiceLevelObjective resources.sagemaker
: [botocore
] AWS SageMaker InferenceComponents now support rolling update deployments for Inference Components.Protocol
: [botocore
] Adds support for the smithy-rpc-v2-cbor protocol. If a service supports smithy-rpc-v2-cbor, this protocol will automatically be used. For more information, see https://smithy.io/2.0/additional-specs/protocols/smithy-rpc-v2.htmlv1.37.1
Compare Source
=======
bedrock
: [botocore
] A CustomModelUnit(CMU) is an abstract view of the hardware utilization that Bedrock needs toConfiguration
📅 Schedule: Branch creation - "* 0-3 * * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.