Skip to content

Releases: GitGuardian/py-gitguardian

1.7.0

29 May 13:58
v1.7.0
c1e2371
Compare
Choose a tag to compare

Added

  • Added GGClient.create_honeytoken() method.

  • Added GGClient.read_metadata() to read metadata from the server. The metadata is then used by further secret scan calls and is available in a new GGClient.secret_scan_preferences attribute.

1.6.0

20 Apr 08:46
Compare
Choose a tag to compare

Added

  • The PolicyBreak class now includes the URL of the policy break if the dashboard already knows about it.

1.5.1

29 Mar 09:24
Compare
Choose a tag to compare

Fixed

  • Python dependencies were not correctly defined: py-gitguardian was using marshmallow-dataclass and click without depending on them. The package now explicitly depends on marshmallow-dataclass and does not use click anymore (#43).

1.5.0

28 Nov 10:32
Compare
Choose a tag to compare

Added

1.4.0

16 Nov 08:59
Compare
Choose a tag to compare

Added

  • GGClient.multi_content_scan() takes a new parameter: ignore_known_secrets.

  • PolicyBreak has a new attribute: known_secret.

1.3.6

28 Oct 07:45
Compare
Choose a tag to compare

Fixed

  • py-gitguardian no longer fails when scanning a document containing characters using high surrogates.

v1.3.5

04 Jul 10:09
Compare
Choose a tag to compare

πŸ› Bug fixes

  • 451c462 replace 0 bytes instead of raising an exception
  • ecb33a8 fix marshmallow warning about using kwargs arguments to declare fields

πŸ”§ Chores and Improvements

  • 59f2926 remove ipython from dev dependencies
  • ed80f97 update pre-commit hooks

v1.3.4

25 Jan 11:06
a95b287
Compare
Choose a tag to compare

Fixes

  • check API key encoding early (#25)

v1.3.1

27 Oct 14:53
Compare
Choose a tag to compare

πŸ› Bug fixes

  • 27402b0 (fields) unknown fields should be excluded

πŸ”§ Chores and Improvements

  • e8061b9 (version) bump patch version

πŸ“¦ Other

  • 2badb7b (README) change minimum required python version

πŸ› Bug fixes

  • 85be435 (models) make optional variables optionals

πŸ”§ Chores and Improvements

  • 790df4d (version) bump patch version

πŸ“¦ Other

  • e7d92f0 Merge pull request #21 from GitGuardian/sofien/-/bump_to_1.3.2

chore(version): bump patch version

  • 5a59d83 Merge pull request #20 from GitGuardian/sofien/-/bugfix_make_policy_break_initialization

fix(models): make optional variables optional

πŸ› Bug fixes

  • 7bdaa57 (models) fix PolicyBreak model

πŸ”§ Chores and Improvements

  • 60a539b (version) bump version to 1.3.3

πŸ“¦ Other

  • 8a35e10 Merge pull request #22 from GitGuardian/sofien/-/fix_previous_version

fix(models): fix PolicyBreak model

πŸ› Bug fixes

  • 3265c05 (ggclient) check API key encoding early

πŸ”§ Chores and Improvements

  • 7bce87d (version) bump version to 1.3.4

πŸ“¦ Other

  • a95b287 Merge pull request #26 from GitGuardian/agateau/-/bump_version

chore(version): bump version to 1.3.4

v1.2.2

30 Jun 13:45
Compare
Choose a tag to compare

πŸš€ Features

  • 857d464 (client) save app and secrets engine version

πŸš€ Features

  • c2216cc (public_api) include validity in scan output

πŸ”§ Chores and Improvements

  • 4e43804 (version) bump minor version
  • c285c5d (pygitguardian) remove old python version support.

πŸ› Bug fixes

  • 27402b0 (fields) unknown fields should be excluded

πŸ”§ Chores and Improvements

  • e8061b9 (version) bump patch version

πŸ“¦ Other

  • 2badb7b (README) change minimum required python version