Skip to content

SSE recoded, Web authentication improved, created ToMap trait and improved exception handling and report.

Latest
Compare
Choose a tag to compare
@lepe lepe released this 15 Apr 06:52
  • Improved Serial by adding timeout (serial)
  • Added faster way to get image size (img)
  • Added automatic format detection (img)
  • Improved ConfigAuto import/export methods
  • Fixed LocalName returning IP address sometimes (web)
  • Fixed Request reporting incorrect host and port (web)
  • Improved exception handling (log, web)
  • SSE re-coded to fix performance issue (web)
  • Improved Email validation regex (net)
  • Added "*ByPK" methods in DB (db)
  • Improved ServiciableAuth as it was confusing (web)
  • Removed toMap() from objects and created ToMap interface/trait (core)
  • Performance: Always caching table information and added argument to disable it (db)