Skip to content
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

Documentation for older releases #8

Closed
prateekbhatt opened this issue Jan 19, 2016 · 2 comments
Closed

Documentation for older releases #8

prateekbhatt opened this issue Jan 19, 2016 · 2 comments

Comments

@prateekbhatt
Copy link

Is there a way to read the documentation for older releases e.g. 0.7.0 ?

This might be less of an issue and more of a suggestion.

I am not able to use the current release (0.9.0) of buddy, because another library that I am using (clj-oauth) uses a older version of org.bouncycastle/bcprov-jdk15on "1.50" , instead of "1.5.4" that buddy 0.9.0 needs for the Blake2 hash function. So, I have to make do with 0.7.0 release of buddy. However, while browsing the documentation e.g. https://funcool.github.io/buddy-hashers/latest/ , I cannot find a way to get the docs for older releases.

@niwinz
Copy link
Member

niwinz commented Jan 19, 2016

Hmm, as fast workaround you can checkout to the 0.7.0 tag and compile the documentation, or just read the .adoc file that is fairly readable.

Having old documentation is also good idea, thanks.

Furthermore, bouncy castle releases are mostly (or completly) backward compatible, so I recommend just force to use the 1.54 for all. I'm pretty sure that clj-oauth will work without issues with 1.54 ;)

@prateekbhatt
Copy link
Author

Thanks, I read the buddy source code, and it was straightforward to figure out things :)

Closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants