Releases: PejmanNik/lazvard-message
lazvard message v0.3.0
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
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
Fixed
- Fix compatibility issues with service bus clients
lazvard message v0.0.1
Init Release v0.0.1