Skip to content

Latest commit

 

History

History
370 lines (204 loc) · 20.5 KB

CHANGELOG.md

File metadata and controls

370 lines (204 loc) · 20.5 KB

4.1.1 (2023-03-23)

Bug Fixes

  • ci: apply password length to release job (2804bf9)

4.1.0 (2023-03-23)

Bug Fixes

  • ci: add min password length env for neo4j also to ci pipeline (169fc32)
  • docker: set min password length to 3 for neo4j docker container (851e661)
  • npm: update packages & lockfile version (ccea566)
  • package.json & package-lock.json to reduce vulnerabilities (f1ce469)
  • upgrade mongoose from 6.2.8 to 6.2.9 (99b3a81)
  • upgrade neo4j-driver from 4.4.5 to 4.4.6 (33e0c7c)

Features

  • ci: add back version 12 to pipeline (b47257f)
  • ci: add node version 20 to pipeline (7d6c12a)
  • ci: remove node version 12 & add version 18 (65af82b)
  • ci: remove node version 20 to pipeline (e1fa8a8)

4.0.3 (2022-03-30)

Bug Fixes

  • node: add back older versions (b25ae6c)
  • node: remove version 18 for now (fa57632)
  • npm: also force install on dry release (5420360)
  • npm: force install (1998efc)
  • packages: update packages (8f304c0)
  • packages: update packages with vulnarabilities (7b563c9)
  • release: remove old node versions & add node v18.x (6e53640)

4.0.2 (2021-11-20)

Bug Fixes

  • packages: update package versions (636a19e)

4.0.1 (2021-09-17)

Bug Fixes

  • upgrade mongoose from 6.0.5 to 6.0.6 (b326bff)

4.0.0 (2021-09-12)

Bug Fixes

  • mongoose: upgrade mongoose to major version 6 (da4807e)
  • packages: npm audit to fix vulnerabilities (c71685b)

3.1.11 (2021-04-16)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (dc349ba)

3.1.10 (2021-03-26)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (ceccee1)

3.1.9 (2021-03-15)

Bug Fixes

  • upgrade mongoose from 5.11.19 to 5.12.0 (2a0d66a)

3.1.8 (2021-03-05)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (09ae1f2)
  • upgrade mongoose from 5.11.14 to 5.11.15 (771212e)
  • upgrade neo4j-driver from 4.2.2 to 4.2.3 (65dc379)

3.1.7 (2021-02-03)

Bug Fixes

  • upgrade mongoose from 5.11.9 to 5.11.14 (ea5250a)

3.1.6 (2021-01-31)

Bug Fixes

  • readme: adjust spacing (800f06d)
  • readme: use html (c63ad07)
  • upgrade mongoose from 5.11.8 to 5.11.9 (c511f89)
  • upgrade neo4j-driver from 4.2.1 to 4.2.2 (d33c473)

3.1.5 (2020-12-23)

Bug Fixes

  • ci: allow pull requests to dry run release (5c37fbd)
  • upgrade mongoose from 5.11.7 to 5.11.8 (25bac72)

3.1.4 (2020-12-13)

Bug Fixes

  • init: fix vulnerability version init package (6e708c6)
  • upgrade mongoose from 5.10.15 to 5.10.16 (c08087d)

3.1.3 (2020-11-24)

Bug Fixes

  • deps: remove travis-deploy-once including vulnerability (3167d6d)
  • upgrade mongoose from 5.10.14 to 5.10.15 (727e553)

3.1.2 (2020-11-21)

Bug Fixes

  • upgrade mongoose from 5.10.13 to 5.10.14 (9f23919)
  • upgrade neo4j-driver from 4.1.2 to 4.2.1 (e3877ab)

3.1.1 (2020-11-12)

3.1.0 (2020-11-12)

Bug Fixes

  • ci: add run for test-ci npm action (4df37a1)
  • ci: fix indentation (b4a4b5f)
  • ci: fix indentation for matrix (535f316)
  • ci: switch from travis to github action (28ac338)
  • ci: switch to bolt (85fc05c)
  • ci: use service container instead of github action (da48179)
  • upgrade mongoose from 5.9.24 to 5.10.9 (c610270)
  • upgrade neo4j-driver from 4.1.1 to 4.1.2 (cc3000b)

Features

  • save: merge instead of create in order to create only unique nodes (127caed)
  • save: merge instead of create ito create only unique relationships (2b13879)

3.0.3 (2020-10-10)

Bug Fixes

  • package: run npm audit fix to resolve security issues (060bb6e)
  • package.json & package-lock.json to reduce vulnerabilities (a428f4d)
  • upgrade lodash from 4.17.19 to 4.17.20 (f9f84c6)
  • upgrade mongoose from 5.9.23 to 5.9.24 (5a3a58e)
  • upgrade neo4j-driver from 4.1.0 to 4.1.1 (7535f33)

3.0.2 (2020-07-11)

Bug Fixes

  • package: rebuild package.json lockfile (1bccb0a)
  • package.json & package-lock.json to reduce vulnerabilities (9c380ed)
  • upgrade lodash from 4.17.15 to 4.17.19 (543a580)
  • upgrade mongoose from 5.9.21 to 5.9.22 (9deee9d)

3.0.1 (2020-07-03)

Bug Fixes

  • upgrade mongoose from 5.9.20 to 5.9.21 (64fed8d)

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

2.1.5 (2020-06-24)

Bug Fixes

  • upgrade mongoose from 5.9.14 to 5.9.18 (13c8615)

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)

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)

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)

2.1.1 (2020-04-28)

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)

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

1.0.0 (2020-04-24)

Bug Fixes

0.4.1 (2019-03-21)

0.4.0 (2019-03-15)

Features

  • delete: add automatic deletion for remove() (91033fa)

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)

0.2.2 (2018-09-23)

Bug Fixes

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

0.2.1 (2018-07-04)

0.2.0 (2018-05-21)

Bug Fixes

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

Features

  • save: add saving feature (0f6c0f3)

0.1.2 (2018-05-08)

Bug Fixes

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

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