Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch over to Tokio ecosystem #105

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe
- Closed [#49](https://github.com/thedodd/trunk/issues/49): old artifacts in the dist dir are now being cleaned-up as new builds successfully complete. Thanks @philip-peterson & @hamza1311 for their work on this one.
- Fixed infinite rebuild loop on Windows started by `watch` command by path canonicalizing in the ignored paths resolver.

- Switch over to `Tokio` from `async_std`
- Closed [#81](https://github.com/thedodd/trunk/issues/81): Switch to warp from tide.
- Closed [#95](https://github.com/thedodd/trunk/issues/95): Fixed as a result of switching to warp.
- Closed [#53](https://github.com/thedodd/trunk/issues/53): Fixed as a result of switching to warp.

## Upgrading from 0.7

- `--proxy-rewrite` has been renamed to `--proxy-path`.
- `Trunk.toml` must be updated in a way that `backend` denotes the proxy backend and `path` denotes where the server will listen. See the [example config file](./Trunk.toml) and [README](./README.md#config-file) for more information.

## 0.7.4
### fixed
- Fixed a regression in Trunk CLI help output, where incorrect help info was being displayed.
Expand Down
Loading