Skip to content

Releases: Clarifai/clarifai-nodejs

v0.2.1

24 Jul 12:55
435d969
Compare
Choose a tag to compare

0.2.1 (2025-07-24)

Bug Fixes

  • vulnerability in form-data (89fbecf)

v0.2.0

09 Jul 15:12
b8b5a89
Compare
Choose a tag to compare

0.2.0 (2025-07-09)

Features

Bug Fixes

  • workflows updated to support changes in model ID (#35) (13b5725)

v0.1.2

30 May 14:42
8880964
Compare
Choose a tag to compare

0.1.2 (2025-05-30)

Bug Fixes

  • minor issue with exporting types (#32) (b19e1e4)

v0.1.1

29 May 14:03
c8ff3be
Compare
Choose a tag to compare

0.1.1 (2025-05-29)

Bug Fixes

  • package compatibility with ESM and CJS environments (#29) (aeac704)

v0.1.0

26 May 14:23
7406d2b
Compare
Choose a tag to compare

0.1.0 (2025-05-26)

Features

v0.0.5

20 May 15:14
30e1fba
Compare
Choose a tag to compare

0.0.5 (2025-05-20)

Bug Fixes

v0.0.4

24 Apr 05:09
791e1ff
Compare
Choose a tag to compare

0.0.4 (2025-04-24)

Bug Fixes

v0.0.3

02 Jul 14:43
3aa00fd
Compare
Choose a tag to compare

0.0.3 (2024-07-02)

Features

Bug Fixes

v0.0.2

07 May 09:49
d5c318c
Compare
Choose a tag to compare

0.0.2 (2024-05-07)

Features

  • search & datasets (#8) (39cd278)
    • A new Dataset class was added with several methods for handling datasets, including creating and deleting versions, listing versions, and uploading data from a folder or a CSV file.
    • Several new methods were added to the Input class for handling inputs, including methods for bulk uploading, waiting for inputs, deleting failed inputs, and retrying uploads.
    • Several new methods and properties were added to the Search class, including support for different search algorithms and metrics, and improved handling of queries and pagination.

Miscellaneous Chores

  • One of the dependencies, uuidv4 has been deprecated in npm hence it has been replaced with the recommended uuid package.

v0.0.1

02 Apr 13:09
501c8e0
Compare
Choose a tag to compare

0.0.1 (2024-04-02)

Features

Bug Fixes

Continuous Integration