Skip to content

0.7.0

Compare
Choose a tag to compare
@texpatnyc texpatnyc released this 12 Nov 20:12
· 2027 commits to master since this release
08c07eb

UI/UX Overhaul

  • Reconfigured application layout with 3 separate partitions: Composer, Workspace, Responses
  • Reimagined the Graph as a Response History organized by individual requests
  • Made the codemirrors and responses more readable by expanding their size and adjusting the colors
  • Collections are now named Saved Workspaces
  • Created a 'copy to composer' feature for requests in the workspace
  • Added the ability to write over Saved Workspaces

Incorporated Concurrent Streaming for HTTP2 & SSE Servers

  • Now has the ability to have multiple open streams per protocol
  • Implemented a 'close connection' feature from the client UI for long running server streams

Bug Fixes

  • Made improvements in all protocol implementations
  • Cookies and Headers now send with GraphQL requests and Introspections
  • Refactored ProtoParser to accept multiple proto file types
  • Imported Collections/Workspaces are now fully functional

Developer Notes

  • Debugging/Clean-up
  • Reconfigured the Spectron Testing given the new UI/UX for all protocols but gRPC