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

Backed out API implementation changes #15

Merged
merged 3 commits into from
Oct 31, 2024
Merged

Conversation

mbalfour-amzn
Copy link
Contributor

Description of changes:

The previous commit introduced a series of internal implementation changes to simplify the overall implementation. However, these methods were still being used by the Tracking SDK as well, so they can't be removed at this time.

This PR preserves the new API design, though with the reintroduction of the Context parameter, since it's required for internally caching the credentials.

In the future, the implementation will hopefully be able to be simplified again. It just needs to be done in conjunction with a refactor of the Tracking SDK.

This also steps down the core-ktx version as it was going to cause downstream libraries to need to change a number of library versions as well.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

A lot of the internals of the implementation are relied on
by the Tracking SDK, so they can't be removed at this time.
This will make it easier to deprecate the parameter in the future.
@mbalfour-amzn mbalfour-amzn merged commit 4c6abff into main Oct 31, 2024
2 checks passed
@mbalfour-amzn mbalfour-amzn deleted the mbalfour/back-out-changes branch October 31, 2024 20:17
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