Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Release 0.9.16

Compare
Choose a tag to compare
@shinebayar-g shinebayar-g released this 03 Jul 09:12
· 1218 commits to master since this release

0.9.16 (2019-07-03)

Bug Fixes

Features

Performance Improvements

BREAKING CHANGES

  • Erxes integrations is moved to separate repo.

  • Erxes api is now 3 separate processes.
  • main api (yarn start = dist/index.js)
  • crons (yarn start-crons = dist/cronJobs/index.js)
  • workers (yarn start-workers = dist/workers/index.js)

  • After upgrade to 0.9.16 users need to run yarn migrate command on erxes-api process.
  • Erxes is now running on NodeJS 10.x LTS version. Users are encouraged to match their nodejs version. Erxes is not guaranteed to run on older versions of NodeJS. Some functions may not work properly.
  • Erxes is now using MongoDB 3.6.x version. Users are encouraged to match their mongodb version. Erxes is not guaranteed to run on older versions of mongodb. Some functions may not work properly.