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

Releases: erxes/erxes-api

Release 0.12.2

28 Jan 13:53
Compare
Choose a tag to compare

0.12.2 (2020-01-28)

Bug Fixes

  • jwt: checked JWT_TOKEN_SECRET config on startup (30daf11)

Release 0.12.1

28 Jan 13:21
Compare
Choose a tag to compare

0.12.1 (2020-01-28)

Bug Fixes

Release 0.12.0

08 Jan 11:29
Compare
Choose a tag to compare

0.12.0 (2020-01-08)

Bug Fixes

  • deal/ticket/task: move card labels bug (35136a1), closes #676
  • mail: not receiving updates in realtime (2e4a382), closes #683

Performance Improvements

  • integrations: using rabbitmq for erxes-integrations communication (6fd595e), closes #690
  • widgets: merge erxes-widgets-api with erxes-api (71e89ba), closes erxes/erxes#1542
  • widgets: merge erxes-widgets-api with erxes-api (81e3880), closes #1542

BREAKING CHANGES

  • widgets: erxes-widgets-api is making code duplication difficult to maintain and we decided that it is an unnecessary abstraction.
  1. Remove MAIN_API_URL env variable
  2. Point API_GRAPHQL_URL env variable to http://localhost:3300/graphql AKA erxes-api
  • widgets: erxes-widgets-api is making code duplication difficult to maintain and we decided that it is an unnecessary abstraction.
  1. Remove MAIN_API_URL env variable
  2. Point API_GRAPHQL_URL env variable to http://localhost:3300/graphql AKA erxes-api

Release 0.11.2

15 Dec 06:36
Compare
Choose a tag to compare

0.11.2 (2019-12-15)

Bug Fixes

  • conversation: cleaning content (710d6e7), closes #641
  • conversation: read conversation becoming unread sometimes (a6b1254), closes #664
  • deal/ticket/task: copy customer, companies when copy (50969f0), closes #626
  • integration: remove related integration when account remove (72c9cba), closes #617
  • user: invalid regex in login (6cc2dc0), closes #634

Features

Release 0.11.1

01 Nov 08:08
Compare
Choose a tag to compare

0.11.1 (2019-11-01)

Release 0.11.0

01 Nov 06:37
Compare
Choose a tag to compare

0.11.0 (2019-11-01)

Bug Fixes

Notes: You have to run yarn migrate in erxes-api project. Example on docker installation: docker exec -it erxes-api yarn migrate

Release 0.10.1

31 Aug 03:27
Compare
Choose a tag to compare

0.10.1 (2019-08-31)

Bug Fixes

Features

  • notification: show stage names on notifications (ed239cc), closes #1124

Release 0.10.0

15 Aug 14:01
Compare
Choose a tag to compare

0.10.0 (2019-08-15)

Bug Fixes

Features

  • command: add loadPermission command (d2e8ffc), closes #505
  • message-queue: used rabbitmq (fdb26ab), closes #223
  • permission: restrict user permissions by brand (03f785f), closes #517

Performance Improvements

BREAKING CHANGES

Release 0.9.17

09 Jul 08:11
Compare
Choose a tag to compare

0.9.17 (2019-07-09)

Bug Fixes

  • docker: fix dockerfile permission error (1631750)

Features

  • deal/ticket/task: Add watch option for deal, ticket, task and pipeline (d6dcabc), closes erxes/erxes#1013
  • log: erxes users now can enable logging module. erxes-logger is maintained at it's own repository. To enable this module use LOGS_API_DOMAIN env in erxes-api project.

Note

  • erxes users need to run yarn migrate command on erxes-api process to update database changes.

Release 0.9.16

03 Jul 09:12
Compare
Choose a tag to compare

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.