-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: feast-dev/feast
base: release-3.2
head repository: feast-dev/feast
compare: master
- 10 commits
- 56 files changed
- 9 contributors
Commits on Jan 6, 2026
-
fix(redis): Preserve millisecond timestamp precision for Redis online…
… store (#5807) * Update redis.py Add millisecond-precision timestamp support to Redis online store Signed-off-by: Jatin Kumar <jatink.5251@gmail.com> * Update redis.py sub-second precision when returning timestamps to client Signed-off-by: Jatin Kumar <jatink.5251@gmail.com> * Update redis.py fix(redis): preserve millisecond timestamp precision Signed-off-by: Jatin Kumar <jatink.5251@gmail.com> * Update redis.py fix: Remove whitespace on blank lines (W293) Signed-off-by: Jatin Kumar <jatink.5251@gmail.com> --------- Signed-off-by: Jatin Kumar <jatink.5251@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9e3f213 - Browse repository at this point
Copy the full SHA 9e3f213View commit details -
feat: Add GCS registry store in Go feature server (#5818)
Signed-off-by: samuelkim7 <samuel.kim@goflink.com>
Configuration menu - View commit details
-
Copy full SHA for 1dc2be5 - Browse repository at this point
Copy the full SHA 1dc2be5View commit details -
chore: Refactor some unit tests into integration tests (#5820)
* chore: Refactor some unit tests into integration tests Signed-off-by: Francisco Javier Arceo <farceo@redhat.com> * chore: Refactor some unit tests into integration tests Signed-off-by: Francisco Javier Arceo <farceo@redhat.com> * rename TestConfig Signed-off-by: Francisco Javier Arceo <farceo@redhat.com> * rename TestConfig Signed-off-by: Francisco Javier Arceo <farceo@redhat.com> * add integration flag Signed-off-by: Francisco Javier Arceo <farceo@redhat.com> * update paths Signed-off-by: Francisco Javier Arceo <farceo@redhat.com> * update paths Signed-off-by: Francisco Javier Arceo <farceo@redhat.com> --------- Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for bbba34c - Browse repository at this point
Copy the full SHA bbba34cView commit details
Commits on Jan 7, 2026
-
test: Remove e2e_rhoai package tests
Signed-off-by: Srihari <svenkata@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for b8d7562 - Browse repository at this point
Copy the full SHA b8d7562View commit details
Commits on Jan 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 11122ce - Browse repository at this point
Copy the full SHA 11122ceView commit details
Commits on Jan 12, 2026
-
chore(deps): Bump urllib3 from 2.6.2 to 2.6.3 in /sdk/python/requirem…
…ents (#5822) chore(deps): Bump urllib3 in /sdk/python/requirements Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.2 to 2.6.3. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.2...2.6.3) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6e401d9 - Browse repository at this point
Copy the full SHA 6e401d9View commit details -
chore(deps): Bump golang.org/x/crypto from 0.43.0 to 0.45.0 (#5819)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.43.0 to 0.45.0. - [Commits](golang/crypto@v0.43.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ef3dc05 - Browse repository at this point
Copy the full SHA ef3dc05View commit details
Commits on Jan 13, 2026
-
fix: Update model_validator to use instance method signature (Pydanti…
…c v2.12 deprecation) (#5825) fix: update model_validator to use instance method signature Pydantic v2.12 deprecated using @model_validator(mode='after') with a classmethod-style signature (cls, values). This change updates the _validate_credentials method to use the correct instance method signature (self), which: - Eliminates the deprecation warning - Uses direct attribute access (self.username) instead of dict access - Returns self instead of values This is a non-breaking change that maintains the same validation logic while conforming to Pydantic v2.12+ best practices. Fixes deprecation warning: 'Using @model_validator with mode="after" on a classmethod is deprecated' Signed-off-by: WhiteLotusLA <calvin.devereaux@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3c10b6e - Browse repository at this point
Copy the full SHA 3c10b6eView commit details -
fix: Search API to return all matching tags in matched_tags field (#5843
) * fix: Search API to return all matching tags in matched_tags field Signed-off-by: Aniket Paluskar <apaluska@redhat.com> * Added unit tests to check if multiple tags are returned if they are matching the query Signed-off-by: Aniket Paluskar <apaluska@redhat.com> --------- Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for de37f66 - Browse repository at this point
Copy the full SHA de37f66View commit details -
fix: Denial by default to all resources when no permissions set (#5663)
* Denial by default to all resources when no permissions set Signed-off-by: jyejare <jyejare@redhat.com> filter only for named patterns No matching permissions are handled * Tests are updated to match the new behavior Signed-off-by: jyejare <jyejare@redhat.com> --------- Signed-off-by: jyejare <jyejare@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 1524f1c - Browse repository at this point
Copy the full SHA 1524f1cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff release-3.2...master