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

Sync master to release #20

Merged
merged 25 commits into from
Aug 27, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8851722
chore: Update language.md (#4412)
franciscojavierarceo Aug 15, 2024
721ec74
feat: Create ADOPTERS.md (#4410)
franciscojavierarceo Aug 16, 2024
0baeeb5
fix: Using repo_config parameter in teardown to allow for feature-sto…
danbaron63 Aug 16, 2024
cebbe04
feat: Updating docs to include model inference guidelines (#4416)
franciscojavierarceo Aug 16, 2024
23c6c86
fix: Retire pytz library (#4406)
shuchu Aug 16, 2024
160cd36
Update model-inference.md
franciscojavierarceo Aug 17, 2024
09b026b
chore: Auto-detect python version in Makefile (#4419)
tokoko Aug 17, 2024
d235832
fix: Default to pandas mode if not specified in ODFV proto in databas…
EXPEbdodla Aug 18, 2024
8181007
chore: Update SUMMARY.md (#4422)
franciscojavierarceo Aug 19, 2024
66a0a38
docs: Updated README template and fixed links to be consistent for HT…
dandawg Aug 19, 2024
d18d01d
fix: Add feast-operator Makefile to semantic-release script (#4424)
tchughesiv Aug 19, 2024
46655f0
feat: Add health check service to registry server (#4421)
EXPEbdodla Aug 19, 2024
1771f66
feat: Feast Security Model (aka RBAC) (#4380)
dmartinol Aug 21, 2024
75983f2
chore: Fix rbac url.
franciscojavierarceo Aug 21, 2024
0a48f7b
fix: Links to the RBAC documentation under Concepts and Components (#…
redhatHameed Aug 21, 2024
42d659f
docs: Reorganize registry docs (#4407)
tokoko Aug 23, 2024
7d744ad
chore: Update Slack link
franciscojavierarceo Aug 23, 2024
a2460d9
build: Set a proper build-system protobuf version (#4438)
Atry Aug 23, 2024
2ba93f6
Update README.md
franciscojavierarceo Aug 23, 2024
dda0088
fix: Typos related to k8s (#4442)
brijesh-vora-sp Aug 24, 2024
896360a
feat: Refactoring code to get oidc end points from discovery URL. (#4…
lokeshrangineni Aug 24, 2024
19cf222
chore: Mark tests using keycloak with xdist_group (#4436)
tokoko Aug 25, 2024
20290ce
fix: Locate feature_store.yaml from __file__ (#4443)
Atry Aug 25, 2024
34238d2
feat: Update roadmap.md (#4445)
franciscojavierarceo Aug 25, 2024
55a61e8
chore: Remove Rockset from feast (#4434)
tokoko Aug 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Update roadmap.md (feast-dev#4445)
  • Loading branch information
franciscojavierarceo authored Aug 25, 2024
commit 34238d2a0bfe9dbad753fec9613c83d848b1a520
4 changes: 4 additions & 0 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ The list below contains the functionality that contributors are planning to deve
* [x] On-demand Transformations (Beta release. See [RFC](https://docs.google.com/document/d/1lgfIw0Drc65LpaxbUu49RCeJgMew547meSJttnUqz7c/edit#))
* [x] Streaming Transformations (Alpha release. See [RFC](https://docs.google.com/document/d/1UzEyETHUaGpn0ap4G82DHluiCj7zEbrQLkJJkKSv4e8/edit))
* [ ] Batch transformation (In progress. See [RFC](https://docs.google.com/document/d/1964OkzuBljifDvkV-0fakp2uaijnVzdwWNGdz7Vz50A/edit))
* [ ] Persistent On-demand Transformations (Beta release. See [GitHub Issue](https://github.com/feast-dev/feast/issues/4376))
* **Streaming**
* [x] [Custom streaming ingestion job support](https://docs.feast.dev/how-to-guides/customizing-feast/creating-a-custom-provider)
* [x] [Push based streaming data ingestion to online store](https://docs.feast.dev/reference/data-sources/push)
Expand All @@ -63,3 +64,6 @@ The list below contains the functionality that contributors are planning to deve
* [x] Amundsen integration (see [Feast extractor](https://github.com/amundsen-io/amundsen/blob/main/databuilder/databuilder/extractor/feast_extractor.py))
* [x] DataHub integration (see [DataHub Feast docs](https://datahubproject.io/docs/generated/ingestion/sources/feast/))
* [x] Feast Web UI (Beta release. See [docs](https://docs.feast.dev/reference/alpha-web-ui))
* [ ] Feast Lineage Explorer
* **Natural Language Processing**
* [x] Vector Search (Alpha release. See [RFC](https://docs.google.com/document/d/18IWzLEA9i2lDWnbfbwXnMCg3StlqaLVI-uRpQjr_Vos/edit#heading=h.9gaqqtox9jg6))