Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: feast-dev/feast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stable
Choose a base ref
...
head repository: feast-dev/feast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 28 files changed
  • 3 contributors

Commits on Aug 21, 2026

  1. feat(operator): Add tolerations and nodeSelector to the FeatureStore …

    …CR (#6741)
    
    Allow scheduling the operator-managed Deployment on tainted or specific nodes via spec.services.tolerations and spec.services.nodeSelector, alongside the existing affinity and topologySpreadConstraints fields.
    
    Signed-off-by: Shumin <shumin.zheng@outlook.com>
    ShumzZzZz authored Aug 21, 2026
    Configuration menu
    Copy the full SHA
    03dac6f View commit details
    Browse the repository at this point in the history
  2. fix: Feature freshness logic updated (#6765)

    * fix: feature freshness logic updated
    
    Signed-off-by: Jitendra Yejare <11752425+jyejare@users.noreply.github.com>
    
    * fix: Avoid redundant _get_max_timestamp query in _compute_for_feature_view
    
    Move the _get_max_timestamp call to compute_metrics and pass the result
    into _compute_for_feature_view, eliminating a duplicate data-source query
    per feature view.
    
    Signed-off-by: Jitendra Yejare <11752425+jyejare@users.noreply.github.com>
    Co-authored-by: Cursor <cursoragent@cursor.com>
    
    ---------
    
    Signed-off-by: Jitendra Yejare <11752425+jyejare@users.noreply.github.com>
    Co-authored-by: Cursor <cursoragent@cursor.com>
    jyejare and cursoragent authored Aug 21, 2026
    Configuration menu
    Copy the full SHA
    f0bc070 View commit details
    Browse the repository at this point in the history
Loading