Releases: mrhardikjoshi/graphiti-activegraph
Releases · mrhardikjoshi/graphiti-activegraph
v1.3.2
What's Changed
- Use codecov instead of qlty by @mrhardikjoshi in #52
- Change ruby versions in github actions by @mrhardikjoshi in #53
- introduces linting through standardrb and reviewdog by @mrhardikjoshi in #54
- Improve parsing of group_by criteria by @nsauk in #51
- Update version and changelog for releasing 1.3.2 by @nsauk in #55
New Contributors
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- made relationship_id(s) extractable by @mrhardikjoshi in #49
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Added ability to preload extra_fields associations for sideloads by @JuliaKovtun in #44
- Fixed preload for primary scope by @JuliaKovtun in #45
- One plus one preload solution for extra fields by @JuliaKovtun in #47
- version and chanlog updated by @mrhardikjoshi in #48
New Contributors
- @JuliaKovtun made their first contribution in #44
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Serializer and Graphiti compatibility fix by @mrhardikjoshi in #43
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- support deepsideloading and deepsorting by @mrhardikjoshi in #40
- Jsonapi links control by @mrhardikjoshi in #41
Full Changelog: v1.0.0...v1.1.0
v1.0.0
[1.0.0] - 2025-03-18
Added
- MRI Support: Introduced compatibility with MRI (Matz's Ruby Interpreter), expanding the gem's usability beyond JRuby (#38).
- Documentation Updates: Expanded the README to provide clearer guidance on gem usage and integration (#38).
- Sideloading Workflow: Enhanced scoping mechanisms and added support for eager loading associations to improve data retrieval efficiency and flexibility (#38).
Changed
- Resource Class: Instead of modifying the
Graphiti::Resourceclass, we now defineGraphiti::ActiveGraph::Resource,
which must be inherited in all resource classes to enable ActiveGraph support (#38).
v0.1.15
sparse field param supports relationship (#13) * sparse field param supports relationship relationships mentioned in sparse field param, will now be returned in relationship block of response. even if they are not given in include params * tests for sparse fields * updated version and changelog
v0.1.3
changing version to 0.1.3