-
Notifications
You must be signed in to change notification settings - Fork 479
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
Dust 2.8 #757
Comments
I would love to do something like stweem for 2.8 before 3, any thoughts @jimmyhchan ? Too much extra API? |
Hoping to keep the new feature work to a minimum. It's been a while since I
saw the code base and it's been relatively stable.
|
OK, let's just wrap up these small issues and we'll call it good. There are actually a lot of commits since 2.7 branch. |
Kind of want the security dep bump in the 2.7 branch. Wdyt?
|
It's kind of a silly bug if you look at it-- CLI has to be running in daemon mode, which it never does using dustc. So the bug is not exploitable in Dust. It's just on the public vulns so vulnscanners catch it. https://nodesecurity.io/advisories/95 So pulling that bump into 2.7 doesn't actually make us any more secure IMO. |
Agreed. Some folks have regular security audits.
|
re: the cli dependency, patch is in 2.7.5 and also at the tip of master. Depending on what's in 2.8 / 3.0 we will likely need to cut a branch for 2.8 and cherry-pick some more. |
FYI 2.8 is going to get delayed due to outside factors. Apologies in advanced. |
Any update on the progress of the 2.8 release (rough ETA --- weeks / months)? |
Sorry for the radio silence. ETA 2 weeks? Haven't had a chance to look at the remaining issues yet. |
Awesome, thanks |
@samuelms1 it's been two weeks and haven't got much closer. looks like i'll have to pull in my own code for #733 Dependency bumps in the works ...
the vast majority of this is grunt 0.4 -> 1.0 but grunt-execute is stuck at 0.4 really not seeing anything here worth bumping for. |
Hi, I am interested in dustjs. Glad to know you guys are planning to release Dust 2.8. However, it has been half a year since the last time I saw any activities. So, I wonder when the next release will be? |
@jimmyhchan @sethkinast |
Hi @samuelms1 thanks for pinging this ticket. As you may have guessed, there's unfortunately no progress for 2.8. Many folks who were core contributors to the project have left to do other things and we (LinkedIn) owe the community an answer to the status of the project as is given how dormant it's been and how it's not officially marked as deprecated. I'm going to start this conversation internally. How can you help? I believe the major desire for 2.8 was the security audit fix. That fix was patched onto 2.7 leaving only fairly minor changes in the 2.8 release. It's been a while since I've combed through the project so I could be wrong. Any help for what features/commits are needed/desired would be greatly appreciated. |
Thanks for the update! |
@jimmyhchan The only change I was hoping to see was the fix for issue #753. We use promises a lot and have run into this issue multiple times. Looks like the commit is d485a72. |
#736 is important for Promise/A+ compliance |
Hey @jimmyhchan and @sethkinast - is there any update on the official status of the project? |
Tracking issue for the 2.8 release.
The goal of 2.8 is to wrap up the commits that have landed over the last year before work on a Dust 3.0.
The text was updated successfully, but these errors were encountered: