Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 1.21 KB

v1.0.61

  • fix logger.error undefined (caused by not fully updating arguments for httpResponse.badRequest)

v1.0.6

  • expose more utils for npm package
  • show password box if needed for html demo

v1.0.5

  • expose more modules for npm package
  • add support for .env files
  • add deleteUnused config option
  • fix default 3 day session delete

v1.0.43

  • revert "revert fix for fix npm package"

v1.0.42

  • add entrypoint index.js for rammerhead package
  • add package-lock.json to source control

v1.0.41

  • update demo link
  • fix npm package

v1.0.4

  • add support for environment variable DEVELOPMENT
  • fix crash when fetching /deletesession with a non-existent session id

v1.0.3

  • fix stability issues with websocket

v1.0.2

  • update testcafe-hammerhead to v24.5.13

v1.0.1

  • removed multi worker and rate limiting support to defer the complexity to other more suitable platforms like Docker. See this commit if you wish to see the original attempt at this.
  • removed unused session cleanup (as traversing the session list forces the cache into memory)
  • lots of cleanup

v1.0.0

  • Initial commit