py-s3transfer: updated to 0.16.0
0.16.0
feature:awscrt: CRTTransferManager now supports the following TransferConfig options - multipart_threshold, multipart_chunksize, max_request_concurrency
0.15.0
feature:CopyPartTask: Validate ETag of stored object during multipart copies
py-botocore: updated to 1.42.27
1.42.27
=======
* api-change:``bedrock``: This change will increase TestCase guardContent input size from 1024 to 2028 characters and PolicyBuildDocumentDescription from 2000 to 4000 characters
* api-change:``datazone``: Adds support for IAM role subscriptions to Glue table listings via CreateSubscriptionRequest API. Also adds owningIamPrincipalArn filter to List APIs and subscriptionGrantCreationMode parameter to subscription target APIs for controlling grant creation behavior.
1.42.26
=======
* api-change:``billing``: Cost Categories filtering support to BillingView data filter expressions through the new costCategories parameter, enabling users to filter billing views by AWS Cost Categories for more granular cost management and allocation.
* api-change:``iot-managed-integrations``: This release introduces WiFi Simple Setup (WSS) enabling device provisioning via barcode scanning with automated network discovery, authentication, and credential provisioning. Additionally, it introduces 2P Device Capability Rediscovery for updating hub-managed device capabilities post-onboarding.
* api-change:``sagemaker``: Added ultraServerType to the UltraServerInfo structure to support server type identification for SageMaker HyperPod
1.42.25
=======
[31 lines not shown]
rust: update to 1.91
Based on wip/rust191 by he@, jperkin@, and adam@
Changes:
Add lint against dangling raw pointers from local variables
Stabilized APIs
Path::file_prefix
AtomicPtr::fetch_ptr_add
AtomicPtr::fetch_ptr_sub
AtomicPtr::fetch_byte_add
AtomicPtr::fetch_byte_sub
AtomicPtr::fetch_or
AtomicPtr::fetch_and
AtomicPtr::fetch_xor
{integer}::strict_add
[61 lines not shown]
xapian-omega: update to 1.4.30. Changes:
documentation:
* INSTALL: Replace with improved version based on xapian-core's.
indexers:
* omindex:
+ Fix segmentation fault if an SVG file contains both <dc:title> and <title>
with <dc:title> first. Bug introduced in 1.4.21.
xapian: update to 1.4.30. Changes:
API:
* Stem: 1.4.28 changed the English stemmer code to remove an exception
for "skis" which we incorrectly thought wasn't needed. This was not
intended to be a functional change, so we've restored the exception.
* Stem: Fix a bug in Snowball's runtime code for decoding 4-byte UTF-8
sequences. This affects grouping checks against Unicode codepoints U+40000
to U+7FFFF and U+80000 to U+FFFFF, and we would decode a higher codepoint
value. The largest codepoint used in a grouping in any stemmer we ship is
U+0585 so this seems to be a latent bug. Reported in Snowball by Stephane
Carrez.
documentation:
* The API docs still said DatabaseError was thrown for operations on a closed
database, but since 1.4.10 we throw its subclass DatabaseClosedError instead.
[19 lines not shown]
firefox140: update to 140.7.0
Mozilla Foundation Security Advisory 2026-03
Security Vulnerabilities fixed in Firefox ESR 140.7
Announced
January 13, 2026
Impact
high
Products
Firefox ESR
Fixed in
Firefox ESR 140.7
#CVE-2026-0877: Mitigation bypass in the DOM: Security component
Reporter
mingijung
[142 lines not shown]
p5-App-Sqitch: update to 1.6.1. Changes:
- Fixed some ancient typos in sqitchtutorial-sqlite, with thanks to @ovid
for the report!
- Updated ClickHouse logic to always specify "default" as the hostname
when connecting and the URI includes not hostname. This ensures it
doesn't try to use `DSN=sqitch`, which is unlikely to be a configured
DSN, and to align with the behavior of the ClickHouse client.
p5-Cucumber-TagExpressions: update to 8.1.0. Changes:
- Render the empty tag expression as an empty string
- Improve error message for missing operands
mob: update to 5.4.1. Changes:
- Fix: `mob next` now correctly handles filenames with spaces when
determining the last modified file for the open command.