Advanced Search
Search Results
479 total results found
changelog.md for @push.rocks/smartsystem
2026-02-13 - 3.0.8 - fix(deps) bump dependencies, adjust build script and npmextra publish config, and refresh documentation Bumped runtime deps: @push.rocks/lik ^6.0.0 -> ^6.2.2, @push.rocks/smartenv ^5.0.2 -> ^6.0.0, @push.rocks/smartnetwork ^3.0.0 -> ^4.4....
changelog.md for @push.rocks/smartstream
2026-03-02 - 3.4.0 - feat(smartduplex) improve backpressure handling and web/node stream interoperability Refactored SmartDuplex to use synchronous _read/_write/_final (avoids async pitfalls), added internal backpressured buffer draining and consumer signalin...
changelog.md for @push.rocks/smarturl
2024-10-03 - 3.1.0 - feat(Smarturl) Enhanced documentation and added method for property setting and chaining in Smarturl Added detailed comments to methods and interfaces for better code understanding. Introduced a method to set properties in a chainable man...
changelog.md for @push.rocks/smartxml
2025-11-19 - 2.0.0 - BREAKING CHANGE(core) Implement custom XmlBuilder, remove xmlbuilder2, upgrade fast-xml-parser, update SmartXml API, tests and CI Add a new chainable XmlBuilder implementation (create(), ele(), txt(), att(), up(), com(), end(), toString()...
changelog.md for @push.rocks/taskbuffer
2026-03-23 - 8.0.2 - fix(servicemanager) cancel startup timeout once service initialization completes Replaces the startup timeout race delay with a cancellable Timeout instance Prevents the global startup timeout from lingering after startup finishes or fail...
changelog.md for @push.rocks/webrequest
2026-03-02 - 4.0.5 - fix(npmextra) normalize npmextra configuration: move package configs under namespaced keys, add public npm registry, and add @ship.zone/szci; remove legacy npmci/gitzone keys Removed legacy top-level 'npmci' and 'gitzone' keys Promoted '@...
changelog.md for @push.rocks/webstore
2026-03-26 - 2.0.21 - fix(build) migrate project tooling and tests to the smartconfig setup and updated IndexedDB dependencies replace deprecated npmextra.json metadata with .smartconfig.json switch IndexedDB import from @tempfix/idb to idb and add pnpm overr...
changelog.md for @push.rocks/smartai
2026-03-05 - 2.0.0 - BREAKING CHANGE(vercel-ai-sdk) migrate to Vercel AI SDK v6 and introduce provider registry (getModel) returning LanguageModelV3 Major API rewrite and module reorganization; bump package version to 1.0.0 Replace many legacy provider implem...
changelog.md for @push.rocks/smartantivirus
2025-08-16 - 1.3.2 - fix(build) Bump dependencies, improve test/build scripts, expand documentation and add project metadata Updated devDependencies: bumped @git.zone/tsbuild, @git.zone/tsbundle, @git.zone/tstest, @push.rocks/tapbundle, @types/node and typesc...
changelog.md for @push.rocks/smartimap
2024-11-26 - 1.2.0 - feat(core) Introduce ImapClient and ImapServer classes for enhanced IMAP support Implemented ImapClient class for managing IMAP connections and message retrieval. Implemented ImapServer class to simulate an IMAP server for testing. Added ...
changelog.md for @push.rocks/smartagent
2026-03-06 - 3.0.2 - fix(agent) use output parameter when invoking onToolResult instead of toolCall.result Replace (toolCall as any).result with the explicit output parameter when calling options.onToolResult. Prevents undefined/misread results by aligning th...
changelog.md for @push.rocks/smartregistry
2026-03-27 - 2.8.2 - fix(maven,tests) handle Maven Basic auth and accept deploy-plugin metadata/checksum uploads while stabilizing npm CLI test cleanup Validate Maven tokens from Basic auth credentials by extracting the password portion before token validatio...
changelog.md for @push.rocks/smartmta
2026-03-02 - 5.3.1 - fix(mail) add periodic cleanup timers and proper shutdown handling for bounce manager and delivery queue; avoid mutating maps during iteration and prune stale rate-limiter stats to prevent memory growth BounceManager: add cleanupInterval ...
changelog.md for @push.rocks/smartpreview
All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. 1.1.0 - 2024-08-04 Added Comprehensive performance testing suite with exact timing measurements Node...
changelog.md for @push.rocks/smartffmpeg
2025-12-11 - 1.1.1 - fix(smartffmpeg) Bump patch version to 1.1.1 No source changes detected in the working tree — prepare a patch release (1.1.1) for packaging/release purposes. 2025-12-11 - 1.1.0 - feat(core) Initial release: add SmartFfmpeg fluent builder...
changelog.md for @push.rocks/smartfs
2026-03-06 - 1.5.0 - feat(rust-provider) add cross-runtime Rust provider tests and docs; simplify bridge event handling and bump tstest Added comprehensive Rust provider test file supporting Node, Bun and Deno (test/test.rust.provider.node+bun+deno.ts) and re...
changelog.md for @push.rocks/smartradius
2026-02-11 - 1.1.1 - fix(imports) use node: built-in imports and remove dead smartpromise/smartdelay exports Replaced bare Node.js built-in imports with node: prefix in ts_server/plugins.ts, ts_client/plugins.ts, and tests (crypto, dgram) for ESM/Deno/Bun com...
changelog.md for @push.rocks/smartserve
2026-03-23 - 2.0.3 - fix(adapter.node) unref the node server before closing connections during shutdown Calls server.unref() before closing all connections so shutdown does not keep the Node.js event loop alive. Improves shutdown behavior for the Node adapter...