Commit Graph

  • d744e26a19 Update package version to 0.3.4 main v0.3.4 anonpenguin23 2025-11-28 22:31:21 +02:00
  • 681299efdd Add TLS configuration for fetch in HttpClient anonpenguin23 2025-11-28 22:31:01 +02:00
  • 3db9f4d8b8 Update package version to 0.3.2 v0.3.2 anonpenguin23 2025-11-22 09:38:59 +02:00
  • ca81e60bcb Refactor HttpClient error logging and SQL query handling anonpenguin23 2025-11-21 14:41:04 +02:00
  • 091a6d5751 Enhance HttpClient to log SQL query details for rqlite operations anonpenguin23 2025-11-21 14:39:07 +02:00
  • c7ef91f8d6 Update package version to 0.3.1 v0.3.1 anonpenguin23 2025-11-11 17:51:03 +02:00
  • 54c61e6a47 Add getBinary method to StorageClient for IPFS content retrieval anonpenguin23 2025-11-08 12:02:35 +02:00
  • a02c7474ab Enhance StorageClient upload method to support optional pinning anonpenguin23 2025-11-08 08:34:29 +02:00
  • 06d58fe85b Enhance HttpClient error handling for expected 404 responses anonpenguin23 2025-11-07 08:17:51 +02:00
  • 2cdb78ee1d Add multiGet functionality to CacheClient for batch retrieval of cache values anonpenguin23 2025-11-07 06:47:42 +02:00
  • cee0cd62a9 Enhance CacheClient to handle cache misses gracefully anonpenguin23 2025-11-07 06:03:47 +02:00
  • 51f7c433c7 Refactor HttpClient to improve API key and JWT handling for various operations anonpenguin23 2025-11-06 11:16:10 +02:00
  • 64cfe078f0 Remove redundant test for handling get errors with non-existent CID in storage tests anonpenguin23 2025-11-06 06:25:18 +02:00
  • 5bfb042646 Implement retry logic for content retrieval in StorageClient anonpenguin23 2025-11-05 17:30:58 +02:00
  • e233696166 feat: integrate Olric distributed cache support anonpenguin23 2025-11-05 07:30:59 +02:00
  • e30e81d0c9 Update package version to 0.3.0 and introduce CacheClient with caching functionality anonpenguin23 2025-11-03 15:28:30 +02:00
  • 272c6b872c Update package version from 0.1.5 to 0.2.5 in package.json v0.2.5 anonpenguin23 2025-10-30 09:18:18 +02:00
  • 8c9a900e88 Update HttpClient to include proxy operations in API key usage logic and enhance request header logging for proxy paths. anonpenguin23 2025-10-30 06:52:29 +02:00
  • 23a742e5d4 Add proxy request functionality to NetworkClient and update README with usage examples anonpenguin23 2025-10-30 06:21:29 +02:00
  • 6f5be86a02 Update HttpClient to support API key usage for both database and pubsub operations; enhance request header logging to include pubsub paths for better debugging. anonpenguin23 2025-10-29 14:17:26 +02:00
  • a97fb21200 Enhance AuthClient to support optional refresh tokens and API keys in the authentication response; update token persistence logic for improved session management. Remove debug logging from PubSubClient to reduce console output. anonpenguin23 2025-10-29 07:02:46 +02:00
  • 0e95ad49c5 Remove debug logging for publish headers in HttpClient to streamline header management and reduce console output. anonpenguin23 2025-10-29 06:54:02 +02:00
  • fa357668cb Add getApiKey method to HttpClient and update PubSubClient to use it for authentication. Change WebSocket URL from localhost to 127.0.0.1 for improved compatibility. anonpenguin23 2025-10-29 06:53:49 +02:00
  • 5c564b6327 Add chain_type property to AuthClient for enhanced blockchain support anonpenguin23 2025-10-28 19:18:18 +02:00
  • 76bb82d4f8 Refactor AuthClient and HttpClient to allow coexistence of API key and JWT; implement logoutUser method to clear JWT while preserving API key, enhancing user logout functionality. Improve header management in HttpClient for database operations and add debug logging for request headers. anonpenguin23 2025-10-28 13:35:54 +02:00
  • dcf8efe428 Refactor AuthClient to streamline imports and add wallet authentication methods including challenge, verify, and getApiKey; improve error logging during logout process. anonpenguin23 2025-10-28 13:08:52 +02:00
  • c6dfb0bfed Increase default timeout in HttpClient to 60 seconds for pub/sub operations; simplify WSClient by removing unused configuration options and enhancing connection handling with open and close event handlers; refactor PubSubClient to improve WebSocket subscription management and message handling. anonpenguin23 2025-10-28 10:25:10 +02:00
  • 2de0cb1983 Enhance README with detailed Pub/Sub messaging features, including multi-subscriber support and message interface; improve HttpClient with per-request timeout handling; update PubSubClient to support raw message handling and validate message envelopes. anonpenguin23 2025-10-27 17:30:49 +02:00
  • eab542952e Enhance WebSocket error handling and add base64 encoding/decoding utilities in PubSubClient; refactor message publishing logic to support base64 data anonpenguin23 2025-10-27 09:01:14 +02:00
  • acf9540daa Refactor network status interface and update related tests; add dotenv for environment variable management anonpenguin23 2025-10-26 15:21:00 +02:00
  • f2d8d35a35 Increment version to 0.1.5 and update package name references in README.md to '@debros/network-ts-sdk'; remove GitHub Actions workflow for GitHub Packages publishing v0.1.5 anonpenguin23 2025-10-22 09:27:31 +03:00
  • 9d9f64c11e Update package name to '@debros/network-ts-sdk' and increment version to 0.1.4; adjust GitHub Actions workflow scope accordingly v0.1.4 anonpenguin23 2025-10-22 09:24:17 +03:00
  • dab820bb25 Update package version to 0.1.3 and modify GitHub Actions workflow to use 'npm run build' and correct package scope v0.1.3 anonpenguin23 2025-10-22 09:21:48 +03:00
  • 4459fc6c49 Replace pnpm with npm in GitHub Actions workflow for dependency installation, building, and publishing steps v0.1.2 anonpenguin23 2025-10-22 09:19:49 +03:00
  • f4e76d2876 Update package version to 0.1.1 v0.1.1 anonpenguin23 2025-10-22 09:18:44 +03:00
  • a65637f323 Update GitHub Actions workflow to maintain version tag trigger for npm publishing anonpenguin23 2025-10-22 09:18:05 +03:00
  • 6e80bc28b7 Refactor GitHub Actions workflow to remove unnecessary working-directory specifications for npm and GitHub Packages publishing steps anonpenguin23 2025-10-22 09:17:14 +03:00
  • 03c62882fa Update package version to 0.1.0, rename package, and add npm and GitHub Packages publishing workflows anonpenguin23 2025-10-22 09:14:29 +03:00
  • 60e67c98bf Update package.json to version 0.0.2, add license, author, and repository information anonpenguin23 2025-10-22 09:08:46 +03:00
  • ddec9f6733 Init Network Typescript SDK v0.0.1 anonpenguin23 2025-10-22 09:06:42 +03:00