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

Modernize Project #771

Merged
merged 17 commits into from
Jan 30, 2025
Merged

Modernize Project #771

merged 17 commits into from
Jan 30, 2025

Conversation

cocoahero
Copy link
Contributor

The project has gone long without dependency bumps, and its time to modernize them. Unfortunately, this also means some breaking changes in terms of functionality.

Unfortunately, the entire caching mechanism was based on top of OkHttp internal API that is no longer available in 4.x versions. Due to lack of resourcing and capacity, rebuilding this functionality was not feasible in a reasonable timeline. Therefore, caching functionality has been removed from GraphClient. We encourage consumers to consider building a caching layer on top of the client if it is a requirement for your app.

Additionally, to match the iOS Mobile Buy SDK, the library has switched to a CalVer versioning scheme, which will start with the upcoming 2025.1.0 release.

@cocoahero cocoahero self-assigned this Jan 30, 2025
@cocoahero cocoahero merged commit b257844 into main Jan 30, 2025
2 checks passed
@cocoahero cocoahero deleted the modernize branch January 30, 2025 16:06
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.

1 participant