Releases: tecton-ai/tecton-http-client-python
Releases · tecton-ai/tecton-http-client-python
Release-v0.4.0
What's Changed
- Make all options optional and update RequestOptions by @zack13532 in #70
Full Changelog: v0.3.0...v0.4.0
Release v0.3.0
Added two new parameters to MetadataOptions: include_feature_descriptions and include_feature_tags
Release 0.2.1
- Fix a bug with TectonAsyncClient.get_metadata; function was not properly awaited.
- Add GetFeaturesResponse.slo_info object
- Improve type hints
Release 0.2.0
First official release.
Includes TectonClient and AsyncTectonClient for interacting with Tecton Feature Services.