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

feat: add getAncestors folder method #3648

Merged
merged 2 commits into from
Oct 30, 2023
Merged

feat: add getAncestors folder method #3648

merged 2 commits into from
Oct 30, 2023

Conversation

leopuleo
Copy link
Contributor

Changes

With this PR, we aim to fix a common issue in ddb-es instances, where updates and deletions are not immediate.

We deprecate getFolderWithAncestors by introducing getAncestors that receive the whole folder as a parameter.

By taking the entire folder, we don't rely on "not yet up to date" data from the list method.

How Has This Been Tested?

Manually on ddb + es instance

Documentation

Deprecation note inline for getFolderWithAncestors.

@leopuleo leopuleo added the aco label Oct 27, 2023
@leopuleo leopuleo added this to the 5.38.0 milestone Oct 27, 2023
@leopuleo leopuleo self-assigned this Oct 27, 2023
@leopuleo leopuleo merged commit eb73ff1 into next Oct 30, 2023
61 checks passed
@leopuleo leopuleo deleted the leo/feat/get-ancestors branch November 6, 2023 06:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants