cch1 / http.async.client

Async Http Client - Clojure
http://cch1.github.com/http.async.client
267 stars 40 forks source link

No changelog entry to 5.0 #51

Closed cch1 closed 11 years ago

cch1 commented 11 years ago

The changelog (http://neotyk.github.com/http.async.client/changelog.html) shows nothing for the major release 5.0.

Of all the releases that need a changelog, it's the major ones!

neotyk commented 11 years ago

Thank you for spotting it. Indeed this should have been documented, I'll try to fix it soon.

neotyk commented 11 years ago

Changelog updated.

cch1 commented 11 years ago

Thanks for taking care of this -I'm a big fan of this library and I'll be updating to 5.1 shortly.

neotyk commented 11 years ago

Great to hear you like h.a.c. Please let me know if you would like something to be improved/fixed. Latest and greatest is v0.5.2

[http.async.client "0.5.2"]
cch1 commented 11 years ago

neotyk, THanks for the kind offer. I was wondering if there is a way to get some stats out of the library about connections established, highwater marks, etc. We are having a strange production problem (with 0.4.5) and are working hard to find diagnostic info without much success. I am seeing log messages from the ning library, but that's hard to grok.

neotyk commented 11 years ago

cch1, underlying async-http-client does not expose statistics and http.async.client doesn't have anything for it as well. In my applications I use metrics-clojure for measuring. If you need help understanding logs from async-http-client you can send me them in private.

HTH, Hubert.