-
Notifications
You must be signed in to change notification settings - Fork 44
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
Timeline for releasing TNG? #285
Comments
I've been tracking progress using the 2.0 milestone. We're pretty close to having something ready to release in an alpha/beta state, but any feedback or testing would be very much appreciated. I think @dantswain was hoping to do a documentation pass, too. |
Also, a little more detail in case it's helpful: The 1.x line was a simple wrapper around the Apache Thrift Erlang library and required integration with the The 2.x line reimplements everything in native Elixir code so there's no longer any dependency on the Apache Thrift toolchain. This lets us use Elixir-native concepts and constructs from end to end. Because it has so many new pieces, we've been taking our time with it, but we use it internally, and it works quite well. I recently merged (3d237d9) the |
We also are using the 2.x master, and it works well. I would highly recommend going that way for a new project. |
What's the status of this? There seem to be changes coming in, but no 2.0. |
The 2.x master code is actively in-use within Pinterest. We've unfortunately just been distracted from putting together a fully documented, etc. 2.x release. The next move might be to take what's there now and package it as 2.0-RC1 or similar prerelease, but I don't have a timeline for that. |
It looks like this is in the middle of a rewrite. My team is considering using this package and aren't sure which version to use.
Is there somewhere that this type of information is being tracked?
Thanks
The text was updated successfully, but these errors were encountered: