juniper/juniper_warp/CHANGELOG.md

1.8 KiB

juniper_warp changelog

All user visible changes to juniper_warp crate will be documented in this file. This project uses Semantic Versioning 2.0.0.

0.8.0 · 2024-03-20

BC Breaks

Added

Changed

  • Made schema argument of make_graphql_filter() and make_graphql_filter_sync() polymorphic, allowing to specify external Arced schema. (#1136, #1135)
  • Relaxed requirement for context_extractor to be a BoxedFilter only. (#1222, #1177)

Fixed

  • Excessive context_extractor execution in make_graphql_filter() and make_graphql_filter_sync(). (#1222, #1177)

Previous releases

See old CHANGELOG.