Skip to content

v.1.13.0

Compare
Choose a tag to compare
@nattiechan nattiechan released this 13 Apr 16:54
· 670 commits to master since this release
049a42f

Stress testing for HTTP/2 and GraphQL

  • Enabled for HTTP/2 GET and GraphQL QUERY requests
  • Ability to test the limits of their existing HTTP/2 and GraphQL server infrastructure or discover unintended bottlenecks such as being rate limited during fast and frequent API calls

Mock server for HTTP/2

  • Includes a lightweight mock server that is accessible inside and outside of Swell
  • Start and stop the server at the push of a button, create mock endpoints and receive user-defined responses when making a request
  • Allows front-end development without depending on a fully-built backend server

UX/UI improvements

  • Consistent color palette, font size and contrast
  • Consistent button and tooltip styling
  • Separation of stable and experimental features on the navigation bar to provide more distinction for the user

Bug Fixes

  • Unsubscribe from GraphQL subscriptions
  • Revived most end-to-end (E2E) tests in the repository
  • Removed non-functional GitHub integration from the app
  • WebSocket message dialogue in the response pane is automatically displayed as soon as the server connection is established
  • Fix crash when navigating to the Test tab in the response pane to view assertion testing results