Releases: YorCreative/Laravel-Scrubber
Releases · YorCreative/Laravel-Scrubber
v2.0.1
v2.0.0
Initial Release of v2.0.0
Changes:
- [fix] Refactored the RegexRepository and created a singleton of it, as it was not loading all the classes once when the application was bootstrapped. Instead it was loading all the classes every use of the scrubber.
- [feature] Added the Secret Manager which allows you to pull in secrets from external sources to detect leakage of them.
- [feature] Gitlab Integration for Secret Manager.
- [feature] Ability to define what keys of your secrets from external sources that you want via the configuration file.