Skip to content

lazvard message v0.3.0

Latest
Compare
Choose a tag to compare
@PejmanNik PejmanNik released this 13 Jul 11:37
· 1 commit to main since this release

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.