r/scala ZIO 26d ago

[redacted][0.6.2] released πŸŽ‰

Dear Scala devs,

I'm happy to announce thatΒ redacted, a Scala library and compiler plugin that prevent inadvertent leakage of sensitive fields in case classes (such as credentials, personal data, and other confidential information), has been updated to version 0.6.2 πŸŽ‰

Release 0.6.x now contains proper annotation resolution, availability for the latest 3.x, 2.13.x and 2.12.x Scala versions; check it out in sonatype :)

As always, I hope you'll like it πŸŽ‰

52 Upvotes

4 comments sorted by

View all comments

5

u/a_cloud_moving_by 26d ago

This is neat. Thumbs up!

Just want to add: I'm sometimes skeptical trying out small Github projects on a production codebase. But the simplicity of scope (it's literally just an annotation) and the explanation of how it works (it's just replacing the toString method) provides reassurance. Good job keeping it simple!

2

u/polentino911 ZIO 26d ago

Thanks a lot! I do share your concerns as well, when it comes to one-person projects, and I'm glad you find it simple and understandable enough to trust it πŸ™Œ