Releases: z5labs/gogm
Releases · z5labs/gogm
1.4.0 Release
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
Change log:
- Patched issue #35
1.3.0 Release
Change log:
- Added multi database support (thanks @serafdev)
1.2.1 Patch Release
Change log:
- Fixed issue in decoder causing it to return wrong error
1.2.0 Release
Change Log:
- Replaced underlying driver with official neo4j driver
- Updated cypherdsl to latest version
1.1.0 Release
Change Log:
- Updated underlying driver to use go-bolt
- Stability improvements
1.0.3 Patch Release
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
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
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
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