Skip to content

2.0.3

Compare
Choose a tag to compare
@jpsingleton jpsingleton released this 04 Jan 16:50
· 17 commits to master since this release
  • 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.