This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
LBP
/
gitleaks
Mirror von
https://github.com/gitleaks/gitleaks.git
Beobachten
4
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Wiki
Struktur:
6fa52ae7cc
Branches
Tags
1655-add-support-for-gitlab-routable-tokens
archive-handling
dependabot/go_modules/github.com/charmbracelet/lipgloss-1.1.0
dependabot/go_modules/github.com/fatih/semgroup-1.3.0
dependabot/go_modules/github.com/hashicorp/go-version-1.9.0
dependabot/go_modules/github.com/rs/zerolog-1.35.1
dependabot/go_modules/github.com/spf13/cobra-1.10.2
dependabot/go_modules/github.com/spf13/viper-1.21.0
dependabot/go_modules/github.com/stretchr/testify-1.11.1
dependabot/go_modules/github.com/wasilibs/go-re2-1.11.0
feat/add-additional-labels-docker
follow-up-azure
gh-pages
master
smart-filter-clean
v8.30.1
v8.30.0
v8.29.1
v8.29.0
v8.28.0
v8.27.2
v8.27.1
v8.27.0
v8.26.0
v8.25.1
v8.25.0
v8.24.3
v8.24.2
v8.24.1
v8.24.0
v8.23.3
v8.23.2
v8.23.1
v8.23.0
v8.22.1
v8.22.0
v8.21.4
v8.21.3
v8.21.2
v8.21.1
v8.21.0
v8.20.1
v8.20.0
v8.19.3
v8.19.2
v8.19.1
v8.19.0
v8.18.4
v8.18.3
v8.18.2
v8.18.1
v8.18.0
v8.17.0
v8.16.4
v8.16.3
v8.16.2
v8.16.1
v8.16.0
v8.15.4
v8.15.3
v8.15.2
v8.15.1-test3
v8.15.1-test2
v8.15.1-test
v8.15.1
v8.15.0
v8.14.1
v8.14.0
v8.13.0
v8.12.0
v8.11.2
v8.11.1
v8.11.0
v8.10.3
v8.10.2
v8.10.1
v8.10.0
v8.9.0
v8.8.12
v8.8.11
v8.8.10
v8.8.9
v8.8.8
v8.8.7
v8.8.6
v8.8.5
v8.8.4
v8.8.3
v8.8.2
v8.8.1
v8.8.0
v8.7.2
v8.7.1
v8.7.0
v8.6.1
v8.6.0
v8.5.3
v8.5.2
v8.5.1
v8.5.0
v8.4.0
v8.3.0
v8.2.7
v8.2.6
v8.2.5
v8.2.4
v8.2.3
v8.2.2
v8.2.1
v8.2.0
v8.1.3
v8.1.2
v8.1.1
v8.1.0
v8.0.7
v8.0.6
v8.0.5
v8.0.4
v8.0.3
v8.0.2
v8.0.1
v8.0.0
v7.6.1
v7.6.0
v7.5.0
v7.4.1
v7.4.0
v7.3.0
v7.2.2
v7.2.1
v7.2.0
v7.1.2
v7.1.1
v7.1.0
v7.0.2
v7.0.1
v7.0.0
v6.2.0
v6.1.2
v6.1.1
v6.1.0
v6.0.0
v5.0.1
v5.0.0
v4.3.1
v4.3.0
v4.2.0
v4.1.1
v4.1.0
v4.0.1
v4.0.0
v3.3.0
v3.2.2
v3.2.1
v3.2.0
v3.1.0
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v2.1.0
v2.0.0
v1.25.1
v1.25.0
v1.24.0
v1.23.0
v1.22.0
v1.21.0
v1.20.0
v1.19.3
v1.19.2
v1.19.1
v1.19.0
v1.18.0
v1.17.0
v1.16.1
v1.16.0
v1.15.0
v1.14.0
v1.13.0
v1.12.1
v1.12.0
v1.11.1
v1.11.0
v1.10.0
v1.9.0
v1.8.0
v1.7.3
v1.7.2
v1.7.1
v1.7.0
v1.6.1
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
gitleaks
/
vendor
/
github.com
/
xanzy
/
go-gitlab
/
CHANGELOG.md
CHANGELOG.md
789 B
Verlauf
Originalformat
go-github CHANGELOG
0.6.0
Add support for the V4 Gitlab API. This means the older V3 API is no longer fully supported with this version. If you still need that version, please use the
f-api-v3
branch.
0.4.0
Add support to use
sudo
for all API calls.
Add support for the Notification Settings API.
Add support for the Time Tracking API.
Make sure that the error response correctly outputs any returned errors.
And a reasonable number of smaller enhanchements and bugfixes.
0.3.0
Moved the tags related API calls to their own service, following the Gitlab API structure.
0.2.0
Convert all Option structs to use pointers for their fields.
0.1.0
Initial release.