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

Remove v3 folder #462

Merged
merged 5 commits into from
Jan 19, 2023
Merged

Remove v3 folder #462

merged 5 commits into from
Jan 19, 2023

Conversation

adamjmcgrath
Copy link
Contributor

The v3 folder was originally incorrectly created when we moved from v2 -> v3 (v2 originally referred to the version of the management api)

Moving the codebase to new folders on new major releases is cumbersome and creates unnecessarily large migrations. So with the next release I'm choosing to remove it (this is also consistent with other SDKs)

Before

from auth0.v3.management import Auth0

After

from auth0.management import Auth0

(My IDE also removed a couple of unused imports in the process)

@adamjmcgrath adamjmcgrath added the review:medium Medium review label Jan 19, 2023
@adamjmcgrath adamjmcgrath requested a review from a team as a code owner January 19, 2023 12:11
@adamjmcgrath adamjmcgrath merged commit 158ae05 into v4 Jan 19, 2023
@adamjmcgrath adamjmcgrath deleted the remove-v3-folder branch January 19, 2023 14:13
This was referenced Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review:medium Medium review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants