|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v1.79.0 |
| 4 | + |
| 5 | +:new: What's new: |
| 6 | + |
| 7 | +- API: get object handle safe content types as inline content-disposition (#10184) |
| 8 | + |
3 | 9 | ## v1.78.0 |
4 | 10 |
|
5 | 11 | ### Changes appear in the previous release |
6 | 12 |
|
7 | 13 | ## v1.77.1 |
8 | | - |
| 14 | + |
9 | 15 | :new: What's new: |
10 | 16 |
|
11 | | - - Reduce the KV usage while using branch ownership feature (#10116) |
12 | | - - Improve lakectl actions valdiate by checking required properties (#10144) |
| 17 | +- Reduce the KV usage while using branch ownership feature (#10116) |
| 18 | +- Improve lakectl actions valdiate by checking required properties (#10144) |
13 | 19 |
|
14 | 20 | :bug: Bugs Fixed |
15 | 21 |
|
16 | | - - Delta tables export: skip vacuumed `.cdc` files (#10140) |
| 22 | +- Delta tables export: skip vacuumed `.cdc` files (#10140) |
| 23 | + |
| 24 | +## v1.77.0 |
17 | 25 |
|
18 | | -## v1.77.0 |
19 | | - |
20 | 26 | :new: What's new: |
21 | 27 |
|
22 | | - - Web UI: Responsive collapsible breadcrumb for URI navigation (#10078) |
23 | | - - Web UI: LRU caching for recently accessed refs (#10093) |
24 | | - - Web UI: Improved discoverability of refs (#10090) |
25 | | - - Web UI: Lock commit/merge inputs during API calls (#10103) |
26 | | - - Add tracing regions to KV store operations (#10023) |
27 | | - - Trace all lakeFS API and gateway tasks (#10016) |
| 28 | +- Web UI: Responsive collapsible breadcrumb for URI navigation (#10078) |
| 29 | +- Web UI: LRU caching for recently accessed refs (#10093) |
| 30 | +- Web UI: Improved discoverability of refs (#10090) |
| 31 | +- Web UI: Lock commit/merge inputs during API calls (#10103) |
| 32 | +- Add tracing regions to KV store operations (#10023) |
| 33 | +- Trace all lakeFS API and gateway tasks (#10016) |
28 | 34 | - Delta tables export: support change data feed (#10127) |
29 | 35 |
|
30 | 36 | :bug: Bugs Fixed |
31 | 37 |
|
32 | | - - CVE: Path traversal vulnerabilities in local block adapter allow cross-namespace and sibling directory access |
33 | | - - Fix: Replace per-task heartbeat with instance-level heartbeat in cataloger (#10118) |
34 | | - - Fix: Return 400 instead of 500 for DeleteObjects size limit (#10097) |
35 | | - - Fix: Report per-object errors correctly in lakectl recursive rm and batch deletions (#10095) |
36 | | - - Fix: Expired status override on completed cataloger tasks (#10080) |
37 | | - - Fix: Handle special characters in file paths for DuckDB queries in WebUI (#10076) |
38 | | - - Fix: Stuck goroutines in cataloger (#10055) |
| 38 | +- CVE: Path traversal vulnerabilities in local block adapter allow cross-namespace and sibling directory access |
| 39 | +- Fix: Replace per-task heartbeat with instance-level heartbeat in cataloger (#10118) |
| 40 | +- Fix: Return 400 instead of 500 for DeleteObjects size limit (#10097) |
| 41 | +- Fix: Report per-object errors correctly in lakectl recursive rm and batch deletions (#10095) |
| 42 | +- Fix: Expired status override on completed cataloger tasks (#10080) |
| 43 | +- Fix: Handle special characters in file paths for DuckDB queries in WebUI (#10076) |
| 44 | +- Fix: Stuck goroutines in cataloger (#10055) |
39 | 45 |
|
40 | 46 | ## v1.76.0 |
41 | 47 |
|
|
0 commit comments