Skip to content

2.2.0

Latest
Compare
Choose a tag to compare
@funa-tk funa-tk released this 24 May 09:09
· 110 commits to master since this release

アップデートする場合は、そのまま上書きインストールしてください。

New Features(新機能)

  • add extension support (拡張機能の追加)
  • add JWT vulchecker (JWTの脆弱性診断機能の追加)

Bug Fixes(バグ修正)

  • fix gRPC-web module does not encode/decode HTTP request/response body in some Content-Type value (gRPC-webの修正)
  • fix gRPC response HeaderFrame can't be replyed (gRPCの修正)
  • Access-Control-Allow-Private-Network required in OPTIONS response header (内部HTTPサーバのOPTIONSヘッダの修正)
  • DuplexSyncでcallOnServerChunkSendが呼び出されてないバグを修正