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

Release 0.12.0

Compare
Choose a tag to compare
@batamar batamar released this 08 Jan 11:29
· 794 commits to develop since this release

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