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

Release 2024.12 #765

Merged
merged 352 commits into from
Dec 20, 2024
Merged

Release 2024.12 #765

merged 352 commits into from
Dec 20, 2024

Conversation

novoj
Copy link
Collaborator

@novoj novoj commented Dec 19, 2024

No description provided.

novoj and others added 30 commits October 22, 2024 10:53
…orrect implementation, removed option to specify custom allowed origins
…ess-apis-when-custom-allowed-origins-are-set

fix(#702): reimplemented CORS filter and preflight handler for more correct implementation, removed option to specify custom allowed origins
refactor(#633): remove old unused evitaLab REST API
# Conflicts:
#	.idea/compiler.xml
#	evita_api/src/main/java/io/evitadb/api/requestResponse/EvitaRequest.java
#	evita_engine/src/main/java/io/evitadb/core/query/QueryPlanBuilder.java
#	evita_external_api/evita_external_api_observability/src/main/java/io/evitadb/externalApi/observability/metric/PrometheusMetricsHttpService.java
And also added additional tests. It seems that in certain cases the requirements were not collected correctly.
# Conflicts:
#	evita_external_api/evita_external_api_observability/src/main/java/io/evitadb/externalApi/observability/metric/PrometheusMetricsHttpService.java
lukashornych and others added 29 commits December 3, 2024 09:20
…ints

feat(#677): in scope container constraints fixes
…unctiondisjunctionnegation-on-non-managed-referenced-groups

fix(#755): Cannot use facetGroup conjunction/disjunction/negation on …
Various fixes related to scope being ignored in complex queries.
…es-in-changelog

ci(release-notes): better communicate changes in release notes. Refs: #758
Reflected references were allowed originally only in the very same scope. In reality we need those across scopes - if the reference schemas are indexed in both of scopes.

This allows us to look up for entities by reference having / entity having in multiple scopes at once.
…e filter

When this filter is used:

```
filterBy: {
   inScope: {scope: LIVE, filtering: {attributeVariantEquals: true}}
}
```

And the scope doesn't match the superset would be used. But that needs to respect the scope of the original entity.
…e filter

When this filter is used:

```
filterBy: {
   inScope: {scope: LIVE, filtering: {attributeVariantEquals: true}}
}
```

And the scope doesn't match the superset would be used. But that needs to respect the scope of the original entity.
@novoj novoj merged commit 5546f21 into master Dec 20, 2024
4 checks passed
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.

2 participants