Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From ump-server-0.2.1 To ump-server-0.3.0
2024-03-29
| ||
15:52 | Update to tokio 1.37.0 to no longer require net feature in order to generate documentation. check-in: a2cfce208b user: jan tags: trunk | |
2024-02-20
| ||
16:10 | (Re)release maintenance. check-in: ed7a332d6a user: jan tags: trunk, ump-server-0.3.0 | |
11:58 | Changelog fixup. check-in: b99bf2d8a9 user: jan tags: trunk | |
11:50 | Release maintenance. check-in: 933f121ec8 user: jan tags: trunk, ump-server-0.2.1 | |
08:06 | Up version. check-in: 157c1acc22 user: jan tags: trunk | |
Changes to Cargo.toml.
1 2 | [package] name = "ump-server" | | | 1 2 3 4 5 6 7 8 9 10 | [package] name = "ump-server" version = "0.3.0" edition = "2021" license = "0BSD" categories = [ "concurrency", "asynchronous" ] keywords = [ "channel", "threads", "sync", "message-passing" ] repository = "https://repos.qrnch.tech/pub/ump-server" description = "Server message dispatch loop for ump." rust-version = "1.56" |
︙ | ︙ |
Changes to www/changelog.md.
1 2 3 4 | # Change Log ## [Unreleased] | | > > > > > > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # Change Log ## [Unreleased] [Details](/vdiff?from=ump-server-0.3.0&to=trunk) ### Added ### Changed ### Removed --- ## [0.3.0] - 2024-02-20 [Details](/vdiff?from=ump-server-0.2.1&to=ump-server-0.3.0) Yanked 0.2.1 and rereleased as 0.3.0 due to breaking changes. --- ## [0.2.1 - Yanked] - 2024-02-20 [Details](/vdiff?from=ump-server-0.2.0&to=ump-server-0.2.1) ### Added - Add a watchdog that will warn if a msgproc takes more than 200ms to return. This is intended for dev builds only and must be enabled using the |
︙ | ︙ |