Releases: thought-machine/please-servers
Releases · thought-machine/please-servers
v11.13.0
v11.12.0
- Add a new flag for connectivity checks to an external server
v11.11.1
- Add keepalive config to gRPC dial parameters
v11.11.0
- Add a gRPC API to Lucidity which can be used to programmatically retrieve workers
- Mettle workers now report the hostname they're running on to Lucidity
v11.10.6
- Fix Elan's List endpoint to return true size for compressed blobs.
v11.10.5
- Populate partial ExecutedActionMetadata messages during execution
v11.10.4
- Check caches in the correct order.
v11.10.3
- Stop reserving rate limiter once past limit.
v11.10.2
- Add some tests to redis limiter.
- Don't take into account context canceled in limiter.
- Add option to set mininum number of idle connections to redis.
- Prevent limiter from counting its own errors towards rate limit.
v11.10.1
- Stop printing warnings when we get redis.Nil errors.