- b164888 rename: change package name to @iotdb/client (#6) by CritasWang · 3 days ago develop
- cb13310 Update .asf.yaml by CritasWang · 8 days ago
- dddd18a Merge pull request #5 from apache/dependabot/npm_and_yarn/esbuild-0.25.0 by CritasWang · 8 days ago
- 991c9b7 Merge pull request #4 from apache/dependabot/npm_and_yarn/minimatch-3.1.5 by CritasWang · 8 days ago
- df86da8 Merge pull request #3 from apache/dependabot/npm_and_yarn/handlebars-4.7.9 by CritasWang · 8 days ago
- f0fbb77 Bump esbuild from 0.19.12 to 0.25.0 by dependabot[bot] · 8 days ago
- c1de6a3 fix: remove unsupported default_branch from .asf.yaml by CritasWang · 8 days ago
- f802354 Bump minimatch from 3.1.2 to 3.1.5 by dependabot[bot] · 8 days ago
- 7fb43e4 Merge pull request #2 from apache/dependabot/npm_and_yarn/flatted-3.4.2 by CritasWang · 8 days ago
- 5a19b91 Merge pull request #1 from apache/dependabot/npm_and_yarn/multi-bf05dc1ecf by CritasWang · 8 days ago
- a644a05 Bump handlebars from 4.7.8 to 4.7.9 by dependabot[bot] · 8 days ago
- 148b2e2 Bump flatted from 3.3.3 to 3.4.2 by dependabot[bot] · 8 days ago
- 290e39f Bump picomatch by dependabot[bot] · 8 days ago
- a87f338 chore: prepare for Apache repository initialization by CritasWang · 8 days ago
- 78ab71a fix: improve error handling and prevent race conditions by CritasWang · 3 months ago
- 77b331a Optimize benchmark with multi-process cluster mode for 5.42M pts/s throughput by CritasWang · 3 months ago
- 15ac4e4 Add batch insert APIs and concurrent execution utilities for Node.js optimization (#13) by CritasWang · 3 months ago
- 864dd2b update sessionpool use denque by CritasWang · 3 months ago
- 3d67501 Documentation: comprehensive review and organization of all 34 markdown files (#11) by CritasWang · 3 months ago
- 76352e0 Fix concurrency issues causing 10x performance degradation in session pools (#10) by CritasWang · 3 months ago
- 6c8f249 Implement automatic write redirection for multi-node clusters (#9) by CritasWang · 3 months ago
- 83c521c Handle redirect responses (code 400) correctly: resolve successfully with warnings (#8) by CritasWang · 3 months ago
- 1f8936c add plan by CritasWang · 3 months ago
- 1717b70 Add benchmark suite and tablet API improvements for IoTDB client (#6) by CritasWang · 3 months ago
- 366f382 Fix insertTablet serialization, add SessionDataSet iterator, and align query handling with Java/C# clients (#4) by CritasWang · 3 months ago
- 2caf902 Fix cleanup interval preventing process exit in BaseSessionPool by CritasWang · 3 months ago
- d315d62 fix code style by CritasWang · 3 months ago
- a308b49 修复测试阻塞问题 by CritasWang · 3 months ago
- 34448c6 add debug config by CritasWang · 3 months ago
- 9e1c714 Fix: Restore .unref() on setInterval in BaseSessionPool to prevent hanging process by CritasWang · 3 months ago
- a42c5ae Add comprehensive documentation and refactor tests for database consolidation by CritasWang · 3 months ago
- 64895a8 Support nodeUrls in string array format (host:port) for simpler multi-node configuration by CritasWang · 3 months ago
- 0ba8b63 Address code review feedback: improve validation and fix interface inheritance by CritasWang · 3 months ago
- 32b7853 Update README.md with comprehensive documentation for new features by CritasWang · 3 months ago
- bff1258 Add comprehensive tests for nodeUrls, Builder pattern, and explicit session management by CritasWang · 3 months ago
- 6bf80fe Update examples to showcase nodeUrls, Builder pattern, and explicit session management by CritasWang · 3 months ago
- 97ce342 Add support for nodeUrls, Builder pattern, and public getSession/releaseSession methods by CritasWang · 3 months ago
- 8323a29 Initial plan by CritasWang · 3 months ago
- 20f6298 Eliminate npm deprecation warnings, add complete data type support, optimize build pipeline by CritasWang · 3 months ago
- 1762b68 Add comprehensive documentation for glob@7.2.3 fix using npm overrides by CritasWang · 3 months ago
- c431284 Eliminate glob@7.2.3 warning using npm overrides for test-exclude@7.0.1 by CritasWang · 3 months ago
- 413a755 Fix TypeScript isolatedModules errors by using export type for type re-exports by CritasWang · 3 months ago
- b197874 Upgrade to ESLint 9.x, Jest 30, and eliminate most npm deprecation warnings by CritasWang · 3 months ago
- d2ffef3 Correct data type codes to match official Apache TSFile definitions by CritasWang · 3 months ago
- 66c34d8 Add implementation summary documentation for data types enhancement by CritasWang · 3 months ago
- 6a476a3 Add support for BLOB, STRING, DATE, TIMESTAMP data types and comprehensive test by CritasWang · 3 months ago
- 3088529 Add comprehensive E2E test failure analysis and fix documentation by CritasWang · 3 months ago
- e72caf8 Implement proper data deserialization in parseDataSet and fix session pool timer leaks by CritasWang · 3 months ago
- 82e48e3 Add comprehensive comment response documentation by CritasWang · 3 months ago
- 7a13623 Fix deprecated Jest globals configuration by CritasWang · 3 months ago
- 3ca8fbb Add esbuild for faster compilation, optimize Jest config, and fix E2E test issues by CritasWang · 3 months ago
- 1c62a7a Fix memory leak and add comprehensive improvements summary by CritasWang · 3 months ago
- 1c2b06b Refactor SessionPool and TableSessionPool to eliminate code duplication by CritasWang · 3 months ago
- 2244421 Fix E2E test failures and improve test reliability by CritasWang · 3 months ago
- 809063b Add timeout parameter to query methods and fix code quality issues by CritasWang · 3 months ago
- e00b553 Initial plan by CritasWang · 3 months ago
- 5b4315d Implement Node.js IoTDB client with SessionPool, TableSessionPool, and CI/CD automation by CritasWang · 3 months ago
- 164df9b Fix E2E test issues: Session constructor args, null queryDataSet handling, multi-node skipping by CritasWang · 3 months ago
- 805ce06 Fix workflows to properly fail when E2E tests fail by CritasWang · 3 months ago
- 4e72327 Fix 3C3D E2E environment variables for multi-node connections by CritasWang · 3 months ago
- 0312e6e Add port verification and remove error masking from E2E workflows by CritasWang · 3 months ago
- 5e658ee Update MultiNode tests to connect to all three DataNode ports (6667, 6668, 6669) by CritasWang · 3 months ago
- 553f350 Change E2E test approach: run tests locally connecting to Docker IoTDB by CritasWang · 3 months ago
- a4caff7 Redirect test output to file and upload as artifact for analysis by CritasWang · 3 months ago
- ca10676 Suppress verbose Docker Compose output in GitHub Actions by CritasWang · 3 months ago
- 0d7f7a8 Update tests to match iotdb-client-csharp examples and suppress Docker logs by CritasWang · 3 months ago
- 032455a Fix E2E test issues: IoTDB 2.x aggregation queries, reduce data size, lower memory limits by CritasWang · 3 months ago
- 019d60d Reduce test data and add memory limits to prevent resource exhaustion by CritasWang · 3 months ago
- d8bf147 Fix StatementId handling and update large query test to 100K records by CritasWang · 3 months ago
- bd03eb4 Fix Thrift transport protocol: use TFramedTransport instead of TBufferedTransport by CritasWang · 3 months ago
- a386191 Increase test timeouts and add startup delay for IoTDB by CritasWang · 3 months ago
- 1fb2982 Fix E2E tests: copy thrift files and increase timeouts by CritasWang · 3 months ago
- 68bfd3f Fix missing common_types.js in Thrift generated files by CritasWang · 3 months ago
- ea4ce06 Fix docker-compose command error in GitHub Actions by CritasWang · 3 months ago
- 33b487e Add package-lock.json for GitHub Actions caching by CritasWang · 3 months ago
- ea311b4 Update IoTDB version to 2.0.6 for E2E testing by CritasWang · 3 months ago
- 2d30b79 Fix GitHub Actions: use specific IoTDB versions and improve compatibility by CritasWang · 3 months ago
- ce9a43b Add CI/CD implementation summary documentation by CritasWang · 3 months ago
- 375ab8b Add GitHub Actions for E2E testing and Thrift update automation by CritasWang · 3 months ago
- 9e6a4ff Add project status summary - Implementation complete by CritasWang · 3 months ago
- ff0e057 Add contributing guide for future development by CritasWang · 3 months ago
- 8e5781a Add comprehensive implementation documentation and changelog by CritasWang · 3 months ago
- 11f4ee7 Address code review feedback: improve error handling, async operations, and validation by CritasWang · 3 months ago
- 5bed734 Add comprehensive tests, examples, and documentation by CritasWang · 3 months ago
- 574add8 Add core IoTDB client implementation with Session, SessionPool, and TableSessionPool by CritasWang · 3 months ago
- d6a978d Initial plan by CritasWang · 3 months ago
- 1b9023e Initial commit by CritasWang · 3 months ago