Skip to content

Releases: perplexityai/perplexity-node

v0.26.5

27 Mar 00:57
a5cd71c

Choose a tag to compare

0.26.5 (2026-03-24)

Full Changelog: v0.26.4...v0.26.5

Chores

  • ci: skip lint on metadata-only changes (75bb43c)
  • internal: update gitignore (b0c4a8b)

v0.26.4

22 Mar 19:56
e575052

Choose a tag to compare

0.26.4 (2026-03-22)

Full Changelog: v0.26.3...v0.26.4

v0.26.3

22 Mar 19:24
6edf40f

Choose a tag to compare

0.26.3 (2026-03-16)

Full Changelog: v0.26.2...v0.26.3

Chores

  • internal: tweak CI branches (b9f8712)

v0.26.2

12 Mar 17:28
a179048

Choose a tag to compare

0.26.2 (2026-03-09)

Full Changelog: v0.26.1...v0.26.2

Bug Fixes

  • client: preserve URL params already embedded in path (98b1ab9)
  • fix request delays for retrying to be more respectful of high requested delays (5399979)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (3d2b6b3)
  • internal: update dependencies to address dependabot vulnerabilities (b494823)

v0.26.1

03 Mar 02:46
11dad21

Choose a tag to compare

0.26.1 (2026-02-26)

Full Changelog: v0.26.0...v0.26.1

Chores

  • internal: move stringifyQuery implementation to internal function (139530e)

v0.26.0

23 Feb 18:55
39e847a

Choose a tag to compare

0.26.0 (2026-02-23)

Full Changelog: v0.25.0...v0.26.0

Features

  • api: Add browser API endpoints (a35f39c)
  • api: manual updates (bb5e5a8)

Bug Fixes

  • docs/contributing: correct pnpm link command (2976eab)

Chores

  • internal/client: fix form-urlencoded requests (36bfdb4)
  • internal: remove mock server code (4ea1e20)
  • update mock server docs (73990f1)

v0.25.0

12 Feb 17:32
9581adc

Choose a tag to compare

0.25.0 (2026-02-12)

Full Changelog: v0.24.0...v0.25.0

Features

v0.24.0

12 Feb 16:38
b94df37

Choose a tag to compare

0.24.0 (2026-02-12)

Full Changelog: v0.23.2...v0.24.0

Features

  • api: Add Embeddings API (393ccb6)

v0.23.2

11 Feb 16:42
4abe260

Choose a tag to compare

0.23.2 (2026-02-11)

Full Changelog: v0.23.1...v0.23.2

Chores

  • internal: avoid type checking errors with ts-reset (0887d77)

v0.23.1

06 Feb 15:58
9546e9a

Choose a tag to compare

0.23.1 (2026-02-05)

Full Changelog: v0.23.0...v0.23.1

Bug Fixes

  • client: avoid memory leak with abort signals (ec22b56)
  • client: avoid removing abort listener too early (12e45f7)

Chores

  • client: do not parse responses with empty content-length (31c81b4)
  • client: restructure abort controller binding (c93217d)