Liking cljdoc? Tell your friends :D

v0.3.0


  • Added support for user-defined error handlers when creating a server. The server options support a new field - :error-handlers. Users can supply a map of http-status-code -> handler-function.

v0.2.0


  • version-bump.sh script was removed in favor of:
    • version-change.sh Update the project to a new version.
    • dev-branch.sh Create a new development branch according to an input version.
    • release.sh Used to remove -SNAPSHOT suffix from project version, add a release tag, and deploy to clojars.org.
  • Updated the README.md documentation.
  • Added GitHub issue templates.
  • Added TCP configuration options to com.appsflyer.donkey.core/create-server:
    • tcp-no-delay
    • tcp-quick-ack
    • tcp-fast-open
    • socket-linger-seconds
    • accept-backlog
  • Change default client connection idle timeout from 60 to 30 seconds.
  • Dependency updates
DependencyOld VersionNew Version
vertx3.9.44.0.0
junit5.6.25.7.0
jsonista0.2.70.3.0
mockito3.4.63.6.28
jetbrains/annotations13.020.1.0
ring-core1.8.11.8.2

Can you improve this documentation? These fine people already did:
Yaron Elyashiv & yaron.elyashiv
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close