New
v0.3.3
What's Changed
- Fixed tool calls by @pepperoni21 in https://github.com/pepperoni21/ollama-rs/pull/224
- Bump reqwest from 0.12.20 to 0.12.22 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/220
- Bump schemars from 1.0.0 to 1.0.4 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/221
- Bump tokio from 1.45.1 to 1.46.1 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/222
- feat(macros): re-export schemars and serde by @hannahfluch in https://github.com/pepperoni21/ollama-rs/pull/223
- Bump serde_with from 3.13.0 to 3.14.0 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/225
- feat: add
thinkoption to Coordinator by @ChrisAntaki in https://github.com/pepperoni21/ollama-rs/pull/231 - Bump tokio from 1.46.1 to 1.47.0 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/228
- Bump modelfile from 0.3.0 to 0.3.1 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/226
- Bump serde_json from 1.0.140 to 1.0.141 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/227
- Bump macrotest from 1.1.0 to 1.2.0 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/232
- Bump proc-macro2 from 1.0.95 to 1.0.96 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/233
- Bump tokio from 1.47.0 to 1.47.1 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/234
- Bump serde_json from 1.0.141 to 1.0.142 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/235
- Bump thiserror from 2.0.12 to 2.0.15 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/237
- Bump syn from 2.0.104 to 2.0.106 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/238
- Bump proc-macro2 from 1.0.96 to 1.0.101 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/239
- Bump reqwest from 0.12.22 to 0.12.23 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/240
- Bump scraper from 0.23.1 to 0.24.0 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/241
- Bump regex from 1.11.1 to 1.11.2 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/242
- Bump serde_json from 1.0.142 to 1.0.143 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/243
- Bump url from 2.5.4 to 2.5.7 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/244
- Bump thiserror from 2.0.15 to 2.0.16 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/245
- Bump text-splitter from 0.27.0 to 0.28.0 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/248
- send_chat_messages_with_history take &self by @denisstrizhkin in https://github.com/pepperoni21/ollama-rs/pull/247
- Return Error instead of panicking if selector in ddg isn't found by @mineichen in https://github.com/pepperoni21/ollama-rs/pull/249
- Fixed formatting by @pepperoni21 in https://github.com/pepperoni21/ollama-rs/pull/250
- Add unittest for DDG tool by @mineichen in https://github.com/pepperoni21/ollama-rs/pull/251
- Allow images_to_ollama example parametrization by @mineichen in https://github.com/pepperoni21/ollama-rs/pull/252
- Non blocking stdio by @mineichen in https://github.com/pepperoni21/ollama-rs/pull/253
- Remove field 'stream' from GenerationRequest, by @mineichen in https://github.com/pepperoni21/ollama-rs/pull/254
- Bump serde_json from 1.0.143 to 1.0.145 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/255
- Bump log from 0.4.27 to 0.4.28 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/256
- Bump serde from 1.0.219 to 1.0.224 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/257
- Bump futures-util from 0.3.29 to 0.3.31 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/258
- Bump serde_with from 3.14.0 to 3.14.1 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/261
- Bump serde from 1.0.224 to 1.0.228 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/264
- Bump quote from 1.0.40 to 1.0.41 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/265
- Bump thiserror from 2.0.16 to 2.0.17 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/267
- Bump reqwest from 0.12.23 to 0.12.24 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/269
- Bump regex from 1.11.2 to 1.12.2 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/270
- Bump serde_with from 3.14.1 to 3.15.1 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/273
- added json strcutured support for chat by @infosechoudini in https://github.com/pepperoni21/ollama-rs/pull/271
New Contributors
- @hannahfluch made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/223
- @ChrisAntaki made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/231
- @denisstrizhkin made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/247
- @mineichen made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/249
- @infosechoudini made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/271
Full Changelog: https://github.com/pepperoni21/ollama-rs/compare/v0.3.2...v0.3.3