Skip to content

1.4.0

Compare
Choose a tag to compare
@jamesedmonston jamesedmonston released this 30 Dec 13:16
· 345 commits to develop since this release

Added

  • Added support for Sign in with Apple (#14)
  • Added support for limiting user groups to Craft multi-site sites
  • Added viewer query (#30 via @tam)
  • Added updateViewer mutation (#30 via @tam)

Changed

  • Removed support for non-JWT tokens (note: this is a breaking change)
  • Deprecated getUser query (this will be removed in a future release) (#30 via @tam)
  • Deprecated updateUser mutation (this will be removed in a future release) (#30 via @tam)
  • Improved error handling, production environments now return useful error messages and codes instead of Internal server error (#31 via @tam)

Fixed

  • Fixed issue with authorId restrictions sometimes causing incorrect results to be returned (#34 via @daltonrooney)
  • Fixed issue with users being able to assign themselves schemas, using social mutations (via @daltonrooney)