- Add: -n/--nrepl flag for nREPL access to http server
- Bumped dependencies
- Add: automatic handling of slashes on index.html resources
- Add: -R/--reload flag to reload modified namespaces on each request
- Bump HTTP Kit to 2.1.19 to fix RejectedExecutionException
- Add: init and cleanup arguments for running functions before and after server
- Fix: reduce Jetty logging level when --silent
- Add: silent mode (-s/--silent) to silence output
- Fix: directory listings and files take precedence over resources with :dir option
- Add: -k/--httpkit option to use Http-kit instead of Jetty
- Fix: create a pod for each task instance instead of sharing one
- Add -r/--resource-root to specify a route prefix for resources
- Remove -b/--block option (use wait instead)
- Add -H/--handler to serve a ring handler
- Bump boot to 2.0.0-rc5