Explore tracked sources

Every software and developer-update source on DevUpdate.io, contributed by the community. Browse without an account, or sign in to add any of these to your dashboard.

Descriptions and status summaries are generated by an AI from publicly available data. They may not reflect the current state of a project. More on AI-extracted content. Project owners can request a correction or removal by emailing info@devupdate.io.

Source:Sort:

Chunk is a fast text chunking library that splits input text at semantic boundaries like periods and newlines, with configurable chunk sizes and delimiters. It provides a Rust `chunk` API and includes related basic operations used by the chonkie core, with additional Python and JavaScript/Wasm packages mentioned in the project.

Status:

Actively maintained: The repo has recent activity, with the latest recorded update on 2026-05-28 (about 2 months before 2026-07-23), and prior updates in late March 2026, indicating ongoing maintenance rather than dormancy.

Last release:

451 watchers
Open

Chonkie is a lightweight ingestion library for building fast, efficient, and robust RAG pipelines, with multiple chunking approaches like token, sentence-based, recursive, semantic similarity, and LLM-assisted chunking. It provides a Python API (including Pipeline workflows that fetch, chunk, refine, embed, and send to a vector database) and can also be run as a self-hosted REST API service with reusable pipeline configurations.

Status:

Actively maintained: The repo has a recent upstream push (2026-07-17) and publishes frequent updates, with the latest noted update being v1.7.0 on 2026-07-07, indicating ongoing development through mid-2026.

Last release:

691 updates · last 90 days1 watchers
Open

Charset Normalizer is a pure Python library for detecting the character encoding of text with unknown encodings, based on IANA codec support. It also helps you read and decode text safely, and it can register custom codecs to extend supported encodings. Useful as an alternative to Chardet when you need charset detection in Python.

Status:

Actively maintained: The repo shows recent updates (latest noted push on 2026-08-15, with follow-on changes within days), and the changelog continues to address detection correctness, performance, and Python version support.

Last release:

864 updates · last 90 days1 watchers
Open

Python library for Azure Functions that provides Durable Functions bindings, enabling stateful serverless workflows. It helps you implement orchestrator and entity functions using the Azure Functions programming model, while handling state, checkpoints, and restarts. Useful for building resilient, stateful workflows in Azure Functions with Python.

Status:

Actively maintained: GitHub activity is current (last upstream push 2026-08-04), and the project recently shipped multiple updates in 2026.

Last release:

622 updates · last 90 days1 watchers
Open

Azure/azure-sdk-for-python is for active development of the Azure SDK for Python, providing service-specific Python libraries for working with Azure resources (for example, upload a blob). It also points consumers to public developer docs, and includes guidance on using new releases (including preview packages) and stable, production-ready versions.

Status:

Actively maintained, GitHub shows an upstream push today (2026-09-17) and the repo is described as “active development” of the Azure SDK for Python.

Last release:

72185 updates · last 90 days1 watchers
Open

Arrow is a Python library for creating, manipulating, formatting, and converting dates, times, and timestamps. It aims to be a human-friendly, timezone-aware alternative to working with Python’s built-in date and time modules, with features like parsing and formatting (including ISO 8601), timezone conversion, shifting by offsets, and humanized time output.

Status:

Active maintenance: The GitHub upstream shows a recent push on 2026-06-22, which suggests the repository is still active, though the provided tagged updates list stops at v1.4.0 (2025-10-24).

Last release:

511 watchers
Open
LinkedIn Marketing API

Official Microsoft Learn page for LinkedIn Marketing API recent changes. It summarizes monthly API version updates, including product announcements, breaking changes, version sunsets, and related reminders, to help developers track what changed and what may affect their integrations.

Status:

The LinkedIn Marketing API update source appears actively maintained, with the most recent documented update in 202609 (dated 2026-09-01), indicating LinkedIn continues to publish API changes on an ongoing basis.

Last release:

803 updates · last 90 days1 watchers
Open

dnd-kit is a modern, lightweight drag and drop toolkit for the web, designed to be accessible, performant, and extensible. It provides a framework-agnostic core with DOM support and adapters for React, Vue, Svelte, and Solid, useful for building sortable interfaces and more complex drag and drop use cases.

Status:

The repo appears actively maintained, with an upstream push as recently as 2026-09-12, and a prior coordinated set of package updates across multiple subpackages on 2026-06-11.

Last release:

651 watchers
Open

Utilities for checking whether Unicode characters belong to character classes defined by XML specifications. It provides per-XML-version modules that include regular-expression fragments, character lists, and functions for testing code points, useful when validating or building XML-related parsing and validation logic.

Status:

Maintenance status: Upstream for lddubeau/xmlchars is marked archived, so it does not appear to be actively maintained as of today (2026-09-10), despite an upstream push timestamp in late 2025.

Last release:

281 watchers
Open

Provides functions to validate whether a given string matches the XML `Name` or `QName` productions. Useful for checking that XML element and qualified name strings conform to the XML Namespaces specification, returning a boolean result.

Status:

Maintenance status: Appears dormant/maintenance-light, with the last upstream update on 2023-11-12 and no newer GitHub updates shown up to 2026-09-10.

Last release:

331 watchers
Open

ws is a simple to use, fast, and thoroughly tested WebSocket client and server library for Node.js. It supports WebSocket features like the RFC 6455 protocol and permessage-deflate compression, and is useful for building real-time WebSocket backends.

Status:

The repo appears actively maintained, with the most recent upstream push on 2026-08-06 and multiple recent updates (8.21.3 on 2026-08-06, 8.21.2 on 2026-08-03, 8.21.1 on 2026-07-14), all within about a month of today (2026-08-13).

Last release:

619 updates · last 90 days1 watchers
Open

why-is-node-running helps diagnose cases where a Node.js process keeps running without an obvious reason. It logs the active handles that keep the event loop alive, and can be used either as a local dependency, as a global CLI, or preloaded with Node’s `--import` option.

Status:

Maintenance and activity: The repository appears quiet/dormant, with the last recorded upstream push on 2025-01-08 and no updates since v3.2.2 (2025-01-08), which is more than a year ago relative to 2026-09-10.

Last release:

391 watchers
Open

whatwg-url is a JavaScript implementation of the WHATWG URL Standard. It provides a `URL` and `URLSearchParams` API that follows the spec, and it also exposes lower-level parsing and serialization functions that are useful for projects like jsdom that need to integrate URL parsing into their own code.

Status:

Actively maintained and recently touched, with the latest upstream push on 2026-09-10, and a follow-on update v17.1.1 on 2026-09-10 (about a week before today, 2026-09-17).

Last release:

523 updates · last 90 days1 watchers
Open

This package parses, serializes, manipulates, and sniffs MIME types according to the WHATWG MIME Sniffing Standard. It provides a `MIMEType` API for working with MIME type strings and parameters, and a `computedMIMEType()` function that determines the computed MIME type of a resource by applying the full browser-compatible sniffing algorithm to resource bytes (and optional `Content-Type` and sniffing-related options).

Status:

The source appears maintained in a continuing development cycle, with a recent upstream push on 2026-01-21 and a major update (v5.0.0) on 2026-01-20, so it is not dormant as of today (2026-09-10).

Last release:

401 watchers
Open

whatwg-encoding is a deprecated JavaScript package that decodes strings according to the WHATWG Encoding Standard, via a thin layer on top of iconv-lite. It is useful when you need encoding primitives compatible with the WHATWG Encoding Standard, but it has been superseded by @exodus/bytes, which jsdom now uses directly.

Status:

Maintenance status: The upstream source is marked as archived, which strongly suggests it is not actively maintained despite intermittent repository activity (last upstream push appears to be 2025-12-28).

Last release:

261 watchers
Open

This JavaScript package implements Web IDL type conversion algorithms, converting JavaScript values to the results defined for specific Web IDL types and vice versa. It is useful when you need Web IDL-compatible argument coercion and error behavior in JavaScript, with per-type options for cases like clamping integer ranges or treating null as an empty string for DOMString.

Status:

The source jsdom/webidl-conversions appears actively maintained, with an upstream push on 2026-01-02 and subsequent updates at least as recently as v8.0.1 (2026-01-02) and v8.0.0 (2025-09-09).

Last release:

441 watchers
Open

w3c-xmlserializer is an XML serializer that follows the W3C specification. It is useful in Node.js for converting a DOM node (for example, from jsdom) into an XML string, with an option to require well-formedness and throw errors for non-well-formed constructs.

Status:

The repository appears to be largely inactive currently, with the last upstream push on 2023-11-12 and the most recent published updates (v5.0.0) on the same date, which is about 2 years and 10 months ago relative to 2026-09-10.

Last release:

341 watchers
Open

Vite is a next-generation frontend build tool that aims to speed up modern web development. It includes a dev server with fast Hot Module Replacement (HMR) and a build command to bundle optimized production static assets, with extensible plugin and JavaScript APIs.

Status:

Actively maintained and evolving: Vite has recent GitHub activity (last upstream push on 2026-09-16) and multiple substantive updates in September 2026, indicating ongoing development rather than maintenance mode.

Last release:

7224 updates · last 90 days1 watchers
Open