What's Changed
- Add listTools method to ActionsClient by @amitash1912 in #222
Full Changelog: v2.14.0...v2.15.0
npm install @scalekit-sdk/nodeimport { ScalekitClient } from '@scalekit-sdk/node';
const scalekit = new ScalekitClient( process.env.SCALEKIT_ENVIRONMENT_URL, process.env.SCALEKIT_CLIENT_ID, process.env.SCALEKIT_CLIENT_SECRET);
export default scalekit;Full Changelog: v2.14.0...v2.15.0
Full Changelog: v2.13.0...v2.14.0
Full Changelog: v2.12.0...v2.13.0
Scalekit v2.12.0 introduces encrypted-session middleware, mirroring the Python SDK’s middleware.
This release also includes a security fix by bumping axios to a more secure version. The middleware is framework-agnostic, with adapters for Express and Next.js, and includes features like transparent session refresh, full logout, and configurable local or full logout.
Full Changelog: v2.10.0...v2.11.0
Full Changelog: v2.9.0...v2.10.0
Full Changelog: v2.8.0...v2.9.0
This release introduces configurable timeouts for management APIs and tool-call APIs.
const scalekit = new ScalekitClient(envUrl, clientId, clientSecret, {
timeoutMs: 20_000,
toolTimeoutMs: 60_000,
});
Full Changelog: v2.7.0...v2.8.0
Full Changelog: 2.6.3...v2.7.0
Full Changelog: 2.6.2...2.6.3