Skip to content

Commit

Permalink
[#182] Support gRPC stream flowable
Browse files Browse the repository at this point in the history
*  _read method of readable steam learning test
* Max Buffer size
* retry pipe writableStream
* recovery readable stream
* readableStream.closed above node@18
* Update grpc-idl
* retry unary RPC
* extract class refactoring for socketIdInterceptor
* retry unary RPC
* test fetch API
* Fix an "node:internal/process/promises:391
    triggerUncaughtException(err, true /* fromPromise */);" error
* Support requestSqlMetaData built-in retry
* ServiceConfig JSON extract class refactoring
* [#193] Update grpc-js version above v1.8.5 for gRPC library deadline memory leak issue
   grpc/grpc-node#2332
[#183] Fix axios node@20 an Error on Test
[#177] Update minimum NodeJS version to Node@16
[#193] Fix gRPC ServerStream doesn't catch and emit error.
  • Loading branch information
feelform committed Aug 13, 2024
1 parent 614bff6 commit c9d217a
Show file tree
Hide file tree
Showing 44 changed files with 3,746 additions and 10,518 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
node_version:
- 14
- 16
- 18
- 20

name: Node ${{ matrix.node_version }} on ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit c9d217a

Please sign in to comment.