Commit 5b2ba69
committed
chore(release): v4.2.10
## Fixes
### Java Bindings
- Fix ClassCastException when deserializing nested generic collections (#355)
- Added @JsonDeserialize annotations to PageStructure, FormattedBlock,
Footnote, Attributes, PageHierarchy, PageContent, DjotContent
- Added comprehensive JSON deserialization regression tests
### Python Bindings
- Fix Windows CLI binary missing from wheel (#349)
- CI workflow was copying with wrong filename (kreuzberg.exe instead of kreuzberg-cli.exe)
### MIME Type Detection
- Fix DOCX/XLSX/PPTX detected as ZIP via detect_mime_type_from_bytes (#350)
### Java Bindings
- Fix format-specific metadata missing in getMetadataMap()1 parent d77a24c commit 5b2ba69
File tree
88 files changed
+1031
-121
lines changed- .github/workflows
- crates
- kreuzberg-cli
- kreuzberg-node
- npm
- darwin-arm64
- darwin-x64
- linux-arm-gnueabihf
- linux-arm64-gnu
- linux-x64-gnu
- win32-arm64-msvc
- win32-x64-msvc
- tests/binding
- typescript
- kreuzberg-php/src
- kreuzberg-wasm
- kreuzberg
- docs
- getting-started
- guides
- reference
- e2e
- go
- java
- smoke/node
- typescript
- wasm-workers
- examples
- python
- typescript
- wasm-browser
- wasm-cloudflare-workers
- packages
- csharp
- Kreuzberg
- elixir
- native/kreuzberg_rustler
- go/v4
- java
- src
- main/java/dev/kreuzberg
- test/java/dev/kreuzberg
- php
- python
- ruby
- ext/kreuzberg_rb/native
- lib/kreuzberg
- typescript
- core
- test-utils
- scripts
- test_documents/json
- tests/test_apps
- browser-vite-svelte
- cloudflare-workers
- csharp
- elixir
- go
- java
- minimal-test
- node
- python
- ruby
- rust
- src
- wasm
- tools
- benchmark-harness/scripts
- e2e-generator
- e2e
- go
- java
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
88 files changed
+1031
-121
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
155 | 156 | | |
156 | | - | |
| 157 | + | |
157 | 158 | | |
158 | | - | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments