Skip to content

Commit

Permalink
chore: Merge branch v1 into v2 (#702)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Nov 14, 2023
1 parent d4d1633 commit 251852c
Show file tree
Hide file tree
Showing 42 changed files with 1,655 additions and 5,514 deletions.
5 changes: 5 additions & 0 deletions .changes/sql-decode-floats.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"sql": patch
---

Fixed an issue where float-like values were decoded as `null`.
5 changes: 5 additions & 0 deletions .changes/stronghold-argon2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"stronghold": patch
---

Added `Builder::with_argon2`.
5 changes: 5 additions & 0 deletions .changes/tray-position.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"positioner": patch
---

`TrayLeft`, `TrayRight` and `TrayCenter` will now position the window according to the tray position relative to the monitor dimensions to prevent windows being displayed partially off-screen.
5 changes: 5 additions & 0 deletions .changes/upload-bufwriter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"upload": patch
---

Use `BufWriter` to reduce IO calls.
6 changes: 6 additions & 0 deletions .changes/websocket-headers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"websocket": patch
"websocket-js": patch
---

Add support for custom request headers.
Loading

0 comments on commit 251852c

Please sign in to comment.