FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
feat: Add version tracking to FeatureView by franciscojavierarceo · Pull Request #6101 · feast-dev/feast · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
218
Pull requests
191
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
feat: Add version tracking to FeatureView
- #6101
#6101
Merged
franciscojavierarceo
merged 42 commits into
master
feast-dev/feast:master
from
featureview-versioning
feast-dev/feast:featureview-versioning
Copy head branch name to clipboard
Mar 26, 2026
Conversation
Commits
42
(42)
Checks
Files changed
Merged
feat: Add version tracking to FeatureView
#6101
franciscojavierarceo
merged 42 commits into
master
feast-dev/feast:master
from
featureview-versioning
feast-dev/feast:featureview-versioning
Copy head branch name to clipboard
Commits
Commits on Mar 12, 2026
feat: Add version tracking to FeatureView, StreamFeatureView, and OnDemandFeatureView
Show description for a90cb7f
franciscojavierarceo
and
claude
committed
a90cb7f
View commit details
Copy full SHA for a90cb7f
Browse repository at this point
fix: Address PR review feedback from Devin
Show description for f28942b
franciscojavierarceo
and
claude
committed
f28942b
View commit details
Copy full SHA for f28942b
Browse repository at this point
Commits on Mar 13, 2026
docs: Add feature view versioning documentation
Show description for 171785e
franciscojavierarceo
and
claude
committed
171785e
View commit details
Copy full SHA for 171785e
Browse repository at this point
fix: Address second round of PR review feedback from Devin
Show description for f035e96
franciscojavierarceo
and
claude
committed
f035e96
View commit details
Copy full SHA for f035e96
Browse repository at this point
fix: Clean up version history on delete and use write_engine consistently
Show description for 0c12655
franciscojavierarceo
and
claude
committed
0c12655
View commit details
Copy full SHA for 0c12655
Browse repository at this point
docs: Clarify versioning auto-increment behavior and pin/revert flow
Show description for d32ed52
franciscojavierarceo
and
claude
committed
d32ed52
View commit details
Copy full SHA for d32ed52
Browse repository at this point
fix: Add pin conflict detection to both file and SQL registries
Show description for f9e896f
franciscojavierarceo
and
claude
committed
f9e896f
View commit details
Copy full SHA for f9e896f
Browse repository at this point
fix: Address Devin review feedback on versioning
Show description for 2069b22
franciscojavierarceo
and
claude
committed
2069b22
View commit details
Copy full SHA for 2069b22
Browse repository at this point
docs: Document concurrent multi-version serving limitations
Show description for 83393aa
franciscojavierarceo
and
claude
committed
83393aa
View commit details
Copy full SHA for 83393aa
Browse repository at this point
Commits on Mar 14, 2026
feat: Implement version-qualified feature references (@v<N>)
Show description for 94afe6e
franciscojavierarceo
and
claude
committed
94afe6e
View commit details
Copy full SHA for 94afe6e
Browse repository at this point
Commits on Mar 15, 2026
fix: Resolve mypy type errors in proto_registry_utils.py
Show description for 76d1afc
franciscojavierarceo
committed
76d1afc
View commit details
Copy full SHA for 76d1afc
Browse repository at this point
Commits on Mar 16, 2026
feat: Add version metadata to clean @v2 syntax from feature names
Show description for 2541e41
franciscojavierarceo
and
claude
committed
2541e41
View commit details
Copy full SHA for 2541e41
Browse repository at this point
fix: Update provider implementations with version metadata parameter
Show description for bceb052
franciscojavierarceo
and
claude
committed
bceb052
View commit details
Copy full SHA for bceb052
Browse repository at this point
fix: Add version metadata parameter to all online store implementations
Show description for 14b2da0
franciscojavierarceo
and
claude
committed
14b2da0
View commit details
Copy full SHA for 14b2da0
Browse repository at this point
Commits on Mar 17, 2026
fix: Resolve mypy type errors in versioning code
Show description for fd776fc
franciscojavierarceo
and
claude
committed
fd776fc
View commit details
Copy full SHA for fd776fc
Browse repository at this point
fix: Address Devin review feedback on versioning
Show description for e9c4c68
franciscojavierarceo
and
claude
committed
e9c4c68
View commit details
Copy full SHA for e9c4c68
Browse repository at this point
fix: Address additional Devin review feedback
Show description for 903bda5
franciscojavierarceo
and
claude
committed
903bda5
View commit details
Copy full SHA for 903bda5
Browse repository at this point
Merge branch 'master' into featureview-versioning
franciscojavierarceo
authored
af47911
View commit details
Copy full SHA for af47911
Browse repository at this point
feat: Make feature view versioning opt-in via registry config
Show description for dd31cdb
franciscojavierarceo
and
claude
committed
dd31cdb
View commit details
Copy full SHA for dd31cdb
Browse repository at this point
fix: Address Devin review feedback on versioning issues
Show description for 8809805
franciscojavierarceo
and
claude
committed
8809805
View commit details
Copy full SHA for 8809805
Browse repository at this point
fix: Preserve version tag in response column names for multi-version queries
Show description for d23c4bb
franciscojavierarceo
and
claude
committed
d23c4bb
View commit details
Copy full SHA for d23c4bb
Browse repository at this point
Commits on Mar 18, 2026
feat: Handle version race conditions gracefully with retry and forward declaration
Show description for c5d4b49
franciscojavierarceo
and
claude
committed
c5d4b49
View commit details
Copy full SHA for c5d4b49
Browse repository at this point
feat: Gate feature services that reference versioned feature views
Show description for 2a3e544
franciscojavierarceo
and
claude
committed
2a3e544
View commit details
Copy full SHA for 2a3e544
Browse repository at this point
fix: Resolve mypy errors and rename config field for clarity
Show description for 66c280b
franciscojavierarceo
and
claude
committed
66c280b
View commit details
Copy full SHA for 66c280b
Browse repository at this point
feat: Enable feature service serving for versioned feature views
Show description for cfc038b
franciscojavierarceo
and
claude
committed
cfc038b
View commit details
Copy full SHA for cfc038b
Browse repository at this point
docs: Update RFC for feature service support and rename CLI command
Show description for c9aea43
franciscojavierarceo
and
claude
committed
c9aea43
View commit details
Copy full SHA for c9aea43
Browse repository at this point
Commits on Mar 19, 2026
feat(ui): Add version display and Versions tab to feature view pages
Show description for 221e0ed
franciscojavierarceo
and
claude
committed
221e0ed
View commit details
Copy full SHA for 221e0ed
Browse repository at this point
style(ui): Fix prettier formatting in feature view components
Show description for 3efccbf
franciscojavierarceo
and
claude
committed
3efccbf
View commit details
Copy full SHA for 3efccbf
Browse repository at this point
Commits on Mar 20, 2026
updated utcnow
Show description for 6878fb0
franciscojavierarceo
committed
6878fb0
View commit details
Copy full SHA for 6878fb0
Browse repository at this point
feat: Add version-aware materialization support
Show description for 280daf6
franciscojavierarceo
and
claude
committed
280daf6
View commit details
Copy full SHA for 280daf6
Browse repository at this point
fix: Resolve three versioning regressions from review feedback
Show description for 43674ac
franciscojavierarceo
and
claude
committed
43674ac
View commit details
Copy full SHA for 43674ac
Browse repository at this point
Commits on Mar 23, 2026
feat: Add --no-promote flag to feast apply and fix versioned ref parsing
Show description for 01e4e77
franciscojavierarceo
and
claude
committed
01e4e77
View commit details
Copy full SHA for 01e4e77
Browse repository at this point
docs: Consolidate versioning docs into alpha reference page
Show description for 1876060
franciscojavierarceo
and
claude
committed
1876060
View commit details
Copy full SHA for 1876060
Browse repository at this point
Commits on Mar 24, 2026
docs: Add no_promote to apply_diff_to_registry docstring
Show description for 760c003
franciscojavierarceo
and
claude
committed
760c003
View commit details
Copy full SHA for 760c003
Browse repository at this point
fix: Reject reserved chars in FV names and make version parser resilient
Show description for bc986ef
franciscojavierarceo
and
claude
committed
bc986ef
View commit details
Copy full SHA for bc986ef
Browse repository at this point
Merge branch 'master' into featureview-versioning
franciscojavierarceo
authored
b2d6c09
View commit details
Copy full SHA for b2d6c09
Browse repository at this point
fix: Add ensure_valid() call in Snowflake registry apply_feature_view
Show description for 3a73c87
franciscojavierarceo
and
claude
committed
3a73c87
View commit details
Copy full SHA for 3a73c87
Browse repository at this point
Commits on Mar 25, 2026
Merge branch 'master' into featureview-versioning
franciscojavierarceo
authored
1468bc5
View commit details
Copy full SHA for 1468bc5
Browse repository at this point
fix: Make version_tag optional in proto and use HasField() for correct zero-value handling
Show description for 3c1ddbe
franciscojavierarceo
and
claude
committed
3c1ddbe
View commit details
Copy full SHA for 3c1ddbe
Browse repository at this point
Commits on Mar 26, 2026
fix: Address versioning review feedback (Snowflake, Go server, SQL registry)
Show description for 8c1259f
franciscojavierarceo
and
claude
committed
8c1259f
View commit details
Copy full SHA for 8c1259f
Browse repository at this point
Merge branch 'master' into featureview-versioning
franciscojavierarceo
authored
ac0348d
View commit details
Copy full SHA for ac0348d
Browse repository at this point
fix: Handle @latest in Go feature server and pre-compile version regex
Show description for 7dfc447
franciscojavierarceo
and
claude
committed
7dfc447
View commit details
Copy full SHA for 7dfc447
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL