Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 14:40

4.0.0 (2024-01-13)

Features

  • avoid multiple types of select calls (36c5410)

BREAKING CHANGES

  • remove the calls for include selects

Middleware that relied on calls with the "select" action for select
objects within an include will no longer be able to use that call.
Instead use the parent "include" action to modify the selected fields,
or use the "select" action for the relation within that select object.