crates.io icon indicating copy to clipboard operation
crates.io copied to clipboard

Receive emails when followed crates publish a new release

Open rk3141 opened this issue 4 years ago • 4 comments

Description I would want to be able to star/pin/follow crates and receive emails regarding updates.

Sorry if this isn't clear, I am not good at describing ideas :|

rk3141 avatar Dec 09 '20 13:12 rk3141

are you aware that we already have a system to follow crate updates when you're logged in? or is the main request here that we should send those update emails?

Turbo87 avatar Dec 09 '20 13:12 Turbo87

The email part.

On Wed, Dec 9, 2020, 19:09 Tobias Bieniek [email protected] wrote:

are you aware that we already have a system to follow crate updates when you're logged in? or is the main request here that we should send those update emails?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rust-lang/crates.io/issues/3081#issuecomment-741776712, or unsubscribe https://github.com/notifications/unsubscribe-auth/APQBUCZR26IFLGG76J2DZS3ST54ZTANCNFSM4UTPKZ5A .

rk3141 avatar Dec 09 '20 14:12 rk3141

If this is implemented, I'd like to ask that it be made optional -- and it should probably default to off.

Personally, I use the follow button as a sort of bookmarking system, marking crates I'm interested in using, but I would rather not get emails about that. Beyond that, it may be odd if someone started receiving emails from crates.io out of the blue!

LikeLakers2 avatar Feb 26 '21 08:02 LikeLakers2

I very much would also like to have this feature. maybe even the option to have a daily digest instead of adhoc emails right when a release arrived.

the problem is that a lot of authors do not align git tags with crates releases so it is sometimes hard to follow all crates releases of packages I am interested in.

and it should probably default to off.

I would argue to make it off for existing users and opt-out for new users. but that is a matter of taste.

extrawurst avatar Jun 07 '21 12:06 extrawurst

with https://github.com/rust-lang/crates.io/pull/9064 we now have per-crate RSS feeds, that can be followed as desired. while those are not emails, they achieve a similar result. we are unlikely to implement email notifications for releases in the near future.

Turbo87 avatar Aug 24 '24 08:08 Turbo87

@Turbo87 what holds us back from doing emails? Would love to talk about that - or a pwa with native notifications?

extrawurst avatar Aug 24 '24 08:08 extrawurst

the extra complexity and the fact that we have a limited budget for sending emails

Turbo87 avatar Aug 24 '24 09:08 Turbo87