diff --git a/README.md b/README.md index ef5f1e4..76192ca 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Alternatively, add the following line to your `.csproj` file. ```text - + ``` diff --git a/VERSION b/VERSION index 9dbb0c0..afa2b35 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.0 \ No newline at end of file +1.8.0 \ No newline at end of file diff --git a/src/Mscc.GenerativeAI.Google/CHANGELOG.md b/src/Mscc.GenerativeAI.Google/CHANGELOG.md index 597e70b..03a8a09 100644 --- a/src/Mscc.GenerativeAI.Google/CHANGELOG.md +++ b/src/Mscc.GenerativeAI.Google/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Fixed +## 1.8.0 + +### Changed + +- bump version + ## 1.7.0 ### Changed diff --git a/src/Mscc.GenerativeAI.Web/CHANGELOG.md b/src/Mscc.GenerativeAI.Web/CHANGELOG.md index dacdb82..ab8287d 100644 --- a/src/Mscc.GenerativeAI.Web/CHANGELOG.md +++ b/src/Mscc.GenerativeAI.Web/CHANGELOG.md @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Fixed +## 1.8.0 + +### Changed + +- bump version + ## 1.7.0 ### Changed diff --git a/src/Mscc.GenerativeAI/CHANGELOG.md b/src/Mscc.GenerativeAI/CHANGELOG.md index 97a80a4..e5a9964 100644 --- a/src/Mscc.GenerativeAI/CHANGELOG.md +++ b/src/Mscc.GenerativeAI/CHANGELOG.md @@ -16,11 +16,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed ### Fixed -## 1.7.1 +## 1.8.0 ### Added -- add context caching +- add context caching: https://ai.google.dev/gemini-api/docs/caching +- add code execution: https://ai.google.dev/gemini-api/docs/code-execution - add model `gemini-1.5-flash-8b-001` - add Logprobs handling - add required model name and optional cached content to request @@ -28,9 +29,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - sanitize name of cached content +- extend list of supported MIME types - extend `FinishReason` - extend `VideoMetadata` +### Fixed + +- disable HTTP/3 (Quic) due to issue [#34](https://github.com/mscraftsman/generative-ai/issues/34) + ## 1.7.0 ### Added