Skip to content

Releases: nateshmbhat/tap-rpc

Persistence Update 🚀

30 Jul 15:35
59c1ed7
Compare
Choose a tag to compare

Adds data persistence so that when app is closed and opened again, previous state is maintained.

v1.0.6

15 Jul 10:03
Compare
Choose a tag to compare

Adds data persistence so that when app is closed and opened again, previous state is maintained.

v1.0.5

21 Jun 05:38
Compare
Choose a tag to compare
  • adds client call cancelling feature to cancel api call once call has been made
  • fixed issue where enum values were not generated properly in mockrpc
  • adds feature to send a custom error response in mock rpc

Big Update is here :) 🎉 🚀

17 Jun 12:01
d886996
Compare
Choose a tag to compare

Release notes :

Ui/Ux Updates :

  • adds default target server url option to relay requests in the background
  • added snackbar messaging feature
  • user can now delete a proto path
  • better overall styles
  • better ui for proto and proto path importing

Client Mode Update :

  • Added metadata editor with better animation and styles

Monitoring Updates :

  • Rpc calls are auto forwarded in the background when you aren't monitoring that particular rpc in monitor mode
  • You can now see and modify metadata/header in the monitor mode
  • Added connection status indicator in Monitor mode to indicate whether the request/response is on hold or waiting
  • now proper error is transferred back to client in monitor mode
  • adds support for monitor editor to show grpc errors too

Misc :

  • new tabs use the default target server and the client metadata of first tab
  • notifying user of proper error messages when proto importing fails during run time

Big Update is here :) 🎉 🚀

17 Jun 11:35
00d7a95
Compare
Choose a tag to compare

Release notes :

Ui/Ux Updates :

  • adds default target server url option to relay requests in the background
  • added snackbar messaging feature
  • user can now delete a proto path
  • better overall styles
  • better ui for proto and proto path importing

Client Mode Update :

  • Added metadata editor with better animation and styles

Monitoring Updates :

  • Rpc calls are auto forwarded in the background when you aren't monitoring that particular rpc in monitor mode
  • You can now see and modify metadata/header in the monitor mode
  • Added connection status indicator in Monitor mode to indicate whether the request/response is on hold or waiting
  • now proper error is transferred back to client in monitor mode
  • adds support for monitor editor to show grpc errors too

Misc :

  • new tabs use the default target server and the client metadata of first tab
  • notifying user of proper error messages when proto importing fails during run time

v1.0.2

07 Jun 15:35
d670dbf
Compare
Choose a tag to compare

Release notes :

Adds better error handling :

  • now proper error is transferred back to client in monitor mode
  • adds support for monitor editor to show grpc errors too
  • refactored monitor mode and types

v1.0.1

31 May 06:29
4c0871c
Compare
Choose a tag to compare

Release note :

  • adds metadata to client mode
  • adds TLS support to hit tls enabled grpc services 🥳

v1.0.0

09 May 06:16
afd2681
Compare
Choose a tag to compare

First official release of Tap-Rpc