Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add agent details and new runtime version header #456

Merged
merged 4 commits into from
Jul 1, 2024

Conversation

malandis
Copy link
Contributor

@malandis malandis commented Jul 1, 2024

Agent details and runtime-version header

Adds the service client type to the agent header details, and adds a
new runtime-version header for the cache and topics clients.

The runtime version information looks like:

major.minor.patch (releasetype serial)

for example:

python 3.11.2 (final 0)

The releasetype covers alpha vs beta vs experimental vs final
versions. The serial covers particular alpha/beta release versioning.

CI fix

We also fix the poetry installation in CI for python 3.7. Previously we installed poetry first, then installed python setting the cache as poetry. On older versions of ubuntu this does not work since it uses the wrong python version to install poetry. So we change the installation order to how it was before: first install python, then install poetry.

malandis added 4 commits July 1, 2024 15:25
Adds the service client type to the `agent` header details, and adds a
new `runtime-version` header for the cache and topics clients.

The runtime version information looks like:

major.minor.patch (releasetype serial)

for example:

`python 3.11.2 (final 0)`

The releasetype covers alpha vs beta vs experimental vs final
versions. The serial covers particular alpha/beta release versioning.
@malandis malandis requested a review from a team July 1, 2024 22:54
@malandis malandis merged commit 7a59011 into main Jul 1, 2024
12 checks passed
@malandis malandis deleted the chore/runtime-header branch July 1, 2024 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants