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

feat! (ts client): remove databaseId option from ShapeStream #2053

Merged
merged 3 commits into from
Nov 27, 2024

Conversation

kevin-dp
Copy link
Contributor

This PR fixes #2052.
It removes the databaseId option from ShapeStream in favor of the more generic params option.

Copy link
Contributor

@msfstef msfstef left a comment

Choose a reason for hiding this comment

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

Looks good! There is a bunch of references to database_id, commented out multi-tenant tests in the client, references to other_database, the health check in the tests uses database_id, the definition of DATABASE_ID_QUERY_PARAM itself (which you removed the reference to here), that are no longer relevant since multi-tenant does not exist and electric does not know about database IDs anymore.

Could you please clean those up as well along with this change so we no longer have references to multitenancy and database IDs in the client?

@kevin-dp kevin-dp merged commit 9c50e8f into main Nov 27, 2024
25 of 26 checks passed
@kevin-dp kevin-dp deleted the kevin/remove-databaseId-option branch November 27, 2024 11:58
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.

Remove databaseId option in typescript ShapeStream
2 participants