-
Notifications
You must be signed in to change notification settings - Fork 24
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
Prepare for Fair user policy updates #97
Comments
As you mentioned above, the plugin currently uses the It sounds like the However, the lack of resolution will break our current site and the methods outlined in the linked articles and components won't work for two reasons:
This is an example of a resolver that is common across content on our site:
In the case of rich text fields that link to nested content, the unresolved data would like something like this:
Where a resolved URL in the body looks like this To prepare for the Fair Usage Policy change: Will the JS SDK be updated to handle resolving data for |
Hello @bwlng, Implementing We will take a look at your situation try to come up with the solution. I will keep you posted here. |
Thanks @Simply007 — this project is using the following versions of dependencies:
|
I have created a draft pull request that will fix the issue, once it is unblocked - that means the resolution in the SDK is implemented in items feed endpoint as well. Then the only thing required is the source plugin version update and the We are currently discussing the options we have to not affect the projects that are about to exceed the API limitations. I will keep you updated here! Your 🥑 |
Breaking news 📢 Thanks to the @Enngage and his work in implementing kontent-ai/delivery-sdk-js#275 we have decided to switch from The only action required from you to prevent limitation hit is to update your package version to version 4.3 once it is released. After the #101 is merged, I am about to release version 4.3.0-beta1 under the
|
Gatsby source plugin v.4.3.0-beta1 is released (under I have tested it out and I haven't spotted any issues. If no issues come out - v4.3 will be released on Thursday (Jan, 23rd). |
Version 4.3.0 is released 💪 |
Brief bug description
From the 1st of February the
/items
endpoint is limited to 1000 (incl. linked items) as described in Kontent API changes.After that date, queries resulting in more than 1K content items per language won't load more than that 1K items.
Expected behavior
There is an alternative endpoint introduced
/items-feed
.Allow source plugin to configure, whether
/items
or/items-feed
endpoint is used and describe the pros and cons in Readme.Additional context
In the SDK, there is a method
itemsFeedAll
that allows the loading of all of the items.The text was updated successfully, but these errors were encountered: