Update all patch/minor versions (prod-2-10-advance)#2194
Merged
renovate[bot] merged 1 commit intoprod-2-10-advancefrom Mar 3, 2026
Merged
Conversation
19ba165 to
35c2753
Compare
35c2753 to
6aa1ee5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
2.8.15→2.8.212.10.1→2.11.01.18.1→1.18.41.38.0→1.38.21.25.1→1.25.210.7.0→10.8.07.1.0→7.2.02.50.0→2.53.0Release Notes
gildas-lormeau/zip.js (@zip.js/zip.js)
v2.8.21Compare Source
Implemented workaround (feature test) for
DOMExceptionserialization bug in Deno version 2.6.x (fix #636)v2.8.20Compare Source
ZipWriterZipWriterv2.8.19Compare Source
Removed unwanted
web-workerdependency inadvertently added in thepackage.jsonfile of version2.8.17v2.8.18Compare Source
createTempStreamoption toZipWriter, used when adding entries in parallel, for custom temporary buffered write storage (e.g. filesystem, OPFS, network) instead of the default in-memoryTransformStream(see this test for a usage example)ZipWriterby removing theBlob/Responseusage2.8.16when the web worker URI is not a data or blob URI (workers were not working with code using ES6import) (see related test)v2.8.17Compare Source
Fixed support of Web Workers when running zip.js with Bun (see #638)
v2.8.16Compare Source
WorkerAPI to facilitate the use of polyfills on Node.js (e.g.web-worker), see https://redirect.github.com/gildas-lormeau/zip.js/discussions/635#discussioncomment-15633490 for more infojpadilla/pyjwt (PyJWT)
v2.11.0Compare Source
Fixed
Azure/azure-sdk-for-python (azure-core)
v1.38.2Compare Source
1.38.2 (2026-02-18)
Bugs Fixed
PipelineClient.format_urlto preserve the leading slash when the URL template starts with/?. #45218v1.38.1Compare Source
1.38.1 (2026-02-10)
Bugs Fixed
PipelineClient.format_urlto avoid adding trailing slashes when the URL template contains only query parameters. #45044openlayers/openlayers (ol)
v10.8.0Compare Source
The 10.8 release brings new sources:
OGCMapfor OGC API Maps, and an experimentalGeoZarrsource for raster data conforming to the evolving GeoZarr specification.Vector rendering also gets an important new feature: finally, we can offset lines. And we have added support for
ReferrerPolicywhen fetching source data and icons, which may become important because OpenStreetMap already started demanding a referer header when serving tiles. To round up the release, many bugs were fixed, and memory management for image styles was improved.What's Changed
setParams()method in ImageWMS do not update request parameters of the image by @Jonnytoshen in #17254New Contributors
Full Changelog: openlayers/openlayers@v10.7.0...v10.8.0
v10.7.2Compare Source
v10.7.1Compare Source
redis/redis-py (redis)
v7.2.0: 7.2.0Compare Source
Changes
Redis 8.6 Support
Added support for Redis 8.6, including new commands and features for streams idempotent production and HOTKEYS.
Smart Client Handoff (Maintenance Notifications) for Cluster
note: Pending a Redis Enterprise version release
This release introduces comprehensive support for Redis Enterprise Cluster maintenance notifications via SMIGRATING/SMIGRATED push notifications. The client now automatically handles slot migrations by:
Relaxing timeouts during migration (SMIGRATING) to prevent false failures
Triggering cluster state reloads upon completion (SMIGRATED)
Enabling seamless operations during Redis Enterprise maintenance windows
OpenTelemetry Native Metrics Support
Added comprehensive OpenTelemetry metrics support following the OpenTelemetry Database Client Semantic Conventions.
Metric groups include:
🚀 New Features
🐛 Bug Fixes
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@veeceey @dariaguy @Nepomuk5665 @praboud @Timour-Ilyas @barshaul @devbyteai @itssimon @majiayu000 @aveao @s-t-e-v-e-n-k @cheizdo2-art @Jonathan-Landeed @PeterJCLaw @ShubhamKaudewar @vchomakov @dmaier-redislabs @elena-kolevska @vladvildanov @petyaslavova
v7.1.1: 7.1.1Compare Source
Changes
🧪 Experimental Features
🧰 Maintenance
We'd like to thank all the contributors who worked on this release!
@vladvildanov
getsentry/sentry-python (sentry-sdk)
v2.53.0Compare Source
Bug Fixes 🐛
Openai Agents
execute_final_output()functions following library refactor by @alexander-alderman-webb in #5453execute_handoffs()functions following library refactor by @alexander-alderman-webb in #5452run_single_turn_streamed()functions following library refactor by @alexander-alderman-webb in #5451run_single_turn()functions following library refactor by @alexander-alderman-webb in #5450Other
Documentation 📚
openai-agentscontrol-flow by @alexander-alderman-webb in #5447Internal Changes 🔧
Openai Agents
Other
v2.52.0Compare Source
New Features ✨
Other
gen_ai.conversation.idif available by @constantinius in #5307Bug Fixes 🐛
Google Genai
Mcp
Other
HostedMCPToolwhen streaming by @alexander-alderman-webb in #5405Internal Changes 🔧
Fastmcp
Messageby @alexander-alderman-webb in #5411test_fastmcp_without_request_context()by @alexander-alderman-webb in #5412AsyncClientfor SSE by @alexander-alderman-webb in #5400TestClientfor Streamable HTTP by @alexander-alderman-webb in #5384Mcp
AsyncClientfor SSE by @alexander-alderman-webb in #5396TestClientfor Streamable HTTP by @alexander-alderman-webb in #5383Other
Other
v2.51.0Compare Source
New Features ✨
Openai
gen_ai.response.time_to_first_tokenby @constantinius in #5348Openai Agents
gen_ai.chatspans by @alexander-alderman-webb in #5370Other
set_conversation_idand managing functions on the Scope and apply it on the Span on.finish()by @constantinius in #5362Bug Fixes 🐛
Internal Changes 🔧
set_data_normalized()withSpan.set_data()for system instructions by @alexander-alderman-webb in #5374Configuration
📅 Schedule: Branch creation - "after 5pm on the first day of the month,on the first day of the month" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.