@@ -13,12 +13,43 @@ If you are using an older CLI/SDK version, then please upgrade it. This applies
13
13
14
14
## Known Issues
15
15
16
+ ### v0.3.7.7
17
+ * Postgres regression, non-functional when using postgres
18
+
16
19
### v0.3.7.3
17
20
* Search page fails to render when filters are applied with a query which returns zero results.
18
21
19
22
## Release Changelog
20
23
---
21
24
25
+ ### v0.3.7.8
26
+
27
+ - [ Postgres] Fix regression from MySQL fix in v0.3.7.7
28
+
29
+ ### v0.3.7.7
30
+
31
+ - [ UI] Fix bug showing upstream lineage dbt source leaves
32
+ - [ UI] Show column-level lineage through transformational home node
33
+ - [ UI] Browse nodes titles expand to full width of panel
34
+ - [ UI] Data product preview cards display correctly
35
+ - [ UI] Fix elasticsearch usage sort field names
36
+ - [ UI] Add structured property display settings feature
37
+ - [ Executor] Fix false errors on cli ingestions
38
+ - [ Search] Schema field boost reduced
39
+ - [ Search] Search usage ranking null_fill fix
40
+ - [ Search] Single term with underscores by default no longer considered quoted
41
+ - [ Metadata Tests] Metadata Test shutdown actions flush
42
+ - [ Metadata Tests] Add deduplicate logic for MCP batches
43
+ - [ Metadata Tests] Prevent mutation of systemMetadata in patch batches
44
+ - [ MAE Consumer] Fix graph edge on container delete exception
45
+ - [ Notifications] Filter out system ingestion source notifications
46
+ - [ MySQL] Fix index gap lock deadlock
47
+ - [ API] DataJobInputOutput finegrained lineage fix
48
+
49
+ ### v0.3.7.6
50
+
51
+ - [ UI] fix(automations): white screen automations with dbt sync
52
+
22
53
### v0.3.7.5
23
54
24
55
- [ GMS] Fix upstream lineage patching when path contained encoded slash
0 commit comments