Changelog

0.30.0 (2023-10-20)

Chores
  • requests: sending logs to crm after message sending request timeout (e57b29d7)
New Features
  • install: add installation script (867872ca)
Bug Fixes
  • db: set default localtime in columns database (eea677f9)
  • abs: resending conversation and create date dialog (a524f4d4)

0.26.1 (2023-09-11)

Bug Fixes
  • abs: add external_message_id parameter to conversation insertion (8171435a)

0.26.0 (2023-09-08)

Chores
  • requests: sending logs to crm after message sending request timeout (f33a9806)
New Features
  • abs: added conversation resending by timeout and at startup (b771f527)

0.25.0 (2023-09-06)

Chores
  • requests: sending logs to crm after message sending request timeout (e57b29d7)

0.18.0 (2023-06-30)

New Features
  • api: added endpoints. Getting the data of the last dialogue. Sending messages without the participation of the robot (4fb89055)

0.15.0 (2023-06-30)

New Features
  • templates:
    • add search and pagination to servers (124b8980)
    • add search and pagination to servers (8f156c0b)
    • add template search by name (cdf6b246)
    • add template search (2a951749)

0.11.3 (2023-06-06)

New Features
  • abs: added new type conversation (68ac10e4)

0.11.2 (2023-05-30)

Bug Fixes
  • requests: add parameter script_uid (2f8f59d0)

0.11.1 (2023-05-30)

Bug Fixes
  • templates: approval templates with pictures for vonage (39a03373)

0.11.0 (2023-05-19)

New Features
  • abs: do not update conversations for vonage (7e590c7a)
  • BlackApp: add new provider (88a19c46)

0.10.1 (2023-05-19)

Bug Fixes
  • api: the script_uid parameter can be empty (dd6c73ca)

0.10.0 (2023-04-25)

Chores
  • dialogs:
    • Added a new passable field when publishing a script (45400a0e)
    • add support for replying a message (fix error code) (e967c79a)
    • add support for replying a message (89956576)
Bug Fixes
  • accounts: parameter script_uid transfer fix (a277227e)

0.9.1 (2023-04-24)

Chores
  • dialogs: add the ability to write from 1 number inside the BP (8230696e)
New Features
  • crm: add sending new data conversation in crm (af57b010)
Bug Fixes
  • accounts: rename duplicated name list (1036af7c)

0.9.0 (2023-04-03)

New Features
  • billing: add billing for messaging

0.8.5 (2023-04-10)

New Features
  • requests: add log to CRM on request failed (aafc1aa5)

0.8.4 (2023-04-04)

Bug Fixes
  • requests:

0.8.3 (2023-04-03)

New Features
  • tests: add jest and sample tests (a7096c60)
Bug Fixes

0.8.2 (2023-03-30)

Bug Fixes
  • vonage: add vonage icon to account page (3337f8b4)
  • requests: misprint enable renamed to restore (e5768aef)

0.8.1 (2023-03-29)

Chores
  • packages: add events package (b540014c)
New Features
  • requests:
    • add requests (2098bc25)
    • add id and comment to request for dialog (4cc84ef6)
    • save requests for dialogs to database (9431d591)
  • accounts: loading accounts from DB when WMC started (d60e8092)
Bug Fixes
  • conversations: disable sending on CRM (5ea65a6f)
  • templates: nulled response on stange abs (6cc6c76f)
  • abs: send unique dialog id to abs (79659ec5)
  • dialogs: add limit for request count (f16ec9ca)
Code Style Changes
  • tables: add vertival-align to all cells (6f385a20)

0.8.0 (2023-03-28)

New Features
  • vonage: add new provider vonage

0.7.1 (2023-02-28)

New Features
  • limits: add limit using history (27e0f4f8)

0.7.0 (2023-02-28)

Chores
  • accounts: Добавлено логирование открытия диалогового окна мессенджера с клиентом для типа business_initiated в CRM (0bbb0f5b)
  • dialogs:
    • send unique ID of the dialog (joined app UID and dialog ID) to ABS (38f0b776)
    • Добавить поддержку цитирования сообщения (809a2a46)
    • Добавить поддержку цитирования сообщения (e3cd58a5)
New Features
  • templates: Sending for approval and deletion of templates through ABS (5fd03ea2)
  • abs: remove whatsapp webhook handlers, except updating conversations (fd55eae2)
  • app: add unique ID APP_UID of the MC instance (1d20192f)
Bug Fixes
  • crm:
    • moving a method alphabetically (4ef71999)
    • fix typo in method name sendConversation (48c96d69)
  • abs: fix created_at when added to conversations (9f91c178)
  • accounts: Fix getting dialog for send converstion (cb38f8cc)

0.6.1 (2022-11-28)

New Features
  • dialogs: added parameter in query to method add (021326e5)
  • templates: added the ability to approve message templates with pictures (63787c48)
Bug Fixes
  • dialogs:
    • skip geo checking when phone is telegram ID (e936746b)
    • string true to 1 true (94c5512d)
    • put selected channel to database in API POST:dialogs (699e5efc)
    • missed accountId on error handling (e5d59d2b)

0.6.0 (2022-11-09)

New Features
  • dialogs:
    • use any received channel in API POST:dialogs (3e23e88a)
    • freeze account for delay seconds when using the limit (7d32fb0c)
  • webhook: set message status in CRM throught WMC webhook (6dd3e54f)
  • accounts: add UltraMsg channel (85118aa2)
Bug Fixes
  • accounts: use limit for telegram and ultramsg when dialog added (21f9f00c)

0.5.1 (2022-10-31)

New Features
  • templates: approve 360dialog templates by account_groups (2abe648c)
Chores
  • db: add raw WHERE condition as .whereRaw(query) (71a90197)
Bug Fixes
  • account_groups: fix the wrong query for choice of accounts from account_groups (780d8d0b)
  • templates: some errors (8381eae0)
  • dialogs: fixed ambiguous field id on filtering accounts by groups (b09f929c)

0.5.0 (2022-10-28)

Chores
  • db:
    • add option to ignore errors when inserting rows: .insert(data, true); (8d2b4662)
    • add LEFT JOIN as .joinLeft(...) and SELECT DISTINCT as .get(true) (c85f843b)
  • dialogs: debug name and groups in API POST:dialogs (18ca733f)
Documentation Changes
  • changelog: add page for view changelog (aac60980)
New Features
  • dialogs:
    • add filter by geo (from phone number) for using accounts (0f6b8dc1)
    • add filter by account groups in API POST:dialogs (01811cff)
  • accounts:
    • add render geos of the accounts as flags (52877789)
    • add many-to-many relation geo for accounts (7eff5a84)
  • account_groups:
    • add item in main menu and list-page (191e5dab)
    • add API endpoint for setting account groups (5f0ffc78)
Bug Fixes
  • db: fixed bug when OR WHERE overwrite previous conditions (1c485b7f)
  • account_groups: organizations and accounts in groups can be empty (62a55a6a)

0.4.2 (2022-10-20)

Chores
  • debug: show payload with API dialogs/add (7468a2ee)
  • dialogs: client phone may starts with 'tg:' if phone hidden in telegram profile (81c3efc5)
Bug Fixes
  • dialogs: when adding dialog, use account.id instead account_id if a binding used and always (7c866788)
  • scripts: skip publishing when station has no accounts (4737982e)

0.4.1 (2022-10-20)

Bug Fixes
  • whatsapp: handle error when receive webhook from unknown account (69eaf4f6)

0.4.0 (2022-10-19)

Documentation Changes
  • changelog: add changelog, yep (e2fe34e0)
New Features
  • dialogs: add API dialogs/has_conversation by order_id (f4c3e0fe)
Bug Fixes
  • errors: fixed passing error handler (116060cc)
  • templates: getting templates from ABS is switched off, when ABS has not waba accounts (301b77ef)

0.3.3 (2022-10-19)

Chores
  • webhook: show invalid webhook payload and IP in debug (24767d1f)
Bug Fixes
  • accounts: delete unnecessary accounts with station updating (d9233c4f)
  • dialogs: missed accountId on error handling (e5d59d2b)