Skip to content

Releases: z5labs/gogm

1.4.0 Release

07 Oct 18:50
bfaa53b
Compare
Choose a tag to compare

Change log:

  • added support for slice properties
  • added support for maps of specific types instead of all being map[string]interface{}
  • small bug fixes

1.3.1 Patch Release

08 Sep 16:52
87580cd
Compare
Choose a tag to compare

Change log:

  • Patched issue #35

1.3.0 Release

31 Aug 15:14
51e8a8d
Compare
Choose a tag to compare

Change log:

  • Added multi database support (thanks @serafdev)

1.2.1 Patch Release

31 Jul 19:59
300551e
Compare
Choose a tag to compare

Change log:

  • Fixed issue in decoder causing it to return wrong error

1.2.0 Release

23 Jul 18:02
16751f9
Compare
Choose a tag to compare

Change Log:

  • Replaced underlying driver with official neo4j driver
  • Updated cypherdsl to latest version

1.1.0 Release

24 May 18:41
Compare
Choose a tag to compare

Change Log:

  • Updated underlying driver to use go-bolt
  • Stability improvements

1.0.3 Patch Release

18 Dec 12:59
Compare
Choose a tag to compare

Change Log:

  • Fixed bug in save function causing each relationship to have at least 2 queries generated
  • Fixed bug in save causing nodes to be re-saved if found through different traversal

1.0.2 Patch Release

12 Dec 22:48
Compare
Choose a tag to compare

Change Log:

  • Error causing GoGM to fail when saving single node with no relationships patched
    • Unit and integration tests added to verify case is fixed

1.0.1 Patch Release

06 Dec 19:15
e146988
Compare
Choose a tag to compare

Change Log:

  • Fixed bug where generator generates wrong link functions when there are multiples of the same type of relationship
  • Fixed bug that caused generator to skip nodes
  • Added step to workflow to test generator
  • Generator formats file before saving

Release 1.0.0

05 Dec 18:58
c4e55ec
Compare
Choose a tag to compare

Change log:

  • Support for embedded structs added
  • Node state tracking to detect relationship changes between load and save
  • CLI for Link and Unlink function generation
  • Bug Fixes
  • Stability Improvements
  • More testing added
  • Documentation added