You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/terms/explanation/technical-upgrades.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ weight: 5
7
7
8
8
## What is the technical upgrades process
9
9
10
-
The **technical upgrade** process creates new **versions** by re-extracting content from the **latest snapshots** when there are changes not in service terms content, but in the system that extracts them (declarations, filters, engine, or dependencies).
10
+
The technical upgrade process creates new versions by re-extracting content from the latest snapshots when there are changes not in service terms content, but in the system that extracts them (declarations, filters, engine, or dependencies).
11
11
12
12
## Why technical upgrades are important
13
13
@@ -35,7 +35,7 @@ For each tracked terms:
35
35
36
36
### Selector or filter changes
37
37
38
-
**Example:**
38
+
Example:
39
39
40
40
```json
41
41
// Before: missing section C
@@ -55,15 +55,15 @@ For each tracked terms:
55
55
}
56
56
```
57
57
58
-
**What happens:**
58
+
What happens:
59
59
60
60
- Retrieves the latest snapshot
61
61
- Re-extracts content using updated selectors and/or filters
62
62
- Creates a new version marked as a technical upgrade
63
63
64
64
### Adding new source documents to combined terms
65
65
66
-
**Example:**
66
+
Example:
67
67
68
68
```json
69
69
// Before: 2 source documents
@@ -88,28 +88,28 @@ For each tracked terms:
88
88
}
89
89
```
90
90
91
-
**What happens:**
91
+
What happens:
92
92
93
93
- Fetches and records snapshots **only for new source documents**
94
94
- Retrieves latest snapshots for existing source documents
95
95
- Extracts all documents and creates one new combined version marked as a technical upgrade
96
96
97
97
### Location changes
98
98
99
-
**What happens:**
99
+
What happens:
100
100
101
101
Nothing, technical upgrades do not fetch from new locations. Location changes represent a genuine change in how the service publishes their terms and should be tracked as a regular content change.
102
102
103
103
### Engine and dependency changes
104
104
105
105
When you upgrade the engine or dependencies, extraction logic may change even if declarations remain the same.
106
106
107
-
**Examples:**
107
+
Examples:
108
108
109
109
- Engine improves HTML entity decoding so ` ` entities are converted to regular spaces instead of appearing literally in versions
110
110
- Library improves table support so complex tables preserve their structure as Markdown tables instead of being converted to plain text
0 commit comments