Featured Today

Manual/Semi-automatic Curation
  • Next.js

    Next.js is a React framework for building full-stack applications with built-in routing and server-side rendering.

    131,000 stars
    TypeScript
  • Supabase

    Supabase is an open-source Firebase alternative offering Postgres, auth, storage, and edge functions.

    78,000 stars
    TypeScript
  • Go

    An open source programming language

    126,000 stars
    Go

Your Event Feed

Filtered view
Clear
Next.jsreleasedv16.2.012h ago

v16.2.0-canary.33 fixes image quality handling, upgrades React, improves prefetch stream management, removes outdated examples and Turbopack APIs, enhances create-next-app font setup, and optimizes test sharding.

ReactSSRRSC
FastAPIreleased0.128.618h ago

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

Next.jsreleasedv16.1.223h ago

Includes stability and performance updates for app router.

ReactSSRRSC
Vitereleased8.3.01d ago

create-vite@8.3.0 introduces minor enhancements and bug fixes; see CHANGELOG.md for details.

Redisreleased8.4.12d ago

Redis 8.4.1 is a security-focused release that addresses multiple vulnerabilities, including the exposure of personally identifiable information in server logs and crashes in RedisBloom during RDB loading. It also includes numerous bug fixes, performance improvements, and new metrics across Redis modules—particularly RediSearch—with enhancements to vector search, garbage collection, cluster stability, cursor handling, and resource utilization. New configuration options and detailed profiling capabilities further improve observability and control.

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.33d ago

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

LangChainreleased1.2.93d ago

LangChain v1.2.9 includes fixes for middleware schema normalization and token counting, adds support for state updates from wrap_model_call and threading context through create_agent flows, improves typing tooling, and resolves edge-case errors.

Supabasereleasedlatest4d ago

February 2026 highlights: Supabase PrivateLink for secure AWS VPC connectivity, Postgres best practices for AI agents, Ethereum querying via SQL, official Claude connector, TRAE SOLO integration, Edge Functions zip upload, local SQL snippets, and new community initiatives including SupaSquad and a contributor portal.

PostgresAuthBaaS
NestJSreleasedv11.1.136d ago

v11.1.13 fixes serialization options in Common, enhances MQTT microservices with per-handler QoS and configurable buffer size, and updates Fastify and CORS dependencies.

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, and enhanced middleware (e.g., improved CORS, CSRF, cache, and logger). It refactors core APIs—including making Ctx an interface—and adds generic helpers, client enhancements, and service dependency support. The release includes significant performance optimizations, stricter RFC compliance, security hardening, and tooling such as a migration CLI. Minimum Go version is now 1.24, and many APIs have breaking changes requiring migration vi

Vitestreleasedv4.1.07d ago

Vitest v4.1.0-beta.3 introduces `aroundEach`/`aroundAll` hooks, stabilizes experimental features, enhances the `--update` flag, adds test metadata support, extends API security options, improves browser UI with a details panel position setting, and refines import duration tracking. It also includes numerous bug fixes across SSR, mocking, spying, browser isolation, and expectation logic.

Reactreleased19.2.414d ago

React 19.2.4 enhances security by adding more DoS mitigations to Server Actions and hardening Server Components.

PyTorchreleased2.10.019d ago

PyTorch 2.10.0 adds experimental Python 3.14 and freethreaded build support for torch.compile(), introduces combo-kernels to reduce kernel launch overhead, and adds varlen_attn() for ragged sequences. It expands Intel GPU support (Panther Lake) with FP8, complex MatMul, and SYCL extensions, enables deterministic mode in torch.compile(), and introduces DebugMode for numerical divergence tracking. New features include LocalTensor for single-process distributed simulation, eigenvalue decompositions via DnXgeev, and numerous Inductor, Dynamo, quantization, and ROCm/MPS/XPU backend improvements. Br

Prismareleased7.3.019d ago

Prisma 7.3.0 introduces a new `compilerBuild` option ('fast' or 'small') for query compiler trade-offs, bypasses the query compiler for raw queries to reduce overhead, updates MSSQL to v12.2.0, pins better-sqlite3 to avoid a SQLite bug, reverts @map 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 value handling, preserves theme key casing, refines CLI behavior, and boosts compatibility with JS configs and Vite’s environment API.

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, CLI dependency version alignment, and numerous fixes including CVE-2025-64756 in glob, circular imports, and documentation improvements.

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, security updates, dependency upgrades, and performance optimizations.

Flaskreleased3.1.2174d ago

Flask 3.1.2 is a bugfix release that resolves issues with async view context streaming, test client session state after redirects, and type hints for bytes IO in send_file—without introducing breaking changes.