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
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,24 @@ This major version release brings multiple updates to GitLab Watchman in usabili
19
19
20
20
## [2.0.0] - 2022-03-22
21
21
### Added:
22
-
- Complete rewrite of the codebase to make searching faster and more efficient.
23
-
- More modern packaging and distribution.
24
-
- Logs now include more data
25
22
- New scopes for finding exposed data in:
26
23
- notes
27
24
- snippets
25
+
- Docker image now available from the Docker hub, or by building from source. (Credit [@adioss](https://github.com/adioss) for the inspiration)
26
+
- Complete rewrite of the codebase to make searching faster and more efficient.
27
+
- More modern packaging and distribution.
28
+
- Logs now include more data
28
29
- Additional signatures added to find more leaked data
30
+
- Updated logo to play nicely with dark mode displays
29
31
30
32
### Removed:
31
-
- Logging to file and TCP stream - logs to stdout like a true 12 factor app. Reroute stdout as you see fit.
33
+
34
+
- Logging to file and TCP stream - logs to stdout like a true 12 factor app. Reroute stdout as you see fit. --output
32
35
- .conf file for configuration options. Pass the environment variables `GITLAB_WATCHMAN_TOKEN` and `GITLAB_WATCHMAN_URL`
33
36
37
+
**Breaking changes:**
38
+
- The --output flag is no longer required, and therefore not supported
0 commit comments