Is today still the alpha release date?
Yes! Though more accurately: tonight. Still frantically writing docs 🙂
There will definitely be some stubs, had a couple issues in the last day or two. But the code is all there and working, and what docs are missing will be fleshed out over the next week.
wow
🦜
so part of the release is some default modules?
Yep, we’ll be shipping with http, pedestal, an asset pipeline, clojurescript (using the asset pipeline) and figwheel
a security module?
so security isn’t really something you can add after the fact: it’s more a matter of not making one of a zillion possible omissions. So it probably won’t have its own module (although maybe an adversarial robo-testing module would be a good idea). Security will be more of a “by default” thing and will be accomplished by having the right Pedestal interceptors running automatically, etc.
I haven’t done any kind of a security sweep or audit yet… this release is just a developers alpha.
okay, I'll stop bothering you and let you finish writing the docs 🙂