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.56.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.57.0
Choose a head ref
  • 14 commits
  • 91 files changed
  • 15 contributors

Commits on Oct 29, 2025

  1. docs: Add Cast.ai as Clickhouse offline store contributor logo on web…

    …site (#5704)
    
    Add cast.ai contributor logo
    
    Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
    Co-authored-by: lukas.valatka <lukas.valatka@cast.ai>
    Lukas Valatka and astronautas authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    4563e80 View commit details
    Browse the repository at this point in the history
  2. fix: Improve trino to feast type mapping with (real,varchar,timestamp…

    …,decimal) (#5691)
    
    * fix: improve trino to feast type mapping with (real,varchar,timestamp,decimal)
    
    Signed-off-by: fengxiaochuan <fengxiaochuan@corp.netease.com>
    
    * Remove whitespace from blank line
    
    Signed-off-by: fengxiaochuan <fengxiaochuan@corp.netease.com>
    
    ---------
    
    Signed-off-by: fengxiaochuan <fengxiaochuan@corp.netease.com>
    Co-authored-by: fengxiaochuan <fengxiaochuan@corp.netease.com>
    Co-authored-by: Francisco Arceo <arceofrancisco@gmail.com>
    3 people authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    f855ad2 View commit details
    Browse the repository at this point in the history
  3. feat: Add annotations to cronjob CRDs (#5701)

    * feat: Add annotations to cronjob CRDs
    
    Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de>
    
    * Implement handling of annotations
    
    Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de>
    
    * Add auto-generated files
    
    Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de>
    
    * Implement changes from review
    
    Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de>
    
    * Implement changes from review
    
    Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de>
    
    ---------
    
    Signed-off-by: Frederic Kayser <frederic@frederic-kayser.de>
    Co-authored-by: Francisco Arceo <arceofrancisco@gmail.com>
    FredericKayser and franciscojavierarceo authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    be6e6c2 View commit details
    Browse the repository at this point in the history
  4. docs: Adding blog post for Ray (#5705)

    Signed-off-by: ntkathole <nikhilkathole2683@gmail.com>
    ntkathole authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    398fdcf View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. feat: Add batch commit mode for MySQL OnlineStore (#5699)

    * feat: Support batch_write for MySQL OnlineStore
    
    Signed-off-by: Chimey Rock <trinhvanthoai99@gmail.com>
    
    docs: update document for MySQL Online Store to support batch write
    
    Signed-off-by: Chimey Rock <trinhvanthoai99@gmail.com>
    
    * docs: Add batch_write for MySQL Online Store
    
    Signed-off-by: Chimey Rock <trinhvanthoai99@gmail.com>
    
    ---------
    
    Signed-off-by: Chimey Rock <trinhvanthoai99@gmail.com>
    chimeyrock999 authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    3cfe4eb View commit details
    Browse the repository at this point in the history
  2. test: Updated Postgres and redis quay digest image reference

    Signed-off-by: Srihari <svenkata@redhat.com>
    Srihari1192 authored and ntkathole committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    2a4b7aa View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2025

  1. fix: Support historical feature retrieval with start_date/end_date in…

    … RemoteOfflineStore (#5703)
    
    * Added start_date & end_date range for historical data retrieval from RemoteOfflineStore
    
    Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
    
    * Minor linting & reformatting changes
    
    Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
    
    * Fixed minor issue of empty df with only key as column being trated as entity_df in offline server
    
    Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
    
    * Removed unnecessary logic to create mock df
    
    Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
    
    * Minor linting & formatting changes
    
    Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
    
    ---------
    
    Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
    aniketpalu authored Nov 3, 2025
    Configuration menu
    Copy the full SHA
    ad32756 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. fix: Thread safe Clickhouse offline store (#5710)

    * add pull_all_from_table_or_query for clickhouse, to align with new materialization logic (calling it)
    
    Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
    
    * make sure get client is thread-local, since client is thread-unsafe
    
    Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
    
    * cleanup
    
    Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
    
    ---------
    
    Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
    Co-authored-by: lukas.valatka <lukas.valatka@cast.ai>
    Lukas Valatka and astronautas authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    5f446ed View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. test: Update latest Notebook template for feast Notebook tests

    Signed-off-by: Srihari <svenkata@redhat.com>
    Srihari1192 authored and ntkathole committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    26875e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2025

  1. feat: Support table format: Iceberg, Delta, and Hudi (#5650)

    * add support for table format such as Iceberg, Delta, Hudi etc.
    
    Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
    
    * linting
    
    Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
    
    * linting
    
    Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
    
    * add tests
    
    Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
    
    * fix tests
    
    Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
    
    * fix tests
    
    Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
    
    * linting
    
    Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
    
    * add tableformat proto
    
    Signed-off-by: hao-xu5 <hxu44@apple.com>
    
    * update
    
    Signed-off-by: hao-xu5 <hxu44@apple.com>
    
    * update doc
    
    Signed-off-by: hao-xu5 <hxu44@apple.com>
    
    * fix linting
    
    Signed-off-by: hao-xu5 <hxu44@apple.com>
    
    * fix test
    
    Signed-off-by: hao-xu5 <hxu44@apple.com>
    
    ---------
    
    Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
    Signed-off-by: hao-xu5 <hxu44@apple.com>
    Co-authored-by: hao-xu5 <hxu44@apple.com>
    HaoXuAI and hao-xu5 authored Nov 6, 2025
    Configuration menu
    Copy the full SHA
    2915ad1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. feat: Add possibility to materialize only latest values, to increase …

    …performance (#5713)
    
    * add pull_all_from_table_or_query for clickhouse, to align with new materialization logic (calling it)
    
    Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
    
    * add option to select to materialize only latest values, for performance
    
    Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
    
    * enforce non optional params
    
    Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
    
    ---------
    
    Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
    Co-authored-by: Lukas Valatka <lukas@valatka.net>
    astronautas and Lukas Valatka authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    8d77b72 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. fix: Materialize API - ODFV views not looked-up (thinks views non exi…

    …stant) - crashes materialize (#5716)
    
    * add pull_all_from_table_or_query for clickhouse, to align with new materialization logic (calling it)
    
    Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
    
    * fix - ensure on demand feature views can be checked too
    
    Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
    
    ---------
    
    Signed-off-by: lukas.valatka <lukas.valatka@cast.ai>
    Co-authored-by: Lukas Valatka <lukas@valatka.net>
    astronautas and Lukas Valatka authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    1b050b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. chore(deps): bump starlette in /sdk/python/requirements

    Bumps [starlette](https://github.com/Kludex/starlette) from 0.48.0 to 0.49.1.
    - [Release notes](https://github.com/Kludex/starlette/releases)
    - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md)
    - [Commits](Kludex/starlette@0.48.0...0.49.1)
    
    ---
    updated-dependencies:
    - dependency-name: starlette
      dependency-version: 0.49.1
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and ntkathole committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    dc62ff2 View commit details
    Browse the repository at this point in the history
  2. chore(release): release 0.57.0

    # [0.57.0](v0.56.0...v0.57.0) (2025-11-13)
    
    ### Bug Fixes
    
    * Improve trino to feast type mapping with (real,varchar,timestamp,decimal) ([#5691](#5691)) ([f855ad2](f855ad2))
    * Materialize API - ODFV views not looked-up (thinks views non existant)  - crashes materialize ([#5716](#5716)) ([1b050b3](1b050b3))
    * Support historical feature retrieval with start_date/end_date in RemoteOfflineStore ([#5703](#5703)) ([ad32756](ad32756))
    * Thread safe Clickhouse offline store ([#5710](#5710)) ([5f446ed](5f446ed))
    
    ### Features
    
    * Add annotations to cronjob CRDs ([#5701](#5701)) ([be6e6c2](be6e6c2))
    * Add batch commit mode for MySQL OnlineStore ([#5699](#5699)) ([3cfe4eb](3cfe4eb))
    * Add possibility to materialize only latest values, to increase performance ([#5713](#5713)) ([8d77b72](8d77b72))
    * Support table format: Iceberg, Delta, and Hudi ([#5650](#5650)) ([2915ad1](2915ad1))
    feast-ci-bot committed Nov 13, 2025
    Configuration menu
    Copy the full SHA
    cc39768 View commit details
    Browse the repository at this point in the history
Loading