# Jotai v2.17.0 - Product: Jotai (https://whatsnew.fyi/product/jotai) - Vendor: Poimandres - Date: 2026-01-28 - Version: v2.17.0 - Original notes: https://github.com/pmndrs/jotai/releases/tag/v2.17.0 - Permalink: https://whatsnew.fyi/product/jotai/releases/v2.17.0 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'. --- - **deprecated** — loadable util is deprecated and will be removed in v3 - **removed** — remove unstable_onInit - **deprecated** — setSelf in the atom read function is deprecated and will be removed in v3 This release deprecates some features, which will be dropped in v3. ##### What's Changed * deprecate loadable util by @dai-shi in https://github.com/pmndrs/jotai/pull/3217 * breaking: remove unstable_onInit by @dai-shi in https://github.com/pmndrs/jotai/pull/3219 * deprecate setSelf in the atom read function by @dai-shi in https://github.com/pmndrs/jotai/pull/3220 **Full Changelog**: https://github.com/pmndrs/jotai/compare/v2.16.2...v2.17.0