Skip to content

Releases: GitGuardian/py-gitguardian

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

v1.2.1

21 Jun 09:26
Compare
Choose a tag to compare

πŸš€ Features

  • f9a3bb7 (models) make models Schema ordered
  • dcec5a2 (quotas) use an iso format for quota since field representation

πŸ› Bug fixes

  • c1ee0fd (doc) minor docstring fix

πŸ”§ Chores and Improvements

v1.2.0

14 Jun 07:08
Compare
Choose a tag to compare

πŸš€ Features

πŸ› Bug fixes

  • 2728445 (detail) convert error to detail
  • e5111b3 base URI without trailing /

πŸ”§ Chores and Improvements

  • d09b81a (version) bump version
  • bffadfe (deps) update dev dependencies

v1.1.3

30 Mar 09:31
Compare
Choose a tag to compare

Changelog

  • Add extra headers option to requests

v1.1.2

13 Jan 14:38
Compare
Choose a tag to compare

Changelog

  • Non json content is returned as a Detail