Releases: parallel-web/parallel-sdk-typescript
Releases · parallel-web/parallel-sdk-typescript
v0.3.0
0.3.0 (2026-01-13)
Full Changelog: v0.2.4...v0.3.0
Features
- api: add after_date, update findAll nomenclature (d32f54b)
- api: Update excerpt settings (58c9f47)
- ci: add breaking change detection workflow (7cff646)
Bug Fixes
- api: add aliases for old findAll types (d06ae98)
- mcp: correct code tool API endpoint (e9a925c)
- mcp: return correct lines on typescript errors (d6854e6)
Chores
- api: update default headers (e7bcf21)
- break long lines in snippets into multiline (148860c)
- client: fix logger property type (2d7f64b)
- fix lint (d8fff0a)
- internal: codegen related update (d941a00)
- internal: codegen related update (bc0b8b1)
- internal: codegen related update (5ae66ee)
- internal: upgrade eslint (e6780b0)
v0.2.4
v0.2.3
0.2.3 (2025-11-06)
Full Changelog: v0.2.2...v0.2.3
Features
- api: add fetch_policy and mode to /v1beta/search (9d7d6b8)
Bug Fixes
v0.2.2
0.2.2 (2025-10-22)
Full Changelog: v0.2.1...v0.2.2
Bug Fixes
- api: default beta headers for /v1beta/search and /v1beta/extract (f4e52ca)
v0.2.1
0.2.1 (2025-10-21)
Full Changelog: v0.2.0...v0.2.1
Bugfix
- api: Make FetchPolicy a common model instead of an extract specific model (1215c78)
v0.2.0
v0.1.2
0.1.2 (2025-10-07)
Full Changelog: v0.1.1...v0.1.2
Features
- api: Add progress meter to Task Run events (ad361b3)
Performance Improvements
- faster formatting (173a244)
Chores
- do not install brew dependencies in ./scripts/bootstrap by default (285367b)
- internal: codegen related update (ab2b45e)
- internal: fix incremental formatting in some cases (dbe176c)
- internal: ignore .eslintcache (7d0c511)
- internal: remove .eslintcache (6998e86)
- internal: remove deprecated
compilerOptions.baseUrlfrom tsconfig.json (aa7ffe8) - internal: use npm pack for build uploads (799079d)
- jsdoc: fix @link annotations to refer only to parts of the package‘s public interface (5ed9433)
v0.1.0
0.1.0 (2025-09-01)
Full Changelog: v0.0.1-alpha.0...v0.1.0
Features
- api: update via SDK Studio (f4b9bff)
- api: update via SDK Studio (7a985fb)
- api: update via SDK Studio (bea2209)
- api: update via SDK Studio (e555533)
- api: update via SDK Studio (e0922b7)
- api: update via SDK Studio (496a13a)
- api: update via SDK Studio (bb43e98)
- client: add support for endpoint-specific base URLs (6ca9e40)
- client: add withOptions helper (2dc5df5)
Bug Fixes
- client: always overwrite when merging headers (1b74500)
- client: explicitly copy fetch in withOptions (1e3c4cb)
- client: get fetchOptions type more reliably (c90df05)
- compat with more runtimes (b197b9f)
- publish script — handle NPM errors correctly (4c38358)
Chores
- add docs to RequestOptions type (6aae9a9)
- adjust eslint.config.mjs ignore pattern (1685764)
- avoid type error in certain environments (dc40584)
- change publish docs url (cd7500b)
- ci: enable for pull requests (2bd8a50)
- ci: only run for pushes and fork pull requests (07a77b8)
- client: drop support for EOL node versions (ae8f0d0)
- client: improve path param validation (c64babf)
- client: refactor imports (9ed8458)
- deps: bump eslint-plugin-prettier (326f222)
- docs: grammar improvements (9afb7db)
- docs: use top-level-await in example snippets (15c8ab4)
- go live (5e6dbbb)
- improve publish-npm script --latest tag logic (9feb9eb)
- internal: add pure annotations, make base APIResource abstract (cf3a8d2)
- internal: codegen related update (7dfd25b)
- internal: fix readablestream types in node 20 (340f07e)
- internal: refactor utils (95c2945)
- internal: share typescript helpers (fa5b3f1)
- internal: update jest config (b740c53)
- make some internal functions async (ae148ed)
- package: remove engines (8c81289)
- readme: update badges (10d3e6a)
- readme: use better example snippet for undocumented params (6b403ec)
- ts: reorder package.json imports (4e6e456)
Documentation
- readme: fix typo (0c499fe)
Refactors
- types: replace Record with mapped types (ab87e9c)