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