You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+58-3
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,64 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
25
25
[@xxxx]: https://github.com/xxxx
26
26
-->
27
27
28
-
<!--
29
-
### Unreleased
30
-
-->
28
+
### v1.5.0
29
+
##### May 6th, 2024
30
+
31
+
We apologise for the extreme delay in publishing a new release for our beloved `detect-secrets`. We at Yelp appreciate your continued support and your contributions to this valuable project!
32
+
33
+
#### :newspaper: News
34
+
- We're adding support for Python 3.10, 3.11 and 3.12 and we dropped support for Python 3.6 and 3.7! We hope this won't be too disruptive for you all. Be aware that in a next release, we'll remove support for Python 3.8 too, as it'll reach EOL in October 2024.
35
+
36
+
#### :mega: Release Highlights
37
+
- Added support for OS-agnostic baseline files ([#586])
38
+
39
+
#### :tada: New Features
40
+
- Added a detector for IP addresses ([#692])
41
+
- Added a detector for GitLab tokens ([#782])
42
+
- Added a detector for Telegram tokens ([#808])
43
+
- Added a detector for Pypi and TestPypi tokens ([#819])
44
+
- Added a detector for OpenAI tokens ([#823])
45
+
46
+
#### :sparkles: Usability
47
+
- Added filenames in errors thrown when a plugin file specified in the `.secrets.baseline` is not found. ([#719])
48
+
- Changed the wording of the audit prompt ([#738])
49
+
50
+
#### :telescope: Accuracy
51
+
- Improved DiscordBotTokenDetector to reduce false negatives ([#628])
52
+
- Improved KeywordDetector to reduce false positive for Golang ([#675])
53
+
- Improved AWSKeyDetector by adding more access key formats ([#796])
54
+
55
+
#### :bug: Bugfixes
56
+
- Fixed `NotImplementedError` in StatisticsAggregator ([#678])
57
+
- Fixed bug in YAMLTransformer related to parsing YAML files with achors and tags ([#679])
58
+
- Fixed `IndexError` in `is_prefixed_with_dollar_sign` caused by passing empty strings ([#712])
0 commit comments