-
We have been using version 1.0.10 of the lmstfy library (https://github.com/bitleak/lmstfy) in our project for some time. Our server is running version 1.0.10, and we are currently using the client version v1.0.4. However, we recently noticed that version 1.0.11 has been released. Before upgrading to the latest version, we wanted to inquire about its compatibility with our existing codebase. If you have already upgraded to version 1.0.11 or have any insights on its compatibility, we would greatly appreciate your input. Specifically, we would like to know if any breaking changes were introduced in this version and if there are any considerations or best practices we should follow during the upgrade process. Please note that our server version is 1.0.10, and we are using the client version v1.0.4. Thank you in advance for your help and expertise. We look forward to hearing from you. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi @lbydev, v1.0.11 has been released for more than 2 years and we've been using it in production for a while.
It's good to upgrade the server version to 1.0.10 and keep the client version as it is. You can upgrade lmstfy instances one by one if you worry about this. |
Beta Was this translation helpful? Give feedback.
-
Hello, Thank you for your prompt response. I appreciate your explanation regarding the differences between versions v1.0.10 and v1.0.11 of lmstfy, as well as the refactorings that have taken place, such as the removal of the "freeze tries" parameter in the BatchConsume interface. Considering the significant number of modified files and the refactorings, it is understandable that there might be compatibility concerns. To address this, I will proceed with upgrading the lmstfy version to v1.0.11 in a test environment. I will also test the compatibility with the client version v1.0.11 to ensure a smooth transition. I will keep you updated on the results of the regression testing using the upgraded lmstfy version. If any issues or further questions arise during the testing process, I will reach out to you for assistance. Once again, I appreciate your support. |
Beta Was this translation helpful? Give feedback.
Hi @lbydev,
v1.0.11 has been released for more than 2 years and we've been using it in production for a while.
It's good to upgrade the server version to 1.0.10 and keep the client version as it is. You can upgrade lmstfy instances one by one if you worry about this.