UGemini v2.1.0 #39
Uralstech
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For those updating from v1.x.x: Check the update notes for v2.0.0 for an update guide.
Breaking Changes
Uralstech.UGemini.Utils.Singleton
namespace has been moved to the Utils.Singleton package, which is now a dependency of UGemini.GeminiStatus
andGeminiStatusDetails
have been moved to the UCloud.Operations package, which is now a dependency of UGemini. UseUralstech.UCloud.Operations.OperationStatus
andUralstech.UCloud.ProtobufObject
instead, respectively.GeminiModelGetRequest.ModelName
is now a property and is deprecated. UseGeminiModelId GeminiModelGetRequest.Model
instead.Added
tunedModels
endpoint.operations
endpoints through UCloud.Operations.GeminiTunedModelListRequest
s.GeminiManager
with newGeminiResponseParsingException
exception.Changed
GeminiModelIdStringConverter
to be more explicit in conversion.GeminiManager
when an empty JSON object is returned for a request that expects an empty response.GeminiManager.BaseServiceUri
constant.webRequest.uri.AbsoluteUri
for improved debugging.EnumExtensions
andGeminiContentTypeExtensions
.NullReferenceException
s inGeminiModel
andGeminiModelId
.Pull Requests
Full Changelog: 2.0.1...2.1.0
This discussion was created from the release UGemini v2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions