Frameworks & Libraries

The newest updates across every Frameworks & Libraries product we track.

Latest Frameworks & Libraries updates

pygments

pygments · Frameworks & Libraries

New BitBake lexer; New Caddyfile lexer; New CEL lexer; New PureScript lexer; New Night Owl style; Bash lexer: fix coloured keyword at the beginning of a name; Boogie lexer: add…

AddedChangedFixed

Electron

OpenJS Foundation · Frameworks & Libraries

Fixed registerFileProtocol and registerHttpProtocol returning readable responses to cross-origin no-cors fetches; they now return opaque responses like protocol.handle; Fixed a…

ChangedFixed

okhttp

lysine-dev · Frameworks & Libraries

Dns2, the new OkHttp DNS API with support for DNS message reading and writing, HTTPS DNS records, and Dns.lookup on DnsOverHttps.; ECH (Encrypted Client Hello) support including…

AddedChangedFixed
SourceFrom commit messages

dayjs

dayjs · Frameworks & Libraries

timezone plugin now computes instance .tz() offset without host DST

Fixed

MapLibre GL JS

MapLibre · Frameworks & Libraries

Optimize cross-tile symbol matching to avoid per-query Array.sort() by claiming the lowest-index unclaimed candidate in a single pass, reducing main-thread symbol-placement cost…

AddedChangedFixed

Electron

OpenJS Foundation · Frameworks & Libraries

Fixed a crash in systemPreferences.promptTouchID(reason) when an invalid reason value is passed; Fixed a potential crash in contentTracing.stopRecording() when the trace file…

Fixed

charset_normalizer

charset_normalizer · Frameworks & Libraries

Raise upper bound of setuptools to v84; Optimize cache performance access for CharInfo struct in prebuilt versions; No longer decode large content when the noise detector output…

ChangedFixed

Better Auth

Better Auth · Frameworks & Libraries

Improved deleteSessions performance by running deletes in parallel instead of sequentially; Fixed automatic email-domain organization assignment to require both a verified…

Fixed

node-hdb

node-hdb · Frameworks & Libraries

Keep extra space for potential client info updates; Override diff to 8.0.4 to address GHSA-73rr-hh4g-fpgx; Fix GHSA-3jxr-9vmj-r5cp and GHSA-52cp-r559-cp3m

FixedSecurity

NestJS

NestJS · Frameworks & Libraries

Share existing singleton providers with lazily loaded modules; Match string file types containing regex metacharacters; Convert adjacent wildcard segments in legacy route…

AddedFixed

Next.js

Vercel · Frameworks & Libraries

Turbopack: don't strip async-module runtime from shared runtime chunks; Turbopack: add turbopackecmascript and turbopackwasm's embedded FS to internalassetsconditions; Turbopack…

ChangedFixed

Better Auth

Better Auth · Frameworks & Libraries

Prevented duplicate session requests during React Suspense retries while preserving revalidation for interrupted refreshes; Restored client plugin declaration compatibility for…

Fixed

Astro

Astro · Frameworks & Libraries

Return a 404 instead of a 500 for unknown parameters that match a prerendered dynamic endpoint

Fixed

Astro

Astro · Frameworks & Libraries

Component styles rendered from content entries no longer remain stale until a second save when an adapter uses Astro's fallback development environment; Incremental builds no…

Fixed

Angular

Google · Frameworks & Libraries

Generate correct expression for optional chaining; Remove namespaced MathML script elements; Correctly resolve symbol for SafePropertyRead in chained optional navigation; Record…

Fixed

shadcn/ui

shadcn · Frameworks & Libraries

Support adding registries to package.json when components.json is not present; Merge registries from package.json and components.json; Resolve registries declared in package.json…

AddedChangedFixed

Angular

Google · Frameworks & Libraries

sanitize host bindings on concrete hosts; match header values exactly when deleting; preserve immutability of materialized clones; run root interceptors in the terminal request…

Fixed

Uvicorn

Encode · Frameworks & Libraries

Update zttp to 0.0.24 and use its combined receive path, improving HTTP/1.1 request parsing performance

Changed

Quarkus

Red Hat · Frameworks & Libraries

Fix tight loop for AbstractResteasyReactiveContext due to race condition; Change how connection closure is handled to avoid a race condition; Fix test selection for nested test…

ChangedFixed

Fastify

Fastify · Frameworks & Libraries

Remove raw response headers; Add Reply.prototype.mediaType; Return undefined for invalid media types in content-type handling

AddedFixed

Storybook

Storybook · Frameworks & Libraries

Fix RDT tsconfig selection for Vite project references in React; Remove @cloudflare/vite-plugin from the inherited Vite config in Tanstack React; Wait for router to load before…

Fixed

Hono

Hono · Frameworks & Libraries

Output standard empty parentheses () instead of none for disabled Permissions-Policy directives in secure-headers; Render async children of document metadata tags instead of…

AddedChangedFixed

Uvicorn

Encode · Frameworks & Libraries

Update zttp to 0.0.22, fixing bodyless request receives and improving HTTP/1 request parsing performance

Fixed

Svelte

Svelte · Frameworks & Libraries

Skip controlled each fast path while another batch is pending; Improve whitespace handling inside printer; Prevent duplication of comments in attributes; Preserve CSS comments in…

Fixed

charset_normalizer

charset_normalizer · Frameworks & Libraries

Explicit support for Python 3.15; Comparing a CharsetMatch to a non-alias encoding strings; Return 0.0 CharsetMatch.multibyteusage for empty payloads instead of crashing; A file…

AddedChangedFixed

CameraX

Google · Frameworks & Libraries

Deprecate legacy Camera2Interop APIs (Camera2Interop.Extender, Camera2CameraControl, Camera2CameraInfo, and CaptureRequestOptions) in favor of Camera2Interop configurator factory…

AddedChangedFixedRemovedDeprecated
SourceAI extracted

oci-typescript-sdk

oci-typescript-sdk · Frameworks & Libraries

Support for the OCI Device Data FHIR (Fast Healthcare Interoperability Resources) Service; Support for the Globally Distributed Database service; Support for availability domain…

Added

Laravel

Laravel · Frameworks & Libraries

Isolate cloud agent requests from global HTTP client configuration; Configure a socket timeout for the Cloud log driver; ColumnDefinition::unsigned takes a parameter, which should…

Changed

Laravel

Laravel · Frameworks & Libraries

Prevent fatal errors when logging deprecations fails; Fix Factory::insert() with a count of zero; Fix schedule:list timezone conversion for range, step, and wildcard cron…

AddedChangedFixed

MapLibre GL JS

MapLibre · Frameworks & Libraries

Make fired/listened map events typed to provide TypeScript error checking and better autocomplete for map.on, once, and listens methods; Allow StyleImageInterface to provide a…

AddedChangedFixed

serverless

serverless · Frameworks & Libraries

Host MCP servers on AWS Lambda with a new mcp section in serverless.yml that deploys official MCP TypeScript SDK servers behind API Gateway with response streaming, OAuth…

AddedChangedFixedSecurity

NumPy

NumPy · Frameworks & Libraries

Wheels for Python 3.15.0rc1 are now included; PyArrayStringDTypeObject is now opaque under the abi3t stable ABI, preventing access to struct fields in free-threading-compatible…

AddedChangedFixed

esbuild

esbuild · Frameworks & Libraries

Fix tree shaking bug that could incorrectly tree-shake imports used in TypeScript type aliases with import assignment; Fix CSS minification bug where the & selector was…

ChangedFixed

setuptools

setuptools · Frameworks & Libraries

Newline-separated keywords and platforms fields are now handled forgivingly with each line treated as a separate item and a deprecation warning emitted; Extension is now a…

AddedChangedFixedDeprecated

Starlette

Encode · Frameworks & Libraries

Add maxbodysize parameter to Starlette and route classes; Expose http.response.debug info via response extensions

Added

Fastify

Fastify · Frameworks & Libraries

Clear trailer state when removing all trailers; Pass null instead of undefined to requestCompleted on success; Recognize constructor-assigned built-in properties as decorator…

Fixed

Babel

Babel · Frameworks & Libraries

Disallow super call after new; Improve new callee parens check in generator; Support proto as an export name in systemjs

Fixed

Symfony

Symfony · Frameworks & Libraries

Cap the burst size and the duration computed from it in RateLimiter; Honor the expiry date of currencies that have no start date in Intl; Distinguish activeat from notactiveat in…

AddedFixed

Symfony

Symfony · Frameworks & Libraries

Cap the burst size and the duration computed from it in RateLimiter; Honor the expiry date of currencies that have no start date in Intl; Distinguish activeat from notactiveat in…

AddedFixed

JUnit

JUnit Team · Frameworks & Libraries

Provide reachability metadata for junit-platform-engine to restore compatibility with GraalVM 25

Fixed

lucide

lucide · Frameworks & Libraries

Add audio-lines-x icon; Add shield-lock icon; Add broom icon; Add chinese-character icon to lab; Refine and rename various emoji icons; Remove toBeRemovedInVersion from all…

AddedChangedFixed

Hono

Hono · Frameworks & Libraries

Trie router now counts every slash a pattern consumes; Stream utilities re-acquire writer lock when pipe() throws; ETag skips unsafe methods or error responses on non- case

Fixed

Storybook

Storybook · Frameworks & Libraries

Angular: Serve ancestor nodemodules for addon-vitest in browser mode; Update getVersionedPackages method to handle non-Storybook packages correctly

ChangedFixed

Material UI

MUI · Frameworks & Libraries

Prevent exit transitions from getting stuck in transitions; Include transforms in published package for codemod; Add more unit tests for pagination

AddedFixed

Enhance

Enhance Hosting Automation · Frameworks & Libraries

Improved network isolation for ephemeral containers; Added additional restriction on website backup upload for service websites

Changed
SourceAI extracted

Django

Django Software Foundation · Frameworks & Libraries

Model field fetch modes allow configurable on-demand fetching behavior with FETCHONE, FETCHPEERS, and FETCHRAISE modes via QuerySet.fetchmode(); ForeignKey.ondelete now supports…

AddedChangedDeprecated