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 changelogWhat's Changed
- Updated create model wrapper by @pepperoni21 in https://github.com/pepperoni21/ollama-rs/pull/149
- Renamed GenerationOptions to ModelOptions by @pepperoni21 in https://github.com/pepperoni21/ollama-rs/pull/150
- Bump quote from 1.0.38 to 1.0.39 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/156
- Bump regex from 1.10.4 to 1.11.1 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/155
- Bump tokio from 1.33.0 to 1.43.0 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/154
- Bump log from 0.4.25 to 0.4.26 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/153
- Bump serde_json from 1.0.139 to 1.0.140 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/152
- Bump text-splitter from 0.13.3 to 0.24.1 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/157
- Bump tokio from 1.43.0 to 1.44.0 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/158
- Bump schemars from 0.8.21 to 0.8.22 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/159
- Bump serde from 1.0.217 to 1.0.219 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/160
Bump thiserror from 2.0.11 to 2.0.12 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/161Match Ollama's integer width for response token counters by @na-g in https://github.com/pepperoni21/ollama-rs/pull/162Implemented model_info field on ModelInfo struct by @pepperoni21 in https://github.com/pepperoni21/ollama-rs/pull/164Bump tokio from 1.44.0 to 1.44.1 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/165Bump syn from 2.0.98 to 2.0.100 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/166Bump proc-macro2 from 1.0.93 to 1.0.94 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/167Bump quote from 1.0.39 to 1.0.40 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/168Bump http from 1.2.0 to 1.3.1 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/169Handle multiple/fragmented SSE json events by @rozgo in https://github.com/pepperoni21/ollama-rs/pull/170Add keep_alive parameter to chat requests. by @wesc in https://github.com/pepperoni21/ollama-rs/pull/172Fix: Ollama uses 'h' to specify hour durations. by @wesc in https://github.com/pepperoni21/ollama-rs/pull/174Bump scraper from 0.19.0 to 0.23.1 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/175Bump log from 0.4.26 to 0.4.27 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/176Bump reqwest from 0.12.12 to 0.12.15 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/177Bump text-splitter from 0.24.1 to 0.25.0 by @dependabot in https://github.com/pepperoni21/ollama-rs/pull/178Implement dynamic tooling by @Arjentix in https://github.com/pepperoni21/ollama-rs/pull/173Fix error formatting by @Arjentix in https://github.com/pepperoni21/ollama-rs/pull/179New Contributors
- @na-g made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/162
- @rozgo made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/170
- @wesc made their first contribution in https://github.com/pepperoni21/ollama-rs/pull/172
Full Changelog: https://github.com/pepperoni21/ollama-rs/compare/v0.2.6...v0.3.0