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: streamline document store versions #122

Merged
merged 6 commits into from
Nov 9, 2022
Merged

Conversation

superical
Copy link
Contributor

@superical superical commented Nov 9, 2022

Summary

There are several versions of Document Store in this repo. It's confusing because it's difficult to know which one is the correct version. This PR cleans up the different versions. To simplify things, this PR streamlines all the different versions to only a single version of the Document Store, DocumentStore. The GsnCapableDocumentStore, which is yet another version, is still left in the repo for discussion to remove it or to keep it. I doubt anyone uses it atm.

Changes

  • Streamline the functionalities in DocumentStore, OwnableDocumentStore, and UpgradeableDocumentStore all as DocumentStore
  • Fix tests

Issues

@superical superical merged commit 99db55e into master Nov 9, 2022
@superical superical deleted the feat/clean-up-doc-store branch November 9, 2022 22:35
@john-dot-oa
Copy link

🎉 This PR is included in version 2.4.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

2 participants