chore: bump version to 1.10.0 [skip ci]

This commit is contained in:
github-actions[bot]
2026-01-13 12:31:31 +00:00
parent c59b77151d
commit 11d081695a
3 changed files with 280 additions and 263 deletions

View File

@@ -1,3 +1,25 @@
## [v1.10.0](https://github.com/docling-project/docling-serve/releases/tag/v1.10.0) - 2026-01-13
### Feature
* OpenTelemetry support for traces and metrics ([#456](https://github.com/docling-project/docling-serve/issues/456)) ([`416312a`](https://github.com/docling-project/docling-serve/commit/416312a41b04f184a9b8bd37d8a4db9a2dfa1014))
* Make RQ results_ttl configurable ([#460](https://github.com/docling-project/docling-serve/issues/460)) ([`c57dd51`](https://github.com/docling-project/docling-serve/commit/c57dd51c4d5c05515e0fe160b237197bac0d668b))
### Fix
* Cleanup error prints ([#470](https://github.com/docling-project/docling-serve/issues/470)) ([`c59b771`](https://github.com/docling-project/docling-serve/commit/c59b77151d265d54c6c1f65ebfb16ca185a04b7f))
* Update dependencies ([#469](https://github.com/docling-project/docling-serve/issues/469)) ([`8eddd58`](https://github.com/docling-project/docling-serve/commit/8eddd589bb82787130015a976592fff2dddc77c6))
* Race condition in Gradio UI task result retrieval ([#454](https://github.com/docling-project/docling-serve/issues/454)) ([`a179338`](https://github.com/docling-project/docling-serve/commit/a179338c785ef9b84696f41b7ab2f2cafe80973d))
### Docling libraries included in this release:
- docling 2.67.0
- docling-core 2.59.0
- docling-ibm-models 3.10.3
- docling-jobkit 1.8.1
- docling-mcp 1.3.3
- docling-parse 4.7.2
- docling-serve 1.10.0
## [v1.9.0](https://github.com/docling-project/docling-serve/releases/tag/v1.9.0) - 2025-11-24
### Feature

View File

@@ -1,6 +1,6 @@
[project]
name = "docling-serve"
version = "1.9.0" # DO NOT EDIT, updated automatically
version = "1.10.0" # DO NOT EDIT, updated automatically
description = "Running Docling as a service"
license = {text = "MIT"}
authors = [

519
uv.lock generated

File diff suppressed because one or more lines are too long