Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 954 Bytes

CHANGELOG.md

File metadata and controls

47 lines (26 loc) · 954 Bytes

0.7.0-SNAPSHOT

  • Add: -n/--nrepl flag for nREPL access to http server
  • Bumped dependencies

0.6.3

  • Add: automatic handling of slashes on index.html resources

0.6.2

  • Add: -R/--reload flag to reload modified namespaces on each request

0.6.1

  • Bump HTTP Kit to 2.1.19 to fix RejectedExecutionException

0.6.0

  • Add: init and cleanup arguments for running functions before and after server

0.5.2

  • Fix: reduce Jetty logging level when --silent

0.5.1

  • Add: silent mode (-s/--silent) to silence output

0.5.0

  • Fix: directory listings and files take precedence over resources with :dir option
  • Add: -k/--httpkit option to use Http-kit instead of Jetty

0.4.2

  • Fix: create a pod for each task instance instead of sharing one

0.4.1

  • Add -r/--resource-root to specify a route prefix for resources

0.4.0

  • Remove -b/--block option (use wait instead)
  • Add -H/--handler to serve a ring handler
  • Bump boot to 2.0.0-rc5