-
Notifications
You must be signed in to change notification settings - Fork 33
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
List of breaking 2.0 changes #799
Comments
Giving some context on this, I was working on a project that already had an SFTP dependency that had a exported |
That sounds like a good idea to me. A ton of libraries export clients and it can even cause issues when IDEs import from the wrong one if you're not careful. |
I a meeting we decided to not do the 2.0 release yet. |
… readonly (#918) <!-- Please use this template for your pull request. --> <!-- Please use the sections that you need and delete other sections --> ## This PR <!-- add the description of the PR here --> Removes OpenFeatureClient class from exports and makes event details readonly as described here: #799 Signed-off-by: Lukas Reining <[email protected]>
Please use this issue to compile a list of small breaking changes for 2.0. These should not require much to absorb should generally be small typing/naming changes.
List so far:
fix: remove export of OpenFeatureClient #794Client
interface to something less likely to clash (I'm not sure about this one, but @luizgribeiro wanted to consider it)CommonEventDetails
props should all bereadonly
The text was updated successfully, but these errors were encountered: