Skip to content

3.0.0: Async in production

Compare
Choose a tag to compare
@thekid thekid released this 26 Sep 21:11
· 192 commits to master since this release
  • Merged PR #87: Default server profile to "prod" - @thekid
  • Merged PR #86: Drop support for XP < 9 - @thekid
  • Merged PR #41: Add web.filters.BehindProxy filter - @thekid
  • Removed deprecated method web.io.TestOutput::using() - @thekid
  • Merged PR #82, making async the default server mode. Other server
    modes are sequential, prefork and develop. See issue #81
    (@thekid)