Jonathan Edey
Jonathan Edey
Updates the Python Task Queue Code samples to use Admin Python SDK implementation.
Task Queue Support for: - `enqueue` - `delete`
The optional value argument in push() can be used to provide an initial value for the child node. If no value is provided, child node will have an empty string...
- Swapped to Github CLI to create release tag - `actions/checkout` v2 -> v4 - `actions/setup-dotnet` v1 -> v4 - Replaced set-output with GITHUB_OUTPUT
Added: - HTTP/2 support for `sendEach()` and `sendEachForMulitcast()` - New deprecated method `enableLegacyTransport()` When sending messages using `sendEach()` or `sendEachForMulitcast()` a HTTP/2 connection is now used by default. In order...
This changes the default `HttpTransport` to an HTTP/2 enabled Apache 5 HttpClient.
- The default thread manger now limits to 100 threads. This resolves OOM errors that come with threads used to send large amounts of FCM messages. - Deadlock scenario in...
This is a follow up of #1065
This PR aims to support [PEP 621](https://peps.python.org/pep-0621/) and migrate package metadata to `pyproject.toml`. Additionally `pyproject.toml` supports `setup.cfg`