Skip to content

Releases: PejmanNik/lazvard-message

lazvard message v0.3.0

13 Jul 11:37
Compare
Choose a tag to compare

Improve cli and support for HTTP transport

⚠️ BREAKING CHANGE

The configuration file structure has been changed. A new UseHttps option has been added under the Server section, which is set to false by default. This is because the latest Azure SDK supports HTTP transport for local emulators, eliminating the need for a certificate.

The new version also generates a different connection string, so you will need to replace the old connection string in your client.

If you still need the HTTPS version, you must add UseHttps = true to the Server section.

lazvard message v0.2.1

05 Jan 17:00
Compare
Choose a tag to compare

improve the certificate handler

BREAKING CHANGE

In order to improve the security, please remove the created certificate file by the app, and add this new line under the [Server] section:
UseBuiltInCertificateManager = true

The certificate does not support custom server IP anymore, you need to change the server IP to localhost or provide your certificate *that has been signed and trusted)

lazvard message v0.1.0

04 Jan 19:41
Compare
Choose a tag to compare

Fixed

  • Fix compatibility issues with service bus clients

lazvard message v0.0.1

30 Jun 06:57
Compare
Choose a tag to compare

Init Release v0.0.1