Skip to content

Commit

Permalink
Add support for encrypted Microsoft SQL Server connections. This fina…
Browse files Browse the repository at this point in the history
…lly allows connecting to databases that refuse clear-text connections, such as those hosted on Azure.
  • Loading branch information
lovasoa committed Oct 4, 2024
1 parent fde8b2f commit fef7e1c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 24 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.30.0 (unreleased)

- **Fix**: the search feature in the shell component was not working when no menu item was defined.
- Add support for encrypted Microsoft SQL Server connections. This finally allows connecting to databases that refuse clear-text connections, such as those hosted on Azure.

## 0.29.0 (2024-09-25)
- New columns component: `columns`. Useful to display a comparison between items, or large key figures to an user.
Expand Down
54 changes: 31 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ panic = "abort"
codegen-units = 2

[dependencies]
sqlx = { package = "sqlx-oldapi", version = "0.6.27", features = [
sqlx = { package = "sqlx-oldapi", version = "0.6.28", features = [
"any",
"runtime-actix-rustls",
"sqlite",
Expand Down

0 comments on commit fef7e1c

Please sign in to comment.