releases.sh Release Notes
144 release notes curated from 3 sources by the Releasebot Team. Last updated: Sep 2, 2026
releases.sh Products
- Aug 31, 2026
- Date parsed from source:Aug 31, 2026
- First seen by Releasebot:Sep 2, 2026
- Modified by Releasebot:Sep 3, 2026
August 31, 2026
Releases.sh adds new docs guides and improves MCP OAuth flows with fixes for client authorization, scope grant handling, refresh tokens, and smoother session persistence across tabs and agent processes.
Added
- Docs site gains three three how-to guides: locating a changelog source for a product, converting any changelog to an RSS/Atom feed, and setting up release notifications.
Fixed
- MCP clients can now complete OAuth authorization — resource-request validation was incorrectly blocking clients that hadn't pre-declared their target resource, and a column encoding bug was silently discarding scope grants on new OAuth client registrations.
- MCP OAuth sessions now issue refresh tokens so authenticated clients stay connected past the one-hour access-token expiry; concurrent token refreshes from multiple tabs or agent processes no longer trigger a forced re-authorization.
- Aug 30, 2026
- Date parsed from source:Aug 30, 2026
- First seen by Releasebot:Aug 31, 2026
August 30, 2026
Releases.sh adds a named OpenAPI ErrorEnvelope component, improves 404 handling with markdown guidance for missing API and docs paths, and expands llms.txt with a clearer “When to use” section for agents and researchers.
Added
- OpenAPI spec now registers the error envelope as a named
ErrorEnvelopecomponent — previously inlined anonymously at every error response, so code generators and API tooling can reference the{ error: { code, type, message, details? } }shape directly. - Nonexistent API and docs paths return a
text/markdown404 body — with pointers tollms.txt, the docs index, the REST API base, and the OpenAPI spec — so AI agents and tools hitting a wrong endpoint get actionable next steps instead of an HTML shell or empty body. llms.txtgains a "When to use" section: what questions releases.sh answers well (what shipped across a stack, who shipped integrations, roadmap/product research), the fastest call paths (CLI, MCP tools, REST), and an explicit non-goal.
All of your release notes in one feed
Join Releasebot and get updates from releases.sh and hundreds of other software products.
- Aug 25, 2026
- Date parsed from source:Aug 25, 2026
- First seen by Releasebot:Aug 26, 2026
August 25, 2026
Releases.sh fixes OAuth for generic MCP clients and Bearer-token tool flows on the hosted MCP server.
Fixed
- Generic MCP clients (MCPJam and similar) can now complete OAuth against the hosted MCP server — extra grant types are intersected rather than rejected, unrecognized scopes are dropped, and both the origin and
/mcppath are accepted as valid resource identifiers. Follow tools that forward the caller's Bearer token to the REST API now work end-to-end.
- Aug 24, 2026
- Date parsed from source:Aug 24, 2026
- First seen by Releasebot:Aug 26, 2026
August 24, 2026
Releases.sh adds Idempotency-Key support for API writes and fixes rate limit errors with standard envelopes and retry headers.
Added
- API writes now support
Idempotency-Key— send the header on token creation, API key creation, webhook creation/rotation, webhook test dispatches, recommendations, and feedback requests to get the same response on any retry within 24 hours.
Fixed
- Rate limit error responses now use the standard structured error envelope and include
Retry-Afterand rate limit policy headers.
- Aug 24, 2026
- Date parsed from source:Aug 24, 2026
- First seen by Releasebot:Aug 26, 2026
v0.74.1
releases-cli patches route feedback, submit, and keys through shared apiFetch with skipDefaultAuth support.
Patch Changes
17b9d2d: Route feedback, submit, and keys through the shared apiFetch transport instead of each rolling its own fetch call. apiFetch gained an opt-in skipDefaultAuth flag so a caller-supplied Authorization header (used by keys' session-token flow) isn't overwritten by a configured admin/API key. Error messages, idempotency behavior, and command output are unchanged.
Original source Similar to releases.sh with recent updates:
- Smokeball release notes144 release notes · Latest Sep 4, 2026
- Salesforce release notes71 release notes · Latest Sep 1, 2026
- Microsoft release notes820 release notes · Latest Sep 4, 2026
- Zoom release notes210 release notes · Latest Aug 31, 2026
- Google release notes2013 release notes · Latest Sep 4, 2026
- Slack release notes242 release notes · Latest Sep 1, 2026
- Aug 24, 2026
- Date parsed from source:Aug 24, 2026
- First seen by Releasebot:Aug 26, 2026
v0.74.0
releases-cli adds Idempotency-Key support for write requests to prevent double submits and clearer conflict errors.
Minor Changes
a19a535: Send an Idempotency-Key header on effectful write requests (feedback submit, webhook create/rotate-secret/test, API-key mint) so a retry after a network failure replays the original response instead of double-submitting. A key reused with a different payload now surfaces a clear idempotency_conflict message instead of a raw 409.
Original source - Aug 24, 2026
- Date parsed from source:Aug 24, 2026
- First seen by Releasebot:Aug 25, 2026
@buildinternet/[email protected]
Releases.sh publishes [email protected] to npm.
Published @buildinternet/[email protected] to npm from 5ffcb35.
Original source - Aug 24, 2026
- Date parsed from source:Aug 24, 2026
- First seen by Releasebot:Aug 25, 2026
@buildinternet/[email protected]
Releases.sh publishes @buildinternet/[email protected] to npm.
Published @buildinternet/[email protected] to npm from 5ffcb35.
Original source - Aug 23, 2026
- Date parsed from source:Aug 23, 2026
- First seen by Releasebot:Aug 26, 2026
August 23, 2026
Releases.sh fixes digest link hover and docs table layout for clearer digests and readable API docs at typical widths.
Fixed
- Hovering a link in a collection digest no longer underlines every link on the page simultaneously; the current-week digest byline is now visually distinct instead of rendering in the dimmest text tier.
- Docs tables are now readable at typical viewport widths — wide tables scroll horizontally instead of overflowing onto the TOC rail, and the
/docs/api/restpagination table has been reformatted to fit the column cleanly.
- Aug 22, 2026
- Date parsed from source:Aug 22, 2026
- First seen by Releasebot:Aug 25, 2026
August 22, 2026
Releases.sh improves search filters and webhook settings with smoother popovers, selects, and confirmation dialogs.
Changed
- Search timeframe filters now open as a popover on the search bar — the same control is reused on org, source, and collection timeline views.
- Webhook settings now use proper selects for format and type, and destructive actions (delete, rotate, revoke) open a confirmation dialog instead of a browser prompt.
- Aug 15, 2026
- Date parsed from source:Aug 15, 2026
- First seen by Releasebot:Aug 18, 2026
August 15, 2026
Releases.sh fixes batch API ingestion with AI-generated titles and summaries before search indexing.
Fixed
- Releases ingested through the batch API now have AI-generated titles and summaries before they are indexed for search — they previously embedded without generated content and had to wait for a background summarization pass.
- Aug 12, 2026
- Date parsed from source:Aug 12, 2026
- First seen by Releasebot:Aug 15, 2026
August 12, 2026
Releases.sh sends release title links straight to upstream changelog entries across feeds and digest emails.
Changed
- Release title links now go directly to the upstream changelog entry across all feed surfaces — org and product pages, the homepage ticker,
/updates, live stream, following, and collection timelines — as well as in digest emails. The on-site release detail page remains reachable via a secondary "Read more" or "Details" link on each card.
- Jul 31, 2026
- Date parsed from source:Jul 31, 2026
- First seen by Releasebot:Aug 3, 2026
July 31, 2026
Releases.sh adds self-serve listing improvements, including confirmation emails for verified owners, clearer domain claim promotion eligibility, and fixes for sign-in, claim, and listing promote CORS issues. It also cleans up broken media thumbnails and restores the /docs/api/errors page.
Added
- Self-serve listing: verified owners now receive a confirmation email when their domain claim is first accepted. The claim panel shows promotion eligibility tier (live feed/GitHub/App Store vs. queued page/file scan) when promotion is available, or a status note when it isn't — no more dead "Enable tracking" button.
Fixed
- Several browser-side flows — signing in, domain ownership claim, and listing promote — were failing due to CORS gaps; all resolved.
- Broken media thumbnails now hide cleanly instead of leaving jagged icons, orphaned play badges, or empty click targets on cards across the feed, search, collections, and live stream.
/docs/api/errorsnow loads — the sidebar link existed but the page route was missing.
- Jul 30, 2026
- Date parsed from source:Jul 30, 2026
- First seen by Releasebot:Aug 1, 2026
July 30, 2026
Releases.sh improves release freshness and scraping reliability with faster page revalidation, smarter fallback extraction, and better handling for video sources and cleared outages.
Changed
- New releases appear on the site sooner — page revalidation is now triggered at ingest time rather than waiting for a background schedule.
Fixed
- Incremental extraction now escalates to a full-page pass when a scrape window returns zero results on a page whose content has changed — sources with long individual entries no longer silently stall between fetch cycles.
- Video sources now trigger site revalidation and route through the configured AI models on initial ingest; both were silently skipped before.
- Staleness digest no longer re-reports provider outages that have already been cleared.
- Jul 29, 2026
- Date parsed from source:Jul 29, 2026
- First seen by Releasebot:Aug 1, 2026
July 29, 2026
Releases.sh adds MCP spec 2026-07-28 support and a POST /v1/ai/lanes endpoint for ingest-time AI lanes.
Added
- MCP server now implements MCP spec
2026-07-28— modern clients receive plain JSON responses; 2025-era clients continue receiving SSE framing unchanged. POST /v1/ai/lanes/:lane— invoke any ingest-time AI lane (marketing classifier, summarizer, or feed-enrich) against a stored release or inline content;apply: truewrites the result back, including product context the summarizer uses when available.
Curated by the Releasebot team
Releasebot is an aggregator of official release notes from hundreds of software vendors and thousands of sources.
Our editorial process involves the manual review and audit of release notes procured with the help of automated systems.