Skip to content

Releases: neet/masto.js

v7.11.1

06 May 13:55
83b4075

Choose a tag to compare

7.11.1 (2026-05-06)

Bug Fixes

  • Revert "chore: use GITHUB_TOKEN instead of PAT in release-please workflow (#1…" (#1416) (b048759)

v7.11.0

06 May 13:01
0c38622

Choose a tag to compare

7.11.0 (2026-05-03)

Features

  • support new Profile API (Mastodon v4.6.0) (#1413) (ac170ac)

Bug Fixes

  • Use multipart/form-data in PUT /api/v1/profile (#1415) (5d57e4f)

v7.10.2

04 Mar 05:19
c04c5cc

Choose a tag to compare

7.10.2 (2026-03-02)

Bug Fixes

  • Add missing Application entity fields introduced in Mastodon 4.3/4.4 (#1409) (23cad4f), closes #1408

v7.10.1

06 Jan 10:52
ed6cc95

Choose a tag to compare

7.10.1 (2026-01-02)

Bug Fixes

  • Export missing v1 entity types: QuoteApproval, AccountWarning, Appeal (#1395) (bb70017)

v7.10.0

19 Dec 00:53
fb6ae09

Choose a tag to compare

7.10.0 (2025-12-18)

Features

v7.9.0

11 Dec 13:53
87ade31

Choose a tag to compare

7.9.0 (2025-12-11)

Features

  • support new attributes of status - quotesCount and quoteApproval introduced by Mastodon v4.5.0 (#1377) (4a88b21)
  • support quotes of status API endpoint (#1380) (a7e9a69)

Bug Fixes

  • Fix v1.lists.$select(id).remove and v1.statuses.$select(id).reblog() types (#1381) (f9d0576)

v7.8.0

06 Dec 01:40
6a29fac

Choose a tag to compare

7.8.0 (2025-12-06)

Features

  • add three new quote states introduced by Mastodon v4.5.0 (#1374) (9cac4ec)

Bug Fixes

  • Fix return type of /v2/filters/keywords/:id (8dc80e4)
  • Fix v2.media.create nor working with $raw (#1376) (7dbf15e)

v7.7.1

01 Dec 04:15
258e6e4

Choose a tag to compare

7.7.1 (2025-11-30)

Bug Fixes

  • Allow null in all optional parameters in REST API (dfe5040)
  • Correct several type names to follow the naming convention (528a155)
  • Disallow null in CreateFilterParams["context"] (6139683)

v7.7.0

29 Nov 00:38
949c18d

Choose a tag to compare

7.7.0 (2025-11-28)

Features

  • Introduce experimental $raw method that allows access to headers (#1360) (7468f53)

Bug Fixes

  • Support missing $raw method in v1.statuses.create (#1364) (cfe4d80)

v7.6.0

25 Nov 04:07
86b4f58

Choose a tag to compare

7.6.0 (2025-11-24)

Features

  • Add quote/quoted_update notification types (b5eea21)
  • add QuoteNotification type (3abae81)

Bug Fixes