Summary
This release fixes an issue with the collaborative editor and extra fields and introduces new *_by_tag
queries for the GraphQL API.
CHANGELOG
[6.0.4] - 12 September 2025
Added
- Added GraphQL endpoints,
*_by_tag
, for several models that get all objects that include the tag passed in as the query's parameter (PR #693)- Results are restricted to objects to which the user has access
- Included models are limited to OplogEntry, Finding, Observation, ReportedFinding, and ReportedObservation for now