Jonathan Edey

Results 12 issues of Jonathan Edey

Updates the Python Task Queue Code samples to use Admin Python SDK implementation.

Task Queue Support for: - `enqueue` - `delete`

release-note
release:stage

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

release:stage

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

release-note
release:stage

This changes the default `HttpTransport` to an HTTP/2 enabled Apache 5 HttpClient.

release-note
release:stage

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

release:stage

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`