# [0.43.0](
v0.42.0...v0.43.0) (2025-01-20)
### Bug Fixes
* Add k8s module to feature-server image ([
#4839](
#4839)) ([
f565565](
f565565))
* Adding input to workflow ([
e3e8c97](
e3e8c97))
* Change image push to use --all-tags option ([
#4926](
#4926)) ([
02458fd](
02458fd))
* Fix integration build/push for images ([
#4923](
#4923)) ([
695e49b](
695e49b))
* Fix integration operator push ([
#4924](
#4924)) ([
13c7267](
13c7267))
* Fix release.yml ([
#4845](
#4845)) ([
b4768a8](
b4768a8))
* Fixing some of the warnings with the github actions ([
#4763](
#4763)) ([
1119439](
1119439))
* Improve status.applied updates & add offline pvc unit test ([
#4871](
#4871)) ([
3f49517](
3f49517))
* Made fixes to Go Operator DB persistence ([
#4830](
#4830)) ([
cdc0753](
cdc0753))
* Make transformation_service_endpoint configuration optional ([
#4880](
#4880)) ([
c62377b](
c62377b))
* Move pre-release image builds to quay.io, retire gcr.io pushes ([
#4922](
#4922)) ([
40b975b](
40b975b))
* Performance regression in /get-online-features ([
#4892](
#4892)) ([
0db56a2](
0db56a2))
* Refactor Operator to deploy all feast services to the same Deployment/Pod ([
#4863](
#4863)) ([
88854dd](
88854dd))
* Remove unnecessary google cloud steps & upgrade docker action versions ([
#4925](
#4925)) ([
32aaf9a](
32aaf9a))
* Remove verifyClient TLS offlineStore option from the Operator ([
#4847](
#4847)) ([
79fa247](
79fa247))
* Resolving syntax error while querying a feature view with column name starting with a number and BigQuery as data source ([
#4908](
#4908)) ([
d3495a0](
d3495a0))
* Updated python-helm-demo example to use MinIO instead of GS ([
#4691](
#4691)) ([
31afd99](
31afd99))
### Features
* Add date field support to spark ([
#4913](
#4913)) ([
a8aeb79](
a8aeb79))
* Add date support when converting from python to feast types ([
#4918](
#4918)) ([
bd9f071](
bd9f071))
* Add duckdb extra to multicloud release image ([
#4862](
#4862)) ([
b539eba](
b539eba))
* Add milvus package to release image & option to Operator ([
#4870](
#4870)) ([
ef724b6](
ef724b6))
* Add Milvus Vector Database Implementation ([
#4751](
#4751)) ([
22c7b58](
22c7b58))
* Add online/offline replica support ([
#4812](
#4812)) ([
b97da6c](
b97da6c))
* Added pvc accessModes support ([
#4851](
#4851)) ([
a73514c](
a73514c))
* Adding EnvFrom support for the OptionalConfigs type to the Go Operator ([
#4909](
#4909)) ([
e01e510](
e01e510))
* Adding Feature Server to components docs ([
#4868](
#4868)) ([
f95e54b](
f95e54b))
* Adding features field to retrieve_online_features to return mor… ([
#4869](
#4869)) ([
7df287e](
7df287e))
* Adding packages for Milvus Online Store ([
#4854](
#4854)) ([
49171bd](
49171bd))
* Adding vector_search parameter to fields ([
#4855](
#4855)) ([
739eaa7](
739eaa7))
* Feast Operator support log level configuration for services ([
#4808](
#4808)) ([
19424bc](
19424bc))
* Go Operator - Parsing the output to go structs ([
#4832](
#4832)) ([
732865f](
732865f))
* Implement `date_partition_column` for `SparkSource` ([
#4844](
#4844)) ([
c5ffa03](
c5ffa03))
* Loading the CA trusted store certificate into Feast to verify the public certificate. ([
#4852](
#4852)) ([
132ce2a](
132ce2a))
* Operator E2E test to validate FeatureStore custom resource using remote registry ([
#4822](
#4822)) ([
d558ef7](
d558ef7))
* Operator improvements ([
#4928](
#4928)) ([
7a1f4dd](
7a1f4dd))
* Removing the tls_verify_client flag from feast cli for offline server. ([
#4842](
#4842)) ([
8320e23](
8320e23))
* Separating the RBAC and Remote related integration tests. ([
#4905](
#4905)) ([
76e1e21](
76e1e21))
* Snyk vulnerability issues fix. ([
#4867](
#4867)) ([
dbc9207](
dbc9207)), closes [
#6](
#6) [
#3](
#3) [
#4](
#4)
* Use ASOF JOIN in Snowflake offline store query ([
#4850](
#4850)) ([
8f591a2](
8f591a2))
### Reverts
* Revert "chore: Add Milvus to pr_integration_tests.yml" ([
#4900](
#4900)) ([07958f7](
07958f7)), closes [
#4891](
#4891)
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #4887
Misc