Regards,
I'm starting a project and I'm using the old version of CB 0.8.7 but I have many troubles with it, for example: when connecting it with postgreSQL all fine until I open 3 or 4 taps in the browser and make multiple requests, each request insert 1000 rows in a database, and if I do that repeatedly for a very short time I get a boss system crash and the requests cannot be received in the browser. I tried the same using mysql module for an mysql database and everything went right, so I tried to replace the pgsql driver for a new one, but then I have to update the entire CB because the chain of errors grow up and up.
I cannot connect to github using rebar because of the git protocol and the restrictions of my proxy, I just need the last functional version of CB with all it deps, like the one (old now) you posted in the official site of CB http://chicagoboss.org/ months ago, now you have a reference to github without any deps. I liked it more when you could go to the official site and download the full and stable version.
Just in case you don't know I took the attribution of download dependency by dependency, commit by commit, tag by tag, 66 in total from github, but at the end it was a disaster because some deps uses one version of one specific dep and another use another version of the same dep, and even if I put each one on its deps folder the rebar when compiling does not recognize some of it and I have to put all of it in the same level at CB deps folder. So which version do I must choose?.
My point is, it would very nice to have already the 0.8.9 release with all its deps in the official site. Because I think, or maybe I’m wrong, there are people like me that cannot mess with all rebar get-deps and strangest protocols like git and so on.
Best,
Ivan