Skip to content

Releases: z5labs/gogm

Patch Release 2.3.6

23 Jun 19:12
Compare
Choose a tag to compare

Changes:

  • Fixed import issue
  • Updated documentation to reflect

Full Changelog: mindstand/gogm@v2.3.5...v2.3.6

Patch Release 2.3.5

15 Jun 16:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: mindstand/gogm@v2.3.4...v2.3.5

Patch Release 2.3.4

03 Jun 18:03
Compare
Choose a tag to compare

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

01 Jun 14:42
85610d0
Compare
Choose a tag to compare

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

21 Jan 16:14
6810ce3
Compare
Choose a tag to compare

What's Changed

Full Changelog: mindstand/gogm@v2.3.1...v2.3.2

Patch Release 2.3.1

17 Jan 17:23
Compare
Choose a tag to compare

What's Changed

  • Resolved issue presented in #84

Full Changelog: mindstand/gogm@v2.3.0...v2.3.1

Release v2.3.0

13 Jan 19:09
a6c8fc2
Compare
Choose a tag to compare

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

03 Nov 19:13
Compare
Choose a tag to compare

Changes:

  • Fixed syntax issue on constraint/index creation

v2.2.1 Patch

22 Oct 18:41
Compare
Choose a tag to compare

Changes:

  • Fixes issue #73

v2.2.0 Minor Release

10 Sep 22:50
Compare
Choose a tag to compare

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