今日精选

人工 / 半自动策展
  • Next.js

    Next.js 是一个用于构建全栈 React 应用的框架,内置路由和服务器端渲染功能。

    131,000 stars
    TypeScript
  • Supabase

    Supabase 是一个开源的 Firebase 替代方案,提供 Postgres、身份验证、存储和边缘函数。

    78,000 stars
    TypeScript
  • Go

    面向云原生后端的高性能语言

    126,000 stars
    Go

技术动态流

已启用筛选
清空
FastAPIreleased0.128.71h ago

FastAPI v0.128.7 improves error clarity when including a router into itself, replaces dict with Mapping in HTTPException.headers, simplifies in-memory file reading, updates documentation markup to use <dfn>, and includes minor test and workflow refinements.

Next.jsreleasedv16.2.013h ago

v16.2.0-canary.33 includes core fixes for image quality handling, React upgrade, prefetch stream improvements, example removals, Turbopack API updates, font variable placement in create-next-app, and test infrastructure refinements.

ReactSSRRSC
FastAPIreleased0.128.620h ago

FastAPI v0.128.6 fixes `on_startup`/`on_shutdown` in `APIRouter`, updates Chinese translations, and resolves parameterized test issues.

Next.jsreleasedv16.1.21d ago

Includes stability and performance updates for app router.

ReactSSRRSC
Vitereleased8.3.01d ago

create-vite@8.3.0 introduces updates and improvements to the Vite project scaffolding tool; see CHANGELOG.md for details.

Redisreleased8.4.12d ago

Redis 8.4.1 is a security-focused release that patches PII exposure in logs and fixes critical crashes in RedisBloom during RDB loading, alongside numerous bug fixes, performance improvements, and enhanced metrics across Redis modules including RediSearch, RedisJSON, and RedisTimeSeries.

Playwrightreleasedv1.58.23d ago

Playwright v1.58.2 fixes trace viewer stdin path handling and removes forced SwiftShader on Chromium for macOS, updating browsers to Chromium 145.0.7632.6, Firefox 146.0.1, and WebKit 26.0.

Echoreleasedv5.0.34d ago

Fixed a Windows-specific directory traversal vulnerability in the Static middleware when using the default filesystem configuration.

LangChainreleased1.2.94d ago

LangChain v1.2.9 includes fixes for schema normalization and token counting, adds support for state updates from wrap_model_call, improves threading context in agent creation, and enhances typing and metadata handling.

Supabasereleasedlatest4d ago

February 2026 highlights include Supabase PrivateLink for secure AWS VPC connectivity, Postgres best practices for AI agents, Ethereum querying via SQL, official Claude connector support, TRAE SOLO IDE integration, Edge Functions zip uploads, local SQL snippet saving, and new community initiatives like SupaSquad and a contributor portal.

PostgresAuthBaaS
NestJSreleasedv11.1.137d ago

v11.1.13 fixes issues in the common module (including maxArrayLength/maxStringLength handling and proto key stripping), adds per-handler QoS support for MQTT microservices, introduces configurable max buffer size in microservices, and updates dependencies like Fastify and CORS.

Fiberreleasedv3.0.07d ago

Fiber v3.0.0 introduces a comprehensive overhaul with new features like AutoTLS, Msgpack support, UNIX sockets, buffered streaming, dynamic session expiration, enhanced middleware (CSRF, CORS, cache, logger, etc.), generic binding/helpers, improved context compliance with context.Context, client package enhancements, and significant performance optimizations. It includes breaking changes such as renaming methods (e.g., WithTlsConfig → WithTLSConfig), replacing UUIDv4 with SecureToken, and updating minimum Go version to 1.24. A migration tool and detailed guide are provided.

Vitestreleasedv4.1.07d ago

Vitest v4.1.0-beta.3 introduces aroundEach/aroundAll hooks, stabilizes experimental features, enhances the --update flag, adds test meta support, extends API security options, improves browser UI with details panel control, and adds import duration tracking. It also fixes SSR environment handling, mock/spy behavior, browser isolation warnings, and various edge cases in expect/matchers and dependency updates.

Reactreleased19.2.414d ago

React 19.2.4 (January 26, 2026) adds enhanced DoS mitigations to Server Actions and hardens React Server Components security.

PyTorchreleased2.10.019d ago

PyTorch 2.10.0 introduces experimental Python 3.14 and freethreaded build support for torch.compile(), combo-kernels to reduce kernel launch overhead, a new varlen_attn() operator for ragged sequences, efficient eigenvalue decompositions via DnXgeev, deterministic mode compliance in torch.compile(), DebugMode for numerical divergence tracking, and expanded Intel GPU support including FP8 ops and SYCL extensions on Windows. The release also includes backward-incompatible changes like removing deprecated DataLoader arguments and changing ONNX export defaults, deprecates dynamic_axes in favor of

Prismareleased7.3.019d ago

Prisma 7.3.0 introduces a new `compilerBuild` option ('fast' or 'small') to optimize query compilation, bypasses the query compiler for raw queries to reduce overhead, updates MSSQL adapter to v12.2.0, pins better-sqlite3 to avoid SQLite bugs, reverts mapped enum behavior to v6.19.0, and fixes BigInt precision loss in JSON aggregations by casting to text.

Tailwind CSSreleasedv4.1.1860d ago

v4.1.18 fixes source validation, improves error reporting with file/line info, enhances arbitrary utility handling, preserves theme key casing, refines CLI behavior including --watch and stdout, adds Vite environment API support, and boosts compatibility for JS config features like content, future flags, and special defaults.

TypeORMreleased0.3.2869d ago

Version 0.3.28 adds PostgreSQL jsonpath and MySQL/MariaDB vector column support, MSSQL multiSubnetFailover and vector types, MongoDB SOCKS5 proxy settings, UTC date columns, improved CLI dependency handling, numerous documentation fixes, dependency updates including a glob upgrade to address CVE-2025-64756, and various CI/test/tooling enhancements.

Ginreleasedv1.11.0143d ago

Gin v1.11.0 introduces HTTP/3 support via quic-go, new binding features (including unixMilli/unixMicro and BindPlain), enhanced form handling with default values and array formats, improved context methods for native types and cookies, custom JSON codec support, and numerous bug fixes, dependency updates, performance optimizations, and documentation improvements.

Flaskreleased3.1.2174d ago

Flask 3.1.2 is a bugfix release addressing issues with async views, test client session state after redirects, and type hints for send_file, without introducing breaking changes.