Releases: IBM/ibm-generative-ai-node-sdk
Releases · IBM/ibm-generative-ai-node-sdk
v1.4.0
What's Changed
- fix(template): wrong type prompt template in test by @Tomas2D in #35
- feat(history): add history/requests endpoint by @Tomas2D in #34
- fix(docs): update typo by @Tomas2D in #38
- feat(file): client CRUDL by @pilartomas in #36
- chore(client): revisit schemas and types by @pilartomas in #39
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- feat(tunes): add methods for interacting with tunes by @pilartomas in #29
- feat(templates): add prompt templates by @Tomas2D in #30
- feat(templates): add prompt templates conversion class by @Tomas2D in #33
- chore(langchain): rename chat model by @Tomas2D in #31
Full Changelog: v1.2.1...v1.3.0
v1.2.1
v1.2.0
v1.1.0
Features
- feat(langchain): add support for chat/conversational models by @Tomas2D in #12
- feat(errors): add specific error class for cancellation by @Tomas2D in #16
- chore: add bugs field to package.json by @Tomas2D in #17
- feat(client): fallback to default model if falsy value provided by @Tomas2D in #10
Miscellaneous
- feat(tests): setup test coverage by @Tomas2D in #15
- docs: typos by @Tomas2D in #18
- chore(deps): bump vite from 4.3.7 to 4.3.9 by @dependabot in #19
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- chore(workflows): change test matrix and remove unnecessary build by @pilartomas in #6
- chore(dependency): upgrade yaml dependency due to found vulnerability by @pilartomas in #7
- chore(docs): remove slack application info by @pilartomas in #8
- chore(tests): migrate selected e2e test to integration by @pilartomas in #11
- feat(client): add callback support for all methods by @Tomas2D in #9
- fix(timeout): handle negative timeouts by @Tomas2D in #13
- feat(release): v1.0.1 by @pilartomas in #14
New Contributors
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
fix(workflow): add publish access flag (#5) * fix(workflow): yarn npm auth token env * fix(workflow): add publish access flag