We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In 2024.12 there is new functionality related to "soft-removals" - see: FgForrest/evitaDB#677
2024.12
Compare your original version of proto files and current version:
And apply appropriate changes.
There is new data mutation: io.evitadb.api.requestResponse.data.mutation.scope.SetEntityScopeMutation
io.evitadb.api.requestResponse.data.mutation.scope.SetEntityScopeMutation
Also look for new methods in EvitaSessionContract: archiveEntity and restoreEntity.
archiveEntity
restoreEntity
Contracts of schema were altered (compare your version with originals):
There is also new method io.evitadb.api.requestResponse.data.EntityContract#getScope.
io.evitadb.api.requestResponse.data.EntityContract#getScope
The text was updated successfully, but these errors were encountered:
Khertys
No branches or pull requests
In
2024.12
there is new functionality related to "soft-removals" - see: FgForrest/evitaDB#677Compare your original version of proto files and current version:
And apply appropriate changes.
There is new data mutation:
io.evitadb.api.requestResponse.data.mutation.scope.SetEntityScopeMutation
Also look for new methods in EvitaSessionContract:
archiveEntity
andrestoreEntity
.Contracts of schema were altered (compare your version with originals):
There is also new method
io.evitadb.api.requestResponse.data.EntityContract#getScope
.The text was updated successfully, but these errors were encountered: