This repository has been archived by the owner on Nov 21, 2020. It is now read-only.
Releases: erxes/erxes-api
Releases · erxes/erxes-api
Release 0.15.1
Release 0.15.1
Release 0.15.0
0.15.0 (2020-07-07)
Bug Fixes
- brands: not using email config (dd88de8), closes #789
- companies: custom properties data is being cleared when update (3decf6f), closes erxes/erxes#2019
- customers: clearing customFieldsData when update (baa9d91), closes #784
- customers: clearing customFieldsData when update (d7f51c9), closes erxes/erxes#784
- email-verifier: add request dependency (ddc2ef3)
- field: validate empty string in required field (f3474d8), closes erxes/erxes#2041
- import: Not filling the names field on the company with the primaryName in import (43ae29e), closes #788
- segments: fixed customer custom fields segment form (f88c4dd)
- users: forgot password link bug (86e7256), closes #786
Features
Performance Improvements
- ci: upload compiled version to github release assets (add7d68)
- engages: used streams (606d072), closes #801
- healthcheck: add mongodb redis and rabbitmq healthcheck (30da525), closes erxes/erxes#2073
- import: stream excel file import (2cf2f53), closes erxes/erxes#2075
- integrations: add brand restriction option to integrations (ff534a0), closes erxes/erxes#2050
- integrations: add brand restriction option to integrations (b79d178), closes #2050
- phoneValidation: add phone validation to customer schema (b61df74), closes #796
Release 0.14.3
Release 0.14.2
Release 0.14.1
0.14.1 (2020-05-19)
Bug Fixes
- emails: sending empty auth info (a0fcc5f), closes #777
- emailTemplate: revert change in email template query (f19b35e)
- engages: added unverifed emails limit config (5312fae), closes erxes/erxes#1931
- test: change random string to enum in factory (535c803)
Performance Improvements
- customer: added uriVisits field on schema (c1e39ce), closes #776
- customers: flatten customFieldsData, trackedData fields (934970b), closes #774
- docker: upgrade dockerfile nodejs version (5e7ea88), closes erxes/erxes#1993
- node: update package.json for node v12 (15e498a)
- schema: add select options to enum fields (4af015b)
- schema: add select options to some field in customer erxes/erxes#1959 (2720987)
- stage: count archived cards (3700afa), closes #778
Release 0.14.0
0.14.0 (2020-04-25)
Bug Fixes
- add nylas-exchange type in mail integrations (4863734)
- add userId in upload-file and mail-attachment (7e86c2d)
- send userId for middleware in integration (4be0628), closes #751
- popups: resetting stats when update (0d71b70), closes #763
Features
- add nylas exchange provider (6394f3e)
- messenger: tracking all possible customer fields (1b82095), closes #764
Performance Improvements
- engage: refactor cronjobs (176e3ca), closes erxes/erxes#1940
- env: remove DOMAIN variable (7da2d8c), closes #747
- env: using rabbitmq instead of WORKERS_API_DOMAIN (5ee39d8), closes #767
BREAKING CHANGES
- env: rabbitmq env is required in workers service.
Release 0.13.0
0.13.0 (2020-03-17)
Bug Fixes
- activity-log: checked empty content (ce3daea)
- conversation: counting left, joined messages in messsageCount field (9f8201d), closes #694
- importHistory: cannot remove contacts if there are too many contacts (be6ee64), closes erxes/erxes#1681
- remove account only when there is no integration (1e33a60)
Features
- board: add archive functionality (49e09f7), closes erxes/erxes#1625
- email-verification: added email verification service (d509e99), closes #1662
- users: filter by brand (9dca98e), closes #681
- videoCall: add video call integration using daily.co (bb25bf9), closes erxes/erxes#1638
Performance Improvements
- customer: export pop-ups data for customer list when filtering by pop ups (9fb2574), closes erxes/erxes#1674
- merge-repos: merged logger & engage-mail-sender repos (6d2d8dd), closes #736