- feat: support Python 3.11 by using
_PyInternalFramedirectly (244e7ca)
- chore: add aaronabbott@ as a python agent author (ca0bc43)
- fix(deps)!: make agent compatible with protobuf v21.1 (8d2ad1e)
- fix: relax service name regexp to allow service name to start with number (179adcb)
-
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)
- fix: rollback workaround for certification issue (ca588f5)
- fix: workaround certificate expiration issue in integration tests (80f423f)
- chore: log most errors at warning level. (8147311)
- doc: update the changelog for release of 3.0.4 (57b45cf)
-
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)
- chore: requires google-api-python-client != 2.0.2 to avoid private API incompatibility issue (5738fe8)
- doc: add CHANGELOG.md file (dabfdd6)
- Fix the import issue that breaks the Python agent on macOS. (a254dd6)
- Add integration tests to officially support 3.8 and 3.9. (58eeb62)
- Use google-api-python-client < 2.0.0 since latest version is not compatible with test endpoints. (5f6459a)
- Drop support for Python version prior to 3.6. (c64557c)