Unclaimed project
Are you a maintainer of ollama-rs? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
ollama-rs
A simple and easy-to-use library for interacting with the Ollama API.
Back to changelogNew
v0.3.4
What's Changed
- 0.3.3 update by @pepperoni21 in https://github.com/pepperoni21/ollama-rs/pull/276
- feat: serialize and deserialize for all types by @if0ne in https://github.com/pepperoni21/ollama-rs/pull/277
- feat: pub modificator for API struct fields by @if0ne in https://github.com/pepperoni21/ollama-rs/pull/278
- Bump tokio from 1.47.1 to 1.48.0 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/279
- Bump quote from 1.0.41 to 1.0.42 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/280
- Bump proc-macro2 from 1.0.101 to 1.0.103 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/281
- Bump schemars from 1.0.4 to 1.1.0 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/282
- Bump syn from 2.0.106 to 2.0.111 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/283
- Fix NDJSON error #275 by @yamada-sexta in https://github.com/pepperoni21/ollama-rs/pull/284
- Bump http from 1.3.1 to 1.4.0 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/285
- Bump serde_with from 3.16.0 to 3.16.1 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/286
Bump log from 0.4.28 to 0.4.29 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/287Bump reqwest from 0.12.24 to 0.12.26 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/290Bump reqwest from 0.12.26 to 0.12.28 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/293Bump serde_json from 1.0.145 to 1.0.146 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/294Bump schemars from 1.1.0 to 1.2.0 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/299Bump quote from 1.0.42 to 1.0.43 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/301Bump tokio-stream from 0.1.17 to 0.1.18 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/302Bump serde_json from 1.0.146 to 1.0.149 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/303Bump proc-macro2 from 1.0.103 to 1.0.105 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/304Bump thiserror from 2.0.17 to 2.0.18 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/305Bump syn from 2.0.111 to 2.0.114 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/306Bump text-splitter from 0.28.0 to 0.29.3 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/307Bump url from 2.5.7 to 2.5.8 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/308Bump tokio from 1.48.0 to 1.49.0 by @dependabot[bot] in https://github.com/pepperoni21/ollama-rs/pull/309Add 'dimensions' to the embedding request by @m-dreiling in https://github.com/pepperoni21/ollama-rs/pull/310Improved think parameter and added parameters serialization tests by @pepperoni21 in https://github.com/pepperoni21/ollama-rs/pull/311Fixed method usage for creating model in README.md by @pepperoni21 in https://github.com/pepperoni21/ollama-rs/pull/312Added logprobs parameter support by @pepperoni21 in https://github.com/pepperoni21/ollama-rs/pull/313New Contributors
- @if0ne made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/277
- @yamada-sexta made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/284
- @m-dreiling made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/310
Full Changelog: https://github.com/pepperoni21/ollama-rs/compare/v0.3.3...v0.3.4