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: v0.54.0
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: v0.55.0
Choose a head ref
  • 9 commits
  • 90 files changed
  • 7 contributors

Commits on Oct 4, 2025

  1. fix: BatchFeatureView transformation should persist in Registry Ser/D…

    …eserialization
    
    Signed-off-by: ntkathole <[email protected]>
    ntkathole committed Oct 4, 2025
    Configuration menu
    Copy the full SHA
    3364bad View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2025

  1. feat: Add Claude instructions (#5651)

    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo authored Oct 7, 2025
    Configuration menu
    Copy the full SHA
    4807a52 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. fix: Fix the link to Expedia in the Go Feature Server readme.

    Signed-off-by: Shuchu Han <[email protected]>
    shuchu authored and ntkathole committed Oct 10, 2025
    Configuration menu
    Copy the full SHA
    3ed0163 View commit details
    Browse the repository at this point in the history
  2. feat: Groups and Namespaces based authorization, for Users and Servic…

    …e Accounts (#5619)
    
    * Groups and Namespaces authorization
    
    Signed-off-by: jyejare <[email protected]>
    
    * Role binding for token access review and groups identifications from namespace
    
    Signed-off-by: jyejare <[email protected]>
    
    * Fixing unit tests
    
    Signed-off-by: jyejare <[email protected]>
    
    * TLS Path automatic setup
    
    Signed-off-by: jyejare <[email protected]>
    
    * Documentation added along with some Makefile additions
    
    Signed-off-by: jyejare <[email protected]>
    
    * Review comments addressed
    
    Signed-off-by: jyejare <[email protected]>
    
    ---------
    
    Signed-off-by: jyejare <[email protected]>
    Co-authored-by: Francisco Arceo <[email protected]>
    jyejare and franciscojavierarceo authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    da6257c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2025

  1. Configuration menu
    Copy the full SHA
    e7fd506 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Configuration menu
    Copy the full SHA
    35a8423 View commit details
    Browse the repository at this point in the history
  2. test: Update Feast Notebook tests to skip Feast Installation

    Signed-off-by: Srihari <[email protected]>
    Srihari1192 authored and ntkathole committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    6b034e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. chore: Loosen pyarrow (#5661)

    * chore(deps): loosen pyarrow requirement
    
    Signed-off-by: dlovell <[email protected]>
    
    * fix(pyproject): change dependency specification of ray
    
    Signed-off-by: dlovell <[email protected]>
    
    * chore(deps): update setup.py
    
    Signed-off-by: dlovell <[email protected]>
    
    * chore(deps): update requirements files
    
    Signed-off-by: dlovell <[email protected]>
    
    ---------
    
    Signed-off-by: dlovell <[email protected]>
    dlovell authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    39c243e View commit details
    Browse the repository at this point in the history
  2. chore(release): release 0.55.0

    # [0.55.0](v0.54.0...v0.55.0) (2025-10-14)
    
    ### Bug Fixes
    
    * Added unix_timestamp_val in _serialize_val ([#5659](#5659)) ([35a8423](35a8423))
    * BatchFeatureView transformation should persist in Registry Ser/Deserialization ([3364bad](3364bad))
    * Check if DynamoDB table exists before create ([#5658](#5658)) ([e7fd506](e7fd506))
    * Fix the link to Expedia in the Go Feature Server readme. ([3ed0163](3ed0163))
    
    ### Features
    
    * Add Claude instructions ([#5651](#5651)) ([4807a52](4807a52))
    * Groups and Namespaces based authorization, for Users and Service Accounts ([#5619](#5619)) ([da6257c](da6257c))
    feast-ci-bot committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    dfb7c50 View commit details
    Browse the repository at this point in the history
Loading