You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be a bit of a difficulty for folks opening PRs and then the
linter complains about completely unrelated code and denies their PR.
Instead, we continue to warn about these issues, but we do not block CI.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
13
13
- Updated gloo-worker example to use gloo-worker crate v2.1.
14
14
- Our website (trunkrs.dev) now only updates on new releases.
15
15
- Additional attributes are now passed through script tags (fixes #429)
16
+
- Updated internal http stack to axum v0.6.0.
16
17
### fixed
17
18
- Nested WS proxies - if `backend=ws://localhost:8000/ws` is set, queries for `ws://localhost:8080/ws/entityX` will be linked with `ws://localhost:8000/ws/entityX`
18
19
- Updated all dependencies in both Trunk and its examples, to fix currently open security advisories for old dependencies.
0 commit comments