apollo-opentracing v2.0.0 Release Notes

Release Date: 2020-10-20 // over 3 years ago
  • 2.0.0 (2020-10-20)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿšš This removes support for the GraphQL Extension interface and moves from a class to a function interface

    Migration:

    - extensions: [- new OpentracingExtension({- server: serverTracer,- local: localTracer,- })-]+ plugins: [OpentracingExtension({+ server: serverTracer,+ local: localTracer,+ })]
    

Previous changes from v1.5.0

  • 1.5.0 (2020-07-09)

    ๐Ÿ”‹ Features

    • โž• add option to use pre-existing span (#324) (2313d1a)