# servo v0.1.3 - Product: servo (https://whatsnew.fyi/product/servo) - Vendor: servo - Date: 2026-08-22 - Version: v0.1.3 - Original notes: https://github.com/servo/servo/releases/tag/v0.1.3 - Permalink: https://whatsnew.fyi/product/servo/releases/v0.1.3 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **security** — Backport several security fixes - **changed** — Bump Spidermonkey to the latest ESR patch release 140.14.0 - **fixed** — Disable incremental garbage collection which had been causing rare issues Servo release v0.1.3 This update to the LTS branch mainly bumps Spidermonkey to the latest ESR patch release (140.14.0) and disables incremental garbage (which had been causing some rare issues). Note that the macos servoshell binaries attached to this release are not signed. ##### What's Changed * LTS: Backport several security fixes by @jschwe in https://github.com/servo/servo/pull/46616 * LTS 0.1 mozjs ESR update by @jschwe in https://github.com/servo/servo/pull/47396 * backport: ci: Handle token expiry in crates.io publish by exiting early by @jschwe in https://github.com/servo/servo/pull/47422 **Full Changelog**: https://github.com/servo/servo/compare/v0.1.2...v0.1.3