Skip to content

Releases: jpsingleton/Huxley2

v2.0.6

07 Nov 22:13
e64d86f
Compare
Choose a tag to compare

.NET 8.0 LTS

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.6

v2.0.4: minor changes and clean-up (#18)

31 Dec 16:11
a8110e3
Compare
Choose a tag to compare
* 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

04 Jan 16:50
Compare
Choose a tag to compare
  • 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

21 Dec 11:55
Compare
Choose a tag to compare
  • 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

15 May 09:59
dd82d79
Compare
Choose a tag to compare

The first stable public release of Huxley 2. There is a setup guide here.