Releases: z5labs/gogm
Releases · z5labs/gogm
Patch Release 2.3.6
Changes:
- Fixed import issue
- Updated documentation to reflect
Full Changelog: mindstand/gogm@v2.3.5...v2.3.6
Patch Release 2.3.5
What's Changed
- Replace compose-based integration tests with testcontainers by @nikitawootten in https://github.com/mindstand/gogm/pull/107
- Fix: Pagination validation contradict with ordering validation by @nikitawootten in https://github.com/mindstand/gogm/pull/108
- Fix: load issue when special edge is on depth of 1 by @erictg in https://github.com/mindstand/gogm/pull/111
Full Changelog: mindstand/gogm@v2.3.4...v2.3.5
Patch Release 2.3.4
What changed:
- Patched bug causing relationships not to removed sometimes
- Added sanity check to verify that remove relation query had intended outcome
Patch Release 2.3.3
What changed:
- Fixed edge cases causing edges to not save correctly
- Fixed issue where pointers were being sent over the wire
Patch Release 2.3.2
What's Changed
- Relationship within a single type by @nikitawootten in https://github.com/mindstand/gogm/pull/85
- Added pull request and issue templates
Full Changelog: mindstand/gogm@v2.3.1...v2.3.2
Patch Release 2.3.1
Release v2.3.0
Changes:
- Added support for schema load strategy
- Resolved
Match multiple patterns (OPTIONAL MATCH) #74
Full Changelog: mindstand/gogm@v2.2.2...v2.3.0
v2.2.2 Patch
Changes:
- Fixed syntax issue on constraint/index creation
v2.2.1 Patch
Changes:
- Fixes issue #73
v2.2.0 Minor Release
Changes:
- Added support for New (with context) closing #69
- Fixed error in deleteRels (in save function) that was causing it to not actually delete relations