Wildfire IM 1.2.0 has been released, instant messaging system

Wildfire IM 1.2.0 has been released, instant messaging system

Updates in this version include:

Release note 1.2.0:

  1. Add a configuration switch to turn off the api/version checking interface.
  2. Add timestamps to Server SDK meeting events.
  3. When private chat is prohibited, if one party is in the allowed private chat list, private chat is allowed.
  4. Solve the problem of startup failure caused by failure to obtain network card information under certain special circumstances.
  5. Supports searching users by user ID.
  6. Add an interface to get whether a user is in the chat room.
  7. Optimize the processing of multi-end chat room joining.

The attached version comes in three formats, namely Java universal version, Deb format installation package and Rpm format installation package. You can download one of the software packages according to the platform or your own habits. It can also be downloaded from Github . You can also download the latest version, general Java package , deb format installation package and rpm format installation package from our website . *** Version 0.42 adds a limit to the number of group members, the default is 2000. If you want to change the default value, you can modify the t_setting table after upgrading the version and change the default size to what you expect. Also modify the t_group table, change the existing group max_member_count to what you expect, and then restart. *** *** When upgrading versions 0.46 and 0.47 to 0.48 and later versions, a flyway migrate 38 error may be prompted. Please execute the repair script to fix it. Versions other than 0.46 and 0.47 will not have this problem. *** *** Version 0.50 adds the configuration of whether to allow clients to send group operation notifications. If you customize group notifications on the client, you need to configure permission on the server. Those who do not use custom group operation notifications will not be affected. *** *** When upgrading from a version before 0.54 to a version 0.54 or later, a flyway migrate error will be prompted. Because version 0.54 deleted the content of the default sensitive words in the sql script, flyway checksum failed. Please execute update flyway_schema_history set checksum = 0 where script = 'V17__add_default_sensitive_word.sql';to fix. *** *** It takes a long time to upgrade the database from a version before 0.59 to a later version. Please be patient and wait for the prompt that the operation is successful to avoid interruption in the middle. *** *** Version 0.62/0.63 has serious problems, please use version 0.64 and later, or version 0.61. *** *** Starting from version 0.68, a switch has been added to whether the PC online defaults to mobile phone reception of push notifications. The default is on, which is opposite to the previous version. Please pay attention to compatibility (you can turn it off to keep it consistent with the previous version or upgrade the client) ** * *** Starting from version 0.78, all keywords in the MySQL database have been changed to be case-sensitive. In addition, the method of generating IDs has also been changed. Only lowercase IDs are generated to avoid the problem of duplicate IDs. It is recommended that all customers upgrade* ** *** Upgrade log4j to log4j2 from version 0.79. Because log4j is no longer maintained and has known vulnerabilities, it is recommended that all customers upgrade. When upgrading, pay attention to updating the log4j2 configuration file *** *** 0.97 The version has changed the startup script wildfirechat.sh. If you are upgrading the service, please pay attention to updating the startup script. ***

Historical update record

Please refer to the attached release_note.md

View details: https://gitee.com/wfchat/im-server/releases/1.2.0

Guess you like

Origin www.oschina.net/news/267056/wildfirechat-1-2-0-released