Skip to content

Releases: namigop/FintX

FIntX v2.2

25 May 04:14
Compare
Choose a tag to compare

Release v2.2

Fixes

  • Added a fix where the request values are lost when switching between tabs

FintX v2.1

06 Apr 10:42
Compare
Choose a tag to compare

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

17 Mar 16:28
Compare
Choose a tag to compare

Release Notes

Quickstart Guide

Getting Started

Features

  1. Added support for organizing data into "projects"
  • create a new project
  • open an existing project
  • open the app using the previously opened project
  1. Added support to export/import clients to a zip
  2. Added support to export/import request files
  3. Request files are auto-saved (every 5 seconds)
  4. Reloads the previous session
  5. Save the compiled clients as an assembly for faster reloading
  6. Press F5 to send the request

Others

  1. Added support for opening in a new window
  2. Added context menus for each node in the explorer
  3. Added context menu to the tab headers
  4. Fixed a memory leak
  5. Cleaned up the UI

Fixes

#14, #15, #20, #21, #22

FintX 1.0

15 Jan 14:05
Compare
Choose a tag to compare

Release Notes

Quickstart Guide

Getting Started

Features

  1. Added support to import and export of request for Unary/Server/Duplex/Client Streaming methods.
  2. Added support to create requests and save into a file. Request files (*.fxrq) are shown under the method (see above screenshot)
  3. 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)
  4. Copy-Paste (Ctrl/Cmd-C, Ctrl/Cmd-V) support for request (*.fxrq) files
  5. Press F2 to rename a request file selected in the explorer tree
  6. Added support to reopen the previous session
  7. Added support for cancelling reading of response stream (for duplex and server streaming)
  8. Display Trailer, Header and Status for async unary calls, client /server/duplex streaming
  9. Blocking unary calls are executed in a background thread to avoid blocking the UI
  10. 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

  1. Updated windows installer to run with low (non-admin) privilege
  2. Multiple bug fixes.
  3. Added more unit tests
  4. Cleaned up compiler warnings

FintX 0.2

12 Dec 17:04
7fb2e47
Compare
Choose a tag to compare

Release Notes

Quickstart Guide

Getting Started

Features

  1. Added import and export of request for Unary methods.
    • Support for client streaming, server streaming and duplex streaming will come in v0.3
  2. Json editor for requests and responses
  3. Added support for cancelling reading of response streamd (for duplex and server streaming)

Others

  1. Bug fixes here and there
  2. Added more unit tests
  3. Cleaned up compiler warnings

FintX 0.1

07 Dec 06:13
Compare
Choose a tag to compare

FintX 0.1 Release

Quickstart Guide

Getting Started

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