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

add support for async export users endpoint #298

Merged
merged 4 commits into from
Feb 24, 2025
Merged

Conversation

JimmyPettersson85
Copy link
Contributor

@JimmyPettersson85 JimmyPettersson85 commented Feb 18, 2025

Submit a pull request

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)

Description of the pull request

Adds support for the async export users endpoint in the Chat API.

@JimmyPettersson85 JimmyPettersson85 marked this pull request as ready for review February 18, 2025 09:32
@@ -17,7 +17,7 @@ jobs:
max-parallel: 3
fail-fast: false
matrix:
goVer: ['1.18', '1.19', '1.20', '1.21', '1.22', '1.23']
goVer: ['1.18', '1.19', '1.20', '1.21', '1.22', '1.23', '1.24']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about updating the go.mod to use 1.24 and test only the latest 3 major versions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @yaziine nice to hear from you, hope you're doing good! 😄
Bumping go.mod to 1.24 would set the minimum version to 1.24 no? Since it was released just about a week ago I dont think all customers have upgraded at this point. But I think setting it to 1.22 and test 1.22 -> 1.24 should be good right?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no new features is being used otherwise the tests (for old versions) would have fail, but yeah better safe than sorry. setting to 1.22 seems to be a good move.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Yassine, want to do some chat development again? ;)

@@ -1 +1 @@
* @yaziine @totalimmersion @akupila @JimmyPettersson85
* @totalimmersion @JimmyPettersson85
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you! 😄

@totalimmersion totalimmersion merged commit 0d6b3de into master Feb 24, 2025
5 checks passed
@totalimmersion totalimmersion deleted the export-users branch February 24, 2025 09:06
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.

3 participants