mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-08 22:08:03 -05:00
chore(release): Update version to v1.4.365
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -1,5 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## v1.4.365 (2025-12-30)
|
||||
|
||||
### PR [#1908](https://github.com/danielmiessler/Fabric/pull/1908) by [rodaddy](https://github.com/rodaddy): feat(ai): add VertexAI provider for Claude models
|
||||
|
||||
- Added support for Google Cloud Vertex AI as a provider to access Claude models using Application Default Credentials (ADC)
|
||||
- Enabled routing of Fabric requests through Google Cloud Platform instead of directly to Anthropic for GCP billing
|
||||
- Implemented support for Claude models (Sonnet 4.5, Opus 4.5, Haiku 4.5, etc.) via Vertex AI
|
||||
- Added Google ADC authentication support eliminating the need for API keys
|
||||
- Configured project ID and region settings with 'global' as default for cost optimization
|
||||
|
||||
## v1.4.364 (2025-12-28)
|
||||
|
||||
### PR [#1907](https://github.com/danielmiessler/Fabric/pull/1907) by [majiayu000](https://github.com/majiayu000): feat(gui): add Session Name support for multi-turn conversations
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
package main
|
||||
|
||||
var version = "v1.4.364"
|
||||
var version = "v1.4.365"
|
||||
|
||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
### PR [#1908](https://github.com/danielmiessler/Fabric/pull/1908) by [rodaddy](https://github.com/rodaddy): feat(ai): add VertexAI provider for Claude models
|
||||
|
||||
- Added support for Google Cloud Vertex AI as a provider to access Claude models using Application Default Credentials (ADC)
|
||||
- Enabled routing of Fabric requests through Google Cloud Platform instead of directly to Anthropic for GCP billing
|
||||
- Implemented support for Claude models (Sonnet 4.5, Opus 4.5, Haiku 4.5, etc.) via Vertex AI
|
||||
- Added Google ADC authentication support eliminating the need for API keys
|
||||
- Configured project ID and region settings with 'global' as default for cost optimization
|
||||
@@ -358,6 +358,9 @@ schema = 3
|
||||
[mod."go.opentelemetry.io/auto/sdk"]
|
||||
version = "v1.2.1"
|
||||
hash = "sha256-73bFYhnxNf4SfeQ52ebnwOWywdQbqc9lWawCcSgofvE="
|
||||
[mod."go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc"]
|
||||
version = "v0.61.0"
|
||||
hash = "sha256-o5w9k3VbqP3gaXI3Aelw93LLHH53U4PnkYVwc3MaY3Y="
|
||||
[mod."go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp"]
|
||||
version = "v0.61.0"
|
||||
hash = "sha256-4pfXD7ErXhexSynXiEEQSAkWoPwHd7PEDE3M1Zi5gLM="
|
||||
@@ -403,6 +406,9 @@ schema = 3
|
||||
[mod."golang.org/x/text"]
|
||||
version = "v0.32.0"
|
||||
hash = "sha256-9PXtWBKKY9rG4AgjSP4N+I1DhepXhy8SF/vWSIDIoWs="
|
||||
[mod."golang.org/x/time"]
|
||||
version = "v0.14.0"
|
||||
hash = "sha256-fVjpq0ieUHVEOTSElDVleMWvfdcqojZchqdUXiC7NnY="
|
||||
[mod."golang.org/x/tools"]
|
||||
version = "v0.40.0"
|
||||
hash = "sha256-ksmhTnH9btXKiRbbE0KGh02nbeNqNBQKcfwvx9dE7t0="
|
||||
|
||||
@@ -1 +1 @@
|
||||
"1.4.364"
|
||||
"1.4.365"
|
||||
|
||||
Reference in New Issue
Block a user