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: rm deprecated functions #612

Merged
merged 1 commit into from
Feb 10, 2021
Merged

chore: rm deprecated functions #612

merged 1 commit into from
Feb 10, 2021

Conversation

mahboubii
Copy link
Contributor

@mahboubii mahboubii commented Feb 9, 2021

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

Breaking Changes

  • client.setUser() function is removed in favor of client.connectUser()
  • client.setAnonymousUser() function is removed in favor of client.connectAnonymousUser()
  • client.updateUser() function is removed in favor of client.upsertUser()
  • client.updateUsers() function is removed in favor of client.upsertUsers()
  • client._userAgent() function is removed in favor of client.getUserAgent()

@mahboubii mahboubii added the dependencies Pull requests that update a dependency file label Feb 9, 2021
@mahboubii mahboubii removed the dependencies Pull requests that update a dependency file label Feb 9, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Feb 9, 2021

Size Change: -754 B (0%)

Total Size: 213 kB

Filename Size Change
dist/browser.es.js 46.1 kB -163 B (0%)
dist/browser.full-bundle.min.js 27.2 kB -75 B (0%)
dist/browser.js 46.7 kB -177 B (0%)
dist/index.es.js 46.2 kB -165 B (0%)
dist/index.js 46.7 kB -174 B (0%)

compressed-size-action

Copy link
Contributor

@ferhatelmas ferhatelmas left a comment

Choose a reason for hiding this comment

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

🌮

@mahboubii mahboubii merged commit 5116eb5 into master Feb 10, 2021
@delete-merged-branch delete-merged-branch bot deleted the chore/remove-deprecated branch February 10, 2021 07:19
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