Features / Enhancements
* **Feature Store**: Make verbose configurable, 1109, yaronha
* **Serving**: Handle content-type header + add default_content_type attribute, 1108, yaronha
* **Docs**: Add note about real time ingestion, 1067, katyakats
* **Artifacts**: Visualize data/artifacts with DataItem.show() and return DataItems in run.artifact(), 1092, yaronha
* **UI**: [Features & enhancement](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc17#features-and-enhancements)
Bug fixes
* **Feature Store**: Fix DateExtractor graph step, 1107, yaronha
* **Feature Store**: Better support for store uri in feature store & artifacts, 1104, yaronha
* **Feature Store**: Overwrite specified path, 1086, urihoenig
* **UI**: [Bug fixes](https://github.com/mlrun/ui/releases/tag/v0.6.5-rc17#bug-fixes)
Pull requests:
7c8efc6 [Feature Store] Make verbose configurable (1109)
c4ce9f9 [Serving] Handle content-type header + add default_content_type attribute (1108)
a58dc9d [Feature Store] Fix DateExtractor graph step (1107)
1314842 [Feature Store] Better support for store uri in feature store & artifacts (1104)
98cbc89 [Docs] Add note about real time ingestion (1067)
925ea05 [Feature Store] Overwrite specified path (1086)
f279457 [Artifacts] Visualize data/artifacts with DataItem.show() and return DataItems in run.artifact() (1092)