Skip to content

2023

Lime CRM Desktop Client 11.1.2881

Product Lime CRM Desktop Client Version 11.1.2881 Date published 2023-04-13 Platform Windows Availability Manual installation and Automatic Updates.

Fixes

  • Compatibility: Backported improvements for document name handling.
  • Compatibility: Restructured bug fix for inconsistent event for compatibility with direct usage of individual steps when creating new mail.
  • Stability: Fixed race-conditions that may result in crash during Record.Update
  • Stability: Handle orphaned timers during restart during WebView2 upgrade.
  • Stability: Ensure member variables are set for asynchronous callbacks from WebView2 during upgrade.

Lime CRM 2022.3 - Rysy - Patch 6

Description

This is the sixth patch release of 🇵🇱Lime CRM 2022.3 Rysy.

Patch Upgrade Instructions

If upgrading to this release from:

🪲 Fixes

##

  • Fix so that the Lime CRM Active Directory integration works again.
  • The installer will ensure that the correct version of Microsoft Visual C++ Redistributable package is installed on your machine.
  • It will throw an error and crash if your .NET version is too old. You need to manually upgrade it if this happens. Recommendation to run version 4.8.

Lime CRM 2022.3 - Rysy - Patch 5

Description

This is the fifth patch release of 🇵🇱Lime CRM 2022.3 Rysy.

Patch Upgrade Instructions

If upgrading to this release from:

🪲 Fixes

RabbitMQ expects Handle.exe

Needs a manual fix, please see:

RabbitMQ logs an error message every 5 minute in its log file [Lime CRM Wiki] (lime-crm.com)

SQL Driver

The installation step for SQL Native Client has been improved. Before this fix, the installer checked for the current installed version in the wrong place in the Windows Registry. This caused the installer to sometimes not upgrade the SQL Native Client version. This has been fixed in this version.

Event-handler

Ensure that the event-handler service don't crash when the body of a message sent to it is of an unknown type. The Rysy release introduced a regression which meant that you couldn't send a body of type string or list to the event-handler. This has been fixed in this release and everything should work as before Rysy again.

Http API

We have fixed a regression where the error code 400 was returned instead of error code 422 when the parsing of a request failed on the server.

Elasticsearch-dsl5

We have updated the version of this package. The previous package defined it's dependencies in a format that is no longer considered valid, which caused the installation step to sometimes fail. This has been fixed in this release.

RabbitMQ logs an error message every 5 minute in its log file

Issue

After installing Lime CRM Server 2022.3 (Rysy), Rabbit MQ started to log the following error in it's log file every 5 minute:

[error] <0.547.0> Could not find handle.exe, please install from sysinternals

Why does this happen?

New versions of Rabbit MQ expects Handle.exe to be installed. Handle.exe is required by RabbitMQ to work properly with Windows file descriptors. This version of Lime CRM Server does not install it. Future versions of Lime CRM Server will automatically install it.

How to solve it?

  1. Download Handle.exe installation file: http://technet.microsoft.com/en-us/sysinternals/bb896655.
  2. Extract Handle package to C:\Program Files\Handle and add this path to the system PATH in Environments settings.
    1. Open File Explorer and right click on “This PC”. Click on “Properties”
    2. Click “Advanced system settings” in the left panel.
    3. Click “Environment Variables…”
    4. In the lower list (System Variables) find “Path” and highlight it, click on “Edit…”
    5. Click “New” in the top right corner and paste in C:\Program Files\Handle
    6. Click “OK”
    7. To check if it's correctly added to path. Open CMD and run “handle”. If you don't get an error and a program starts it's all set. Exit the program.
  3. Restart RabbitMQ

Lime CRM Desktop Client 11.1.2847

Product Lime CRM Desktop Client Version 11.1.2847 Date published 2023-03-22 Platform Windows Availability Manual installation and Automatic Updates.

Fixes

  • Added error message for rename.
  • Improved handling of long filenames
  • Default to ID for description for limetype with empty descriptive expression.
  • Switched to string marshaling for errors.
  • Improved robustness for invalid default values.
  • Ensure default value is saved also for linked fields.
  • Improved robustness for automatic upgrade when logging or usage feedback fails.
  • Handle modifications to new record as default values if restored.
  • Improved robustness to better handle recreating WebView2 after upgrade.
  • Added recommendation for corrupted session list.
  • Ensure coworker record is fully populated.
  • Use singular health check during startup.
  • Verify file size in Document.CheckIn
  • Improved performance for accessing record description by populating cache during load. The primary goal is to speed up validation of relation fields.

Lime CRM Desktop Client 11.1.2856

Product Lime CRM Desktop Client Version 11.1.2856 Date published 2023-03-28 Platform Windows Availability Manual installation and Automatic Updates.

Features

  • Added tooltip for partially visible content in lists

Fixes

  • Ensure template record is validated before template is populated.
  • Reduced memory usage for large documents.
  • Worked around issues related to control-state if record is refreshed without triggering controls-level refresh.

Lime CRM Desktop Client 11.1.2863

Product Lime CRM Desktop Client Version 11.1.2863 Date published 2023-03-29 Platform Windows Availability Manual installation and Automatic Updates.

Fixes

  • Worked around problems with orphaned sessions that could be revived by calling /client/logout/ to properly terminate the flask session.
  • Fixed problem with “No database”-error for partial command line arguments.
  • Worked around problems with different casing for locales.
  • Use wait cursor for events.
  • Avoid triggering events for closed inspector.
  • Force “send and receive” in Outlook to avoid outgoing messages from MAPI/Redemption “stuck” in Draft-folder.
  • Refactored client-side batching for statefull calls to preseve backend errors.
  • Improved robustness for creating Outlook.Application via COM.
  • Fixed resource leak and improved robustness.

Lime CRM Desktop Client 11.1.2869

Product Lime CRM Desktop Client Version 11.1.2869 Date published 2023-03-30 Platform Windows Availability Manual installation and Automatic Updates.

Fixes

  • Updated dependencies WebView2, Sentry and .Net modules
  • Avoid race-conditions for accessing template-based properties.
  • Ensure WebView2 become visible after upgrade.
  • Improved stability for callbacks in WebView2.
  • Fixed potential crash during update for orphaned record that was previously added or deleted.

Lime CRM Desktop Client 11.1.2875

Product Lime CRM Desktop Client Version 11.1.2875 Date published 2023-04-11 Platform Windows Availability Manual installation and Automatic Updates.

Fixes

  • Updated validation to for options to accept inactive values since that was implicitly supported due to bugs in old versions.
  • Worked around race-conditions for sequence calls to Record: Open, Delete, Update
  • Fixed comparison misstake for language settings.