This repository has been archived by the owner on Nov 21, 2020. It is now read-only.
Release 0.9.16
0.9.16 (2019-07-03)
Bug Fixes
- Fix user password (#328) (b2fe05e)
- Fix team membmember invitation (#338) (4b31d8d)
- Fix insights (#388) (5be1ff6)
- Fix build command (#358) (58adf09)
- fix email duplication (#394) (ff86420)
- Fix customer query (#427) (a561af6)
- Fix segment date type (#428) (47ff1a5)
- Fix permissions migration (e6950fc)
- Fix deal filter test nextDay, nextWeek (#442) (b72a7e4)
- Fix Module did not self-register bug on importing coc (#451) (cb9e555)
- Fix date formats converts to different strings on importing coc (#455) (8081acf)
- fix channel notification link format (#457) (53e8e41)
- Fix undefind string of importing coc (#459) (ee9424d)
- Fix the engage message's footer loop (#462) (0cf2c38)
- Fix debug import order in index.ts (3cd5745)
- Fix segment filter of engage email message (#463) (f55265e)
- Fix item count update (1a3419f)
- Fix engage crons (#472) (1c81e15)
- Fix integration remove (fa39a55)
- Other fixes.
Features
- Feature user invitation (#319) (9b5838f)
- Feature permission (#374) (042337b)
- Gmail conversation (#379) (1d8619a)
- engage email unsubscribe (#393) (9a5e49c)
- Google cloud storage util (#395) (1948f45)
- Feature ticket (#444) (fdbd018)
- Feature task (#454) (772cc2b)
Performance Improvements
- Improvement activity log (#359) (0fcc0df)
- Refactor notification util (d5af2d4)
- Refactor user model schema and pass test (2bccb94)
- Performance improvement facebook (#424) (ffffbb4) (c9537ae)
- Other 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.