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

SAPI-214: Settle the Nuget Version #83

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Conversation

dylan-mcnamara-sh
Copy link
Collaborator

@dylan-mcnamara-sh dylan-mcnamara-sh commented Sep 7, 2023

It seems like some clients are still using version 3, but version 4 has been in the wild and is already in use by internal

Running the following Kusto query

DataStream_api
| where reqTime > ago(30d)
| where userAgent contains "GogoKit" or userAgent contains "GoGoKit"
| summarize count() by userAgent contains "4.0.0-rc"

In the last month, we get the following statistics for requests using the release candidate vs. the "stable" version:
version 3: 93,887,100 requests
version 4: 3,971,223 requests

Considering that we're getting decent traffic and that customer

Currently, the last stable version being used is version "3.4.2". Which includes the RelistTransactionId update. We are currently on 3.7.0.

@dylan-mcnamara-sh dylan-mcnamara-sh changed the title build[nuget]: SHIP IT, RELEASE IT, GET IT OUT INTO THE WILDDDDD!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! SAPI-214: Settle the Nuget Version Sep 7, 2023
@dylan-mcnamara-sh dylan-mcnamara-sh merged commit e506e4f into master Sep 7, 2023
1 check passed
@dylan-mcnamara-sh dylan-mcnamara-sh deleted the SAPI-214-ReleaseRC branch September 7, 2023 17:35
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.

1 participant