Releases: namigop/FintX
Releases · namigop/FintX
FIntX v2.2
FintX v2.1
Release Notes
Urgent fix for an issue with v2.0 where adding a 2nd gRPC client does not work. See issue #25
FintX 2.0
Release Notes
Quickstart Guide
Features
- Added support for organizing data into "projects"
- create a new project
- open an existing project
- open the app using the previously opened project
- Added support to export/import clients to a zip
- Added support to export/import request files
- Request files are auto-saved (every 5 seconds)
- Reloads the previous session
- Save the compiled clients as an assembly for faster reloading
- Press F5 to send the request
Others
- Added support for opening in a new window
- Added context menus for each node in the explorer
- Added context menu to the tab headers
- Fixed a memory leak
- Cleaned up the UI
Fixes
FintX 1.0
Release Notes
Quickstart Guide
Features
- Added support to import and export of request for Unary/Server/Duplex/Client Streaming methods.
- Added support to create requests and save into a file. Request files (*.fxrq) are shown under the method (see above screenshot)
- Changes to the folder containing the request files are synced to the app. Users can create, edit, delete request files via the OS (Finder, Windows explorer)
- Copy-Paste (Ctrl/Cmd-C, Ctrl/Cmd-V) support for request (*.fxrq) files
- Press F2 to rename a request file selected in the explorer tree
- Added support to reopen the previous session
- Added support for cancelling reading of response stream (for duplex and server streaming)
- Display Trailer, Header and Status for async unary calls, client /server/duplex streaming
- Blocking unary calls are executed in a background thread to avoid blocking the UI
- Auto-save changes made to open tabs
11.UI Enhancements- Placed action controls (start/stop, etc.) in the middle of the tab
- More consistency in text colors
- better icons
Others
- Updated windows installer to run with low (non-admin) privilege
- Multiple bug fixes.
- Added more unit tests
- Cleaned up compiler warnings
FintX 0.2
Release Notes
Quickstart Guide
Features
- Added import and export of request for Unary methods.
- Support for client streaming, server streaming and duplex streaming will come in v0.3
- Json editor for requests and responses
- Added support for cancelling reading of response streamd (for duplex and server streaming)
Others
- Bug fixes here and there
- Added more unit tests
- Cleaned up compiler warnings
FintX 0.1
FintX 0.1 Release
Quickstart Guide
Features
GRPC Service Discovery
- Discovery using *.proto file
- Discovery using server reflection
- Automatic generation complied client assemblies
- Generates both synchronous and asynchronous methods
GRPC Service Method Ad-hoc Testing
- Support for Unary
- Support for Server Streaming
- Support for Client Streaming
- Support for Bi-directional (Duplex) Streaming
- Automatic generation of requests
- Provides an easy-to-use object editor for editing requests
- Support for call credentials
- Support for certificates (loading from files not yet supported)
- use certificate file (In progress)
- use from the certificate store
Others
- lovely UI :)
- Remember the history of tested gRPC services
- Displays the duration of method calls (log window)
- Plot the response times in a chart