mongo4j

A mongoose plugin to automatically maintain nodes & relationships in neo4j

MIT License

Downloads
22
Stars
14
Committers
8

Bot releases are hidden (Show)

mongo4j - v3.0.1

Published by SvenWesterlaken over 4 years ago

3.0.1 (2020-07-03)

Bug Fixes

  • upgrade mongoose from 5.9.20 to 5.9.21 (64fed8d)
mongo4j - v3.0.0

Published by SvenWesterlaken over 4 years ago

3.0.0 (2020-06-28)

Bug Fixes

  • neo4j: replace bolt with neo4j protocol (84ca79a)
  • test: add longer timeout for hook (4447ed6)
  • travis: add initial password set (30b7a78)
  • travis: add longer sleeping (ac85c8c)
  • travis: add openjdk11 (3a87444)
  • travis: add oracle jdk for neo4j (b30761e)
  • travis: add post request to fix password bug (15f383f)
  • travis: apply curl and remove sed cmd (f587596)
  • travis: apply jdk switcher (48f3039)
  • travis: comment out trusty (ea690a8)
  • travis: create tmp folder for neo4j installation (eee9586)
  • travis: move env to travis web instead of config file (69d3e64)
  • travis: remove jdk_switcher (91ce10a)
  • travis: set jdk version to 11 (a410874)
  • travis: try installing neo4j version 4.1.0 (5afa876)
  • travis: try to set neo4j version (c356352)
  • travis: use AUTH env variable (a7808df)
  • upgrade mongoose from 5.9.18 to 5.9.20 (641a049)
  • upgrade neo4j-driver from 4.0.2 to 4.1.0 (85a14c7)

doc

  • README: update documentation to changes (9edf356)

BREAKING CHANGES

  • README: use neo4j as a standard protocol instead of bolt
  • README: now tested with neo4j database version >= 4
  • README: old parameter syntax is deprecated, new usage in documentation
mongo4j - v2.1.5

Published by SvenWesterlaken over 4 years ago

2.1.5 (2020-06-24)

Bug Fixes

  • upgrade mongoose from 5.9.14 to 5.9.18 (13c8615)
mongo4j - v2.1.4

Published by SvenWesterlaken over 4 years ago

2.1.4 (2020-06-13)

Bug Fixes

  • upgrade mongoose from 5.9.13 to 5.9.14 (1fd5a94)
  • upgrade mongoose from 5.9.13 to 5.9.14 (ceb914e)
mongo4j - v2.1.3

Published by SvenWesterlaken over 4 years ago

2.1.3 (2020-05-14)

Bug Fixes

  • upgrade mongoose from 5.9.12 to 5.9.13 (a9337c4)
  • upgrade mongoose from 5.9.12 to 5.9.13 (870f6d7)
mongo4j - v2.1.2

Published by SvenWesterlaken over 4 years ago

2.1.2 (2020-05-07)

Bug Fixes

  • upgrade mongoose from 5.9.10 to 5.9.12 (090a575)
  • upgrade mongoose from 5.9.10 to 5.9.12 (272032d)
mongo4j - v2.1.1

Published by SvenWesterlaken over 4 years ago

2.1.1 (2020-04-28)

mongo4j - v2.1.0

Published by SvenWesterlaken over 4 years ago

2.1.0 (2020-04-26)

Bug Fixes

  • neo4j: refactor & fix neo4j driver access & closing (dbf59eb)

Features

  • core: make driver management available from core (a875d21)
  • neo4j: add extra logic & checking for closing all drivers at once (f71abf3)
mongo4j - v2.0.0

Published by SvenWesterlaken over 4 years ago

2.0.0 (2020-04-24)

Bug Fixes

  • neo4j: add handling for promisified closing (b248bd4)
  • npm: add readme doc update as patch release (8eb3166)
  • package: update coveralls & remove unused mocha-mongo (1c9f5e1)
  • packages: update packages to newest compatible versions (33fbfff)
  • travis: add back caching (887ab26)

BREAKING CHANGES

  • neo4j: closing a session.close() or neo4j.close() now always returns a Promise.
  • neo4j: requires node 10
mongo4j - v0.4.1

Published by SvenWesterlaken over 5 years ago

0.4.1 (2019-03-21)

mongo4j - v0.4.0

Published by SvenWesterlaken over 5 years ago

0.4.0 (2019-03-15)

Features

  • delete: add automatic deletion for remove() (91033fa)
mongo4j - v0.3.0

Published by SvenWesterlaken over 5 years ago

0.3.0 (2019-02-05)

Bug Fixes

  • mongoose: update methods to new names (72081e7)
  • travis: fix neo4j download error (750775a)
  • travis: update install script to prevent synchronization error (9adb81a)

Features

  • update: add automatic updating of nodes (f5b9246)
  • update: update multiple document references (975a898)
  • update: update properties of nested document references (bead0ff)
  • update: update relationship (934b4bb)
mongo4j - v0.2.2

Published by SvenWesterlaken about 6 years ago

0.2.2 (2018-09-23)

Bug Fixes

  • package: regenerate package-lock.json (782b8b2)
  • package: resolve conflicts (2c685c1)
mongo4j - v0.2.1

Published by SvenWesterlaken over 6 years ago

0.2.1 (2018-07-04)

mongo4j - v0.2.0

Published by SvenWesterlaken over 6 years ago

0.2.0 (2018-05-21)

Bug Fixes

  • neo4j-save: keep session open (7051c19)

Features

  • save: add saving feature (0f6c0f3)
mongo4j - v0.1.2

Published by SvenWesterlaken over 6 years ago

0.1.2 (2018-05-08)

Bug Fixes

  • package: update neo4j-driver to version 1.6.1 (6e59ca5)
mongo4j - 0.1.1

Published by SvenWesterlaken over 6 years ago

0.1.1 (2018-03-24)

Bug Fixes

  • travis: quick travis fix (9c12dc5)
  • travis: run cover as script (746b85f)
  • travis: update package scripts (5d5ee03)

Features