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

Removes all FE1 client functions #380

Merged
merged 7 commits into from
Feb 18, 2025
Merged

Removes all FE1 client functions #380

merged 7 commits into from
Feb 18, 2025

Conversation

JR-Morgan
Copy link
Member

@JR-Morgan JR-Morgan commented Feb 7, 2025

  • Updates examples to use new API client functions
  • Removes deprecated API functions (user, stream, branch, commit etc...)
  • Removes tests for deprecated API functions
  • Fixes remaining failing Integration tests

Blocked by #384

)
version = client.version.create(input)
```
"""

Copy link
Contributor

Choose a reason for hiding this comment

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

@JR-Morgan, this is really minor, but ServerTransport still has stream_id as an attribute and as arg in __init__. Should we consider renaming this to project_id to align it with the rest of the library?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good point. I think there's still a couple places left in the SDK that we should update to the new naming.
I'll do this in a separate PR

@JR-Morgan JR-Morgan marked this pull request as ready for review February 18, 2025 15:08
@JR-Morgan
Copy link
Member Author

image
The remaining integration tests now pass @dogukankaratas

@JR-Morgan JR-Morgan merged commit d1b6755 into v3-dev Feb 18, 2025
6 checks passed
@JR-Morgan JR-Morgan deleted the jrm/fe1-deprecation branch February 18, 2025 15:32
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