Seth Michael Larson
Seth Michael Larson
## Summary Add a default `User-Agent` HTTP header to requests made to Elasticsearch through the JavaScript Elasticsearch client. This field will be used to detect requests made by the client...
Kibana now added a `User-Agent` by default to requests made by the Elasticsearch client. During review it was determined that there should be an integration test, however would require mocking...
**Describe the bug** A clear and concise description of what the bug is. **Reproduction steps** - Create a workflow which uses a reusable workflow (e.g. `slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml`) - Use a tag...
Reported originally here: https://github.com/elastic/kibana/issues/55447 Not sure if this is still an issue in v8.0+ of the client. If so should try to find a fix that doesn't break Kibana users...
- [ ] Add mypy to nox lint session - [ ] Fix all type issues that are found - [ ] Add `py.typed` to module and `MANIFEST.in`
It's tough to find as it's in a different section, should link to these docs within the handwritten API documentation
Some options: - Pin the pydata-sphinx-theme version - Change to a theme that's stable - Move all docs to elastic.co (this is what I'd like to do long term)
Part of https://github.com/python/cpython/issues/112844
See: - https://github.com/gevent/gevent/issues/1957#issuecomment-1900138350 - https://github.com/gevent/gevent/issues/1957#issuecomment-1900431426 Basically us holding on to a reference to an unpatched `queue.LifoQueue` is getting in the way of gevent's monkey-patching. If we instantiated `queue.LifoQueue` without using...
Moved `_LockedObject` to `urllib3._collections`. Adds an "HTTP/2 support" cache which does one of three things if HTTP/2 support is going to be requested from the origin: - Returns the cached...