Sourced from next's releases.
v15.5.4
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: ensure onRequestError is invoked when otel enabled (#83343)
- fix: devtools initial position should be from next config (#83571)
- [devtool] fix overlay styles are missing (#83721)
- Turbopack: don't match dynamic pattern for node_modules packages (#83176)
- Turbopack: don't treat metadata routes as RSC (#82911)
- [turbopack] Improve handling of symlink resolution errors in track_glob and read_glob (#83357)
- Turbopack: throw large static metadata error earlier (#82939)
- fix: error overlay not closing when backdrop clicked (#83981)
- Turbopack: flush Node.js worker IPC on error (#84077)
Misc Changes
- [CNA] use linter preference (#83194)
- CI: use KV for test timing data (#83745)
- docs: september improvements and fixes (#83997)
Credits
Huge thanks to
@yiminghe,@huozhi,@devjiwonchoi,@mischnic,@lukesandberg,@ztanner,@icyJoseph,@leerob,@fufuShih,@dwrth,@aymericzip,@obendev,@molebox,@OoMNoO,@pontasan,@styfle,@HondaYt,@ryuapp,@lpalmes, and@ijjkfor helping!
40f1d78
v15.5.4cb30f0a
[backport] docs: september improvements and fixes (#83997)b6a32bb
[backport] [CNA] use linter preference (#83194)
(#84087)26d61f1
[backport] Turbopack: flush Node.js worker IPC on error (#84079)e11e87a
[backport] fix: error overlay not closing when backdrop clicked (#83981)
(#83...0a29888
[backport] fix: devtools initial position should be from next config (#83571)...7a53950
[backport] Turbopack: don't treat metadata routes as RSC (#83804)050bdf1
[backport] Turbopack: throw large static metadata error earlier (#83816)1f6ea09
[backport] Turbopack: Improve handling of symlink resolution errors (#83805)c7d1855
[backport] CI: use KV for test timing data (#83860)Sourced from react-dom's releases.
19.2.0 (Oct 1, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)- Warn for using a React owned node as a Container if it also has text content (
@sebmarkbage#32774)
... (truncated)
Sourced from react-dom's changelog.
19.2.0 (October 1st, 2025)
Below is a list of all new features, APIs, and bug fixes.
Read the React 19.2 release post for more information.
New React Features
<Activity>: A new API to hide and restore the UI and internal state of its children.useEffectEventis a React Hook that lets you extract non-reactive logic into an Effect Event.cacheSignal(for RSCs) lets your know when thecache()lifetime is over.- React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
- Added resume APIs for partial pre-rendering with Web Streams:
resume: to resume a prerender to a stream.resumeAndPrerender: to resume a prerender to HTML.- Added resume APIs for partial pre-rendering with Node Streams:
resumeToPipeableStream: to resume a prerender to a stream.resumeAndPrerenderToNodeStream: to resume a prerender to HTML.- Updated
prerenderAPIs to return apostponedstate that can be passed to theresumeAPIs.Notable changes
- React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming
<ViewTransition>Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.- Add Node Web Streams (
prerender,renderToReadableStream) to server-side-rendering APIs for Node.js- Use underscore instead of
:IDs generated by useIdAll Changes
React
<Activity />was developed over many years, starting beforeClassComponent.setState(@acdlite@sebmarkbageand many others)- Stringify context as "SomeContext" instead of "SomeContext.Provider" (
@kassens#33507)- Include stack of cause of React instrumentation errors with
%oplaceholder (@eps1lon#34198)- Fix infinite
useDeferredValueloop in popstate event (@acdlite#32821)- Fix a bug when an initial value was passed to
useDeferredValue(@acdlite#34376)- Fix a crash when submitting forms with Client Actions (
@sebmarkbage#33055)- Hide/unhide the content of dehydrated suspense boundaries if they resuspend (
@sebmarkbage#32900)- Avoid stack overflow on wide trees during Hot Reload (
@sophiebits#34145)- Improve Owner and Component stacks in various places (
@sebmarkbage,@eps1lon: #33629, #33724, #32735, #33723)- Add
cacheSignal(@sebmarkbage#33557)React DOM
- Block on Suspensey Fonts during reveal of server-side-rendered content (
@sebmarkbage#33342)- Use underscore instead of
:for IDs generated byuseId(@sebmarkbage,@eps1lon: #32001, facebook/react#33342#33099, #33422)- Stop warning when ARIA 1.3 attributes are used (
@Abdul-Omira#34264)- Allow
nonceto be used on hoistable styles (@Andarist#32461)
... (truncated)
8618113
Bump scheduler version (#34671)1bd1f01
Ship partial-prerendering APIs to Canary (#34633)2f0649a
[Fizz] Remove nonce option from resume-and-prerender APIs
(#34664)5667a41
Bump next prerelease version numbers (#34639)e08f53b
Match react-dom/static test entrypoints and published
entrypoints (#34599)8bb7241
Bump useEffectEvent to Canary (#34610)83c88ad
Handle fabric root level fragment with compareDocumentPosition (#34533)68f00c9
Release Activity in Canary (#34374)3168e08
[flags] enable opt-in for enableDefaultTransitionIndicator (#34373)3434ff4
Add scrollIntoView to fragment instances (#32814)Sourced from requests's releases.
v2.32.5
2.32.5 (2025-08-18)
Bugfixes
- The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
- Added support for Python 3.14.
- Dropped support for Python 3.8 following its end of support.
Sourced from requests's changelog.
2.32.5 (2025-08-18)
Bugfixes
- The SSLContext caching feature originally introduced in 2.32.0 has created a new class of issues in Requests that have had negative impact across a number of use cases. The Requests team has decided to revert this feature as long term maintenance of it is proving to be unsustainable in its current iteration.
Deprecations
- Added support for Python 3.14.
- Dropped support for Python 3.8 following its end of support.
b25c87d
v2.32.5131e506
Merge pull request #7010
from psf/dependabot/github_actions/actions/checkout-...b336cb2
Bump actions/checkout from 4.2.0 to 5.0.046e939b
Update publish workflow to use artifact-id instead of
name4b9c546
Merge pull request #6999
from psf/dependabot/github_actions/step-security/har...7618dbe
Bump step-security/harden-runner from 2.12.0 to 2.13.02edca11
Add support for Python 3.14 and drop support for Python 3.8 (#6993)fec96cd
Update Makefile rules (#6996)d58d8aa
docs: clarify timeout parameter uses seconds in Session.request (#6994)91a3eab
Bump github/codeql-action from 3.28.5 to 3.29.0d0cc045
Always show prune cache output (#597)2841f9f
Bump zizmorcore/zizmor-action from 0.1.2 to 0.2.0 (#571)e554b93
Add **/*.py.lock to cache-dependency-glob (#590)c7d85d9
chore: update known versions for 0.8.2007f2cb5
persist credentials for version update (#584)208b0c0
README.md: Fix Python versions and update checkout action (#572)Sourced from actions/github-script's releases.
v8.0.0
What's Changed
- Update Node.js version support to 24.x by
@salmanmkcin actions/github-script#637- README for updating actions/github-script from v7 to v8 by
@sneha-kripin actions/github-script#653⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
New Contributors
@salmanmkcmade their first contribution in actions/github-script#637@sneha-kripmade their first contribution in actions/github-script#653Full Changelog: https://github.com/actions/github-script/compare/v7.1.0...v8.0.0
v7.1.0
What's Changed
- Upgrade husky to v9 by
@benelanin actions/github-script#482- Add workflow file for publishing releases to immutable action package by
@Jcambassin actions/github-script#485- Upgrade IA Publish by
@Jcambassin actions/github-script#486- Fix workflow status badges by
@joshmgrossin actions/github-script#497- Update usage of
actions/upload-artifactby@joshmgrossin actions/github-script#512- Clear up package name confusion by
@joshmgrossin actions/github-script#514- Update dependencies with
npm audit fixby@joshmgrossin actions/github-script#515- Specify that the used script is JavaScript by
@timotkin actions/github-script#478- chore: Add Dependabot for NPM and Actions by
@nschonniin actions/github-script#472- Define
permissionsin workflows and update actions by@joshmgrossin actions/github-script#531- chore: Add Dependabot for .github/actions/install-dependencies by
@nschonniin actions/github-script#532- chore: Remove .vscode settings by
@nschonniin actions/github-script#533- ci: Use github/setup-licensed by
@nschonniin actions/github-script#473- make octokit instance available as octokit on top of github, to make it easier to seamlessly copy examples from GitHub rest api or octokit documentations by
@iamstarkovin actions/github-script#508- Remove
octokitREADME updates for v7 by@joshmgrossin actions/github-script#557- docs: add "exec" usage examples by
@neilimein actions/github-script#546- Bump ruby/setup-ruby from 1.213.0 to 1.222.0 by
@dependabot[bot] in actions/github-script#563- Bump ruby/setup-ruby from 1.222.0 to 1.229.0 by
@dependabot[bot] in actions/github-script#575- Clearly document passing inputs to the
scriptby@joshmgrossin actions/github-script#603- Update README.md by
@nebuk89in actions/github-script#610New Contributors
@benelanmade their first contribution in actions/github-script#482@Jcambassmade their first contribution in actions/github-script#485@timotkmade their first contribution in actions/github-script#478@iamstarkovmade their first contribution in actions/github-script#508@neilimemade their first contribution in actions/github-script#546@nebuk89made their first contribution in actions/github-script#610Full Changelog: https://github.com/actions/github-script/compare/v7...v7.1.0
ed59741
Merge pull request #653
from actions/sneha-krip/readme-for-v82dc352e
Bold minimum Actions Runner version in README01e118c
Update README for Node 24 runtime requirements8b222ac
Apply suggestion from @salmanmkcadc0eea
README for updating actions/github-script from v7 to v820fe497
Merge pull request #637
from actions/node24e7b7f22
update licenses2c81ba0
Update Node.js version support to 24.xf28e40c
Merge pull request #610
from actions/nebuk89-patch-11ae9958
Update README.mdSourced from pandas's releases.
Pandas 2.3.3
We are pleased to announce the release of pandas 2.3.3. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes. Pandas 2.3.3 supports Python 3.9 and higher, and is the first release to support Python 3.14.
The release will be available on the conda-forge channel:
conda install pandas --channel conda-forgeOr via PyPI:
python3 -m pip install --upgrade pandasPlease report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
Pandas 2.3.2
We are pleased to announce the release of pandas 2.3.2. This release includes some improvements and fixes to the future string data type (preview feature for the upcoming pandas 3.0). We recommend that all users upgrade to this version.
See the full whatsnew for a list of all the changes. Pandas 2.3.2 supports Python 3.9 and higher.
The release will be available on the conda-forge channel:
conda install pandas --channel conda-forgeOr via PyPI:
python3 -m pip install --upgrade pandasPlease report any issues with the release on the pandas issue tracker.
Thanks to all the contributors who made this release possible.
9c8bc3e
RLS: 2.3.36aa788a
[backport 2.3.x] DOC: prepare 2.3.3 whatsnew notes for release (#62499)
(#62508)b64f0df
[backport 2.3.x] BUG: avoid validation error for ufunc with
string[python] ar...058eb2b
[backport 2.3.x] BUG: String[pyarrow] comparison with mixed object (#62424)
(...2ca088d
[backport 2.3.x] DEPR: remove the Period resampling deprecation (#62480)
(#62...92bf98f
[backport 2.3.x] BUG: fix .str.isdigit to honor unicode superscript for
older...e57c7d6
Backport PR #62452
on branch 2.3.x (TST: Adjust tests for numexpr 2.13) (#62454)e0fe9a0
Backport to 2.3.x: REGR: from_records not initializing subclasses
properly (#...23a1085
BUG: improve future warning for boolean operations with missaligned
indexes (...6113696
Backport PR #62396
on branch 2.3.x (PKG/DOC: indicate Python 3.14 support in ...