Skip to content

Releases: loopwork/ollama-swift

1.8.0

26 Jun 17:31
5c91331
Compare
Choose a tag to compare

What's Changed

  • Make response types Codable and add public initializers by @mattt in #27

Full Changelog: 1.7.0...1.8.0

1.7.0

14 Jun 11:35
be75f65
Compare
Choose a tag to compare

What's Changed

  • Make parameters field in ShowModelResponse optional by @mattt in #25

Full Changelog: 1.6.1...1.7.0

1.6.1

10 Jun 12:58
b494298
Compare
Choose a tag to compare

What's Changed

  • Fix Swift 6 strict concurrency warning in fetchStream by @steipete in #23

New Contributors

Full Changelog: 1.6.0...1.6.1

1.6.0

02 Jun 15:57
925a193
Compare
Choose a tag to compare

What's Changed

  • Add version call by @gregorym in #20
  • Add keep-alive parameters to client methods by @mattt in #21
  • Add support for thinking in client generation methods by @mattt in #22

Full Changelog: 1.5.0...1.6.0

1.5.0

30 May 19:30
9be4309
Compare
Choose a tag to compare

What's Changed

  • Add list of capabilities to ShowModelResponse by @gregorym in #17
  • Add client method for batch embeddings generation by @mattt in #18
  • Add test coverage to custom types by @mattt in #19

New Contributors

Full Changelog: 1.4.0...1.5.0

1.4.0

11 Apr 21:51
b28bcb6
Compare
Choose a tag to compare

What's Changed

  • Add Streaming Support for Generate and Chat Methods in Ollama Client by @rahul0x24 in #5

New Contributors

Full Changelog: 1.3.0...1.4.0

1.3.0

21 Mar 22:03
7b9a06c
Compare
Choose a tag to compare

What's Changed

  • Fix function name in docs by @ankane in #9
  • Make ToolProtocol conform to Sendable by @mattt in #11
  • Fix example JSON Schema in documentation comment for Tool.schema property by @mattt in #13
  • Simplify Tool API and improve schema handling by @mattt in #14
  • Transfer project to @loopwork-ai by @mattt in #15

New Contributors

  • @ankane made their first contribution in #9

Full Changelog: 1.2.0...1.3.0

1.2.0

15 Feb 17:39
5b2fe03
Compare
Choose a tag to compare

What's Changed

  • Add support for structured outputs by @mattt in #8

Full Changelog: 1.1.0...1.2.0

1.1.0

15 Feb 17:23
e7ba254
Compare
Choose a tag to compare

What's Changed

  • Add standard library initializers for Value types by @mattt in #2
  • Add CI workflow by @mattt in #6
  • Upgrade to Swift 6 by @mattt in #4
  • Add support for tool use by @mattt in #7

Full Changelog: 1.0.0...1.1.0

1.0.0

15 Feb 17:22
00d470a
Compare
Choose a tag to compare

Initial release