Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Dec 31, 2023
1 parent 0c161bf commit 8a99702
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2023-12-31

* We updated to Rocket v0.5. This is almost entirely an internal change, but it has one user-visible consequence:
The `ROCKET_ENV` environment variable no longer has any effect. You should remove it from your systemd service file.
(There is a new `ROCKET_PROFILE` environment variable with a similar effect, but it should not be needed
for usual deployments. Just make sure you build in release mode, i.e., `cargo build --release` or `cargo install`).

## 2018-12-10

* We switched to Rocket's built-in support for managing DB connection pools. You have to **update your `Rocket.toml`**:
Expand Down

0 comments on commit 8a99702

Please sign in to comment.