Skip to content

v0.4.1

Compare
Choose a tag to compare
@carlosms carlosms released this 18 Jan 17:25
· 74 commits to master since this release

New Features

Go

  • 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).