-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release version v0.11 #33
Comments
I hope to take a look tonight to see what needs to change before I can comfortably cut a release. I'm on a newish laptop here but I'm not expecting any difficulties with Clojars or anything. |
(Also, if you don't mind disclosing, I'd love to know who's using caesium and what for :)) |
I can't get the tests to pass on this machine. Do the tests run in a checkout for you, and with which version of libsodium? |
Ugh. Looks like libsodium changed the default hashing algorithm between 1.0.14 and 1.0.15. |
There are a few other issues here that need to be resolved:
This appears to be because in between 1.0.15 and 1.0.14, libsodium increased the mandatory minimum operations limit ( At least we're in good company: joshjdevl/libsodium-jni#93 |
(For context, if you look at the PR: I didn't write the pwhash functionality and haven't thoroughly tested it, which is why I haven't cut a release yet. Looks like that wasn't a bad call :)) |
Thanks for all the work. We're using caesium in our startup in SF. We've wanted to use sodium for a while, but our last gig was inside a US Bank and for complicated reasons we could get the library installed there. |
Version wise, we're still running 1.0.13, but I assumed we would upgrade soon. |
@ctdean Does that mean that the tests fail for you? |
Closing because there are other tickets covering what needs to get done, and this has been open for a while :) |
We've started to use caesium (which is great) and wanted to use some of the pwhash functions. What's the ETA on the next release?
Thanks!
The text was updated successfully, but these errors were encountered: