Releases: nateshmbhat/tap-rpc
Releases · nateshmbhat/tap-rpc
Persistence Update 🚀
Adds data persistence so that when app is closed and opened again, previous state is maintained.
v1.0.6
Adds data persistence so that when app is closed and opened again, previous state is maintained.
v1.0.5
- 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 :) 🎉 🚀
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 :) 🎉 🚀
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
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
Release note :
- adds metadata to client mode
- adds TLS support to hit tls enabled grpc services 🥳
v1.0.0
First official release of Tap-Rpc