You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In previous versions we instructed analyzer authors to disable secure connections to source{d} Lookout using grpc.WithInsecure(). This is not needed anymore because the SDK library performs it when you use pb.DialContext (#67).
New instructions to use conn.ResetConnectBackoff to reset the gRPC backoff when your analyzer receives a new event. See the documentation here (#66).
Python
The library is now also published as a Source Distribution, sdist (#68).