0.5.0
What's Changed
- Update
Citation
decoding to handle optional values by @andrewheard in #135 - Add URI-based file data support by @andrewheard in #134
- Update default API version from
v1
tov1beta
by @andrewheard in #137 - Switch to
gemini-1.5-pro-latest
in docs and tests by @andrewheard in #138 - Make
Citation.license
optional by @andrewheard in #141 - Remove public
Codable
(Decodable
and/orEncodable
) conformance by @andrewheard in #142
Breaking Changes
Citation.license
is now optional (String?
)ModelContent.Part
adds a newfileData
enum case
Full Changelog: 0.4.11...0.5.0