Ansgar Burchardt
Ansgar Burchardt
### Issue Kind Change in current behaviour ### Description `poetry show --outdated` currently shows two versions for each package: the currently installed version and the highest available version. It would...
## DESCRIBE YOUR PR The `last_event_id` function was restored in 2.2.0 (see the [changelog](https://github.com/getsentry/sentry-python/blob/2.13.0/CHANGELOG.md?plain=1#L370)), but the upgrade notes still state that the function was removed. ## IS YOUR CHANGE URGENT?...
The default for certificate validation is to not do any validation: https://github.com/cannatag/ldap3/blob/86a9e7afedba7f7ca9eeb43710054abaf654539b/ldap3/core/tls.py#L73 ```python validate=ssl.CERT_NONE, ``` This looks like a fairly unsafe default: many users will probably not enable certificate validation....
### How do you use Sentry? Sentry Saas (sentry.io) ### Version 2.46.0 ### Steps to Reproduce 1. Enable Sentry's `GRPCIntegration()` 2. Create multiple gRPC channels with `channel = grpc.secure_channel(...)` (e.g.,...