Skip to content

1.2.18 - Decrypt API Keys at Request Headers Construction

Choose a tag to compare

@Trenza1ore Trenza1ore released this 18 May 12:18
· 57 commits to main since this release

Feature

  • Decrypt at request headers construction: Provided GitCode API token is now decrypted at request headers construction instead of at client constructor due to security concerns, constructor will merely validate it produces a str as output.
  • Version metadata (source checkout): Improved logic for resolving __version__ and __build_hash__ in local development environment.

Fix

  • Typing: py.typed is now an empty PEP 561 marker as one would expect.

Examples

  • examples/sync_github_release_to_gitcode.py: Filters release assets by filename pattern, adds tqdm descriptions and clearer status output for create/skip/upload paths.

Full Changelog: 1.2.17...1.2.18