Skip to content

Latest commit

 

History

History
122 lines (74 loc) · 4.24 KB

File metadata and controls

122 lines (74 loc) · 4.24 KB

4.1.0

Features

  • feat: support Python 3.11 by using _PyInternalFrame directly (244e7ca)

Bug Fixes

  • fix: update Go installation method (ae0c31b)
  • fix(deps): Add protobuf version lower bound (ea964fc)

Internal / Testing Changes

  • chore: add aaronabbott@ as a python agent author (ca0bc43)

4.0.0

⚠ BREAKING CHANGES

  • fix(deps)!: make agent compatible with protobuf v21.1 (8d2ad1e)

3.1.0

Features

  • fix: relax service name regexp to allow service name to start with number (179adcb)

3.0.8

Internal / Testing Changes

  • test: make integration test use Go 1.17.7 (6996cf6)

  • test: Use Python 3.6 specific get-pip.py when testing with Python 3.6. (70f93b5)

3.0.7

Bug Fixes

  • fix: rollback workaround for certification issue (ca588f5)

3.0.6

Bug Fixes

  • fix: workaround certificate expiration issue in integration tests (80f423f)

Internal / Testing Changes

  • chore: log most errors at warning level. (8147311)

3.0.5

Documentation

  • doc: update the changelog for release of 3.0.4 (57b45cf)

Internal / Testing Changes

  • test: display environment variables when encountering an error (ad2ce5b)

  • test: temporarily disable testing for Python 3.10 until pypa/pip#9951 is resolved (4197241)

  • chore: make CHANGELOG.md a top-level file (058e646)

3.0.4

Dependencies

  • chore: requires google-api-python-client != 2.0.2 to avoid private API incompatibility issue (5738fe8)

Documentation

  • doc: add CHANGELOG.md file (dabfdd6)

3.0.3

Bug Fixes

  • Fix the import issue that breaks the Python agent on macOS. (a254dd6)

3.0.2

Internal / Testing Changes

  • Add integration tests to officially support 3.8 and 3.9. (58eeb62)

3.0.1

Bug Fixes

  • Use google-api-python-client < 2.0.0 since latest version is not compatible with test endpoints. (5f6459a)

3.0.0

⚠ BREAKING CHANGES

  • Drop support for Python version prior to 3.6. (c64557c)