Releases: jpsingleton/Huxley2
Releases · jpsingleton/Huxley2
v2.0.6
.NET 8.0 LTS
What's Changed
- Added the option for a docker container to restart upon reboot by @jnoc in #19
- fix: guid conversion fails on some type of service ids by @davwheat in #22
- Service API quick fix by @jpsingleton in #24
- chore: boxhill -> box hill by @davwheat in #26
- chore: dunfermline town -> dunfermline city by @davwheat in #27
- fix: soham in shouting case by @davwheat in #28
- fix: remove angel road by @davwheat in #29
- fix: kintore in shouting case by @davwheat in #30
- slim down the final container image by @lpmi-13 in #36
- add meta tags for a11y improvements by @lpmi-13 in #35
- Dotnet 8 upgrade by @jpsingleton in #37
New Contributors
- @jnoc made their first contribution in #19
- @davwheat made their first contribution in #22
- @lpmi-13 made their first contribution in #36
Full Changelog: v2.0.4...v2.0.6
v2.0.4: minor changes and clean-up (#18)
* cleanup(*): fixes from #14 and #17 - bump version number - update station codes csv - fix `FromGuid` compiler warning - cleanup/fix service id parsing code - minor change to homepage * fix(ServiceDetailsServiceTests): modify test
2.0.3
- Adds ETag support (excluding generated at times so it doesn't change unless the train services etc. change)
- Adds Brotli (and gzip) compression and enables for HTTPS
- Security issues aren't a problem in this context (plaintext not chosen by user and no auth/sessions)
- Middleware is easier than using web server modules (particularly if self-hosting locally)
- Upgrades from C# 8 to C# 10 (as some C# 9 pattern matching features are now used)
- Upgrades Docker and Azure pipelines to .NET 6.0
- Reduces default logging level to stop info output
- Adds a couple of new stations to the CSV file
- Updates docs for .NET 6.0 etc.
2.0.1
- Fixes an issue where only trains would be returned for staff endpoints
- Upgrades from .NET Core 3.1 LTS to .NET 6.0 LTS
Huxley 2.0.0
The first stable public release of Huxley 2. There is a setup guide here.