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: 99a321a
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: dfb7c50
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 <nikhilkathole2683@gmail.com>
    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 <farceo@redhat.com>
    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 <shuchu.han@gmail.com>
    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 <jyejare@redhat.com>
    
    * Role binding for token access review and groups identifications from namespace
    
    Signed-off-by: jyejare <jyejare@redhat.com>
    
    * Fixing unit tests
    
    Signed-off-by: jyejare <jyejare@redhat.com>
    
    * TLS Path automatic setup
    
    Signed-off-by: jyejare <jyejare@redhat.com>
    
    * Documentation added along with some Makefile additions
    
    Signed-off-by: jyejare <jyejare@redhat.com>
    
    * Review comments addressed
    
    Signed-off-by: jyejare <jyejare@redhat.com>
    
    ---------
    
    Signed-off-by: jyejare <jyejare@redhat.com>
    Co-authored-by: Francisco Arceo <arceofrancisco@gmail.com>
    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 <svenkata@redhat.com>
    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 <dlovell@gmail.com>
    
    * fix(pyproject): change dependency specification of ray
    
    Signed-off-by: dlovell <dlovell@gmail.com>
    
    * chore(deps): update setup.py
    
    Signed-off-by: dlovell <dlovell@gmail.com>
    
    * chore(deps): update requirements files
    
    Signed-off-by: dlovell <dlovell@gmail.com>
    
    ---------
    
    Signed-off-by: dlovell <dlovell@gmail.com>
    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