Skip to content

v1.2.0

Compare
Choose a tag to compare
@timsuchanek timsuchanek released this 24 Nov 18:06

v1.2.0 - Apollo Tracing support

image

This release includes basic support for Apollo Tracing and the UI is now more organized, buttons take less space.

Have fun with detailed tracing information of your endpoint. If you want to use tracing today, have a look at graphql-yoga, which has Apollo Tracing built in :)

Thanks @HuVik and @morajabi for contributing to this release!

Features

  • 0e2f56d added Apollo Tracing support

Refactorings / Changes

  • bfc377e Some UI buttons have been rearanged to save space!
  • e9b01c9 refactored a lot of components to use styled-components. Thanks @morajabi !
  • dea0a84 Renamed "Window" to "Workspace" in electron app

Fixes

  • d816241 fixed endpoint regex. Thanks @HuVik !
  • f3c2915 fixed tabbar spacing
  • 8106aae the Playground now sends X-Apollo-Tracing to test if the backend supports tracing. Works nicely with graphql-yoga!
  • c4fe87f fixed schema view border
  • 566ca16 fixed vertical tabbar spacing
  • 9269636 better error message for missing graphqlconfig
  • 5653075 fixed spacing in light theme response
  • d86e07d fixed lambda middleware interface