Skip to content

Added Async and Logging

Compare
Choose a tag to compare
@TechLiam TechLiam released this 15 Oct 10:01
· 41 commits to master since this release
b536f62

Version 1.2.0
Released and includes some more community requested features

  • Added async hooks to allow async operations with awaits (e.g. database access)
  • Added context been passed into SqrlOnly and Hardlock hooks to allow for DI access
  • Added Logging to middleware
  • Fixed bug with OnTicketReceived been called twice
  • Example of database usage has been added using a code first database