-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNEWS
203 lines (113 loc) · 5.07 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
# Releases
## bap-elk-backends 0.6.0 - (2025-01-21)
**New features:**
* Collection and enrichment for Pontoon updated\
Pontoon backend has been updated to collect user actions instead of
storing translations. This change is made to reduce the overload on
the server side.
## bap-elk-backends 0.5.14 - (2024-12-11)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.13 - (2024-11-14)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.12 - (2024-10-15)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.11 - (2024-09-23)
**Dependencies updateds:**
* Python minimum version updated\
Python 3.8 will reach its end of life in October 2024. Python 3.9 is
the minimum version required by the project.
## bap-elk-backends 0.5.10 - (2024-09-03)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.9 - (2024-09-03)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.8 - (2024-09-02)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.7 - (2024-08-13)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.6 - (2024-08-09)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.5 - (2024-08-02)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.4 - (2024-06-21)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.3 - (2024-05-09)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.2 - (2024-04-16)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.1 - (2024-04-01)
* Update Poetry's package dependencies
## bap-elk-backends 0.5.0 - (2024-03-12)
**New features:**
* Pontoon and Topicbox backends updated\
Update Pontoon backend to include demography study and `review_status`
field. Update Topicbox backend to include demography study and `group`
field, and fix a bug with `root` field.
## bap-elk-backends 0.4.0 - (2024-03-04)
**New features:**
* Pontoon and Topic box enriched indices updated\
Update Topicbox enriched items to add the message ID, the thread URL
and the item URL. Update Pontoon backend to remove `source` from the
enriched items and add the item `url`.
## bap-elk-backends 0.3.1 - (2024-02-20)
* Update Poetry's package dependencies
## bap-elk-backends 0.3.0 - (2024-02-20)
**New features:**
* GrimoireELK backend for Pontoon\
Create new backend to store Pontoon data in OpenSearch. The new
section for SirMordred is: ``` [pontoon] raw_index = pontoon_raw
enriched_index = pontoon_enriched ``` In the `projects.json` file
should be included a URL and a locale with the following format: ``` {
"pontoon": [ "https://pontoon.example.org es" ] } ```
## bap-elk-backends 0.2.2 - (2024-02-08)
* Update Poetry's package dependencies
## bap-elk-backends 0.2.1 - (2024-02-01)
* Update Poetry's package dependencies
## bap-elk-backends 0.2.0 - (2024-01-31)
**New features:**
* GrimoireELK backend for Topicbox\
Create new backend to store Topicbox data in OpenSearch. The new
section for SirMordred is: ``` [topicbox] raw_index = topicbox_raw
enriched_index = topicbox_enriched account-id = <account_id> ```
**Breaking changes:**
* Bitergia Analytics ELK packages unification\
Rename the repository and create a new package to unify all ELK
packages for Bitergia Analytics into a single repository. This change
enhances organization and simplifies the management of ELK related
components.
## grimoire-elk-public-inbox 0.1.8 - (2024-01-02)
* Update Poetry's package dependencies
## grimoire-elk-public-inbox 0.1.7 - (2023-12-26)
* Update Poetry's package dependencies
## grimoire-elk-public-inbox 0.1.6 - (2023-11-17)
* Update Poetry's package dependencies
## grimoire-elk-public-inbox 0.1.5 - (2023-11-07)
* Update Poetry's package dependencies
## grimoire-elk-public-inbox 0.1.4 - (2023-10-25)
**Dependencies updateds:**
* Pin multiple dependencies\
Pin charset-normalized and cryptography packages to be aligned with
Perceval version, pylint to be aligned with Graal and cachetools to be
aligned with SortingHat.
* Drop support for Python 3.7\
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.
## grimoirelab-elk-public-inbox 0.1.3 - (2023-08-07)
**Dependencies updateds:**
* Update dependencies\
Dependencies updated to support GrimoireLab 0.14.0.
## grimoirelab-elk-public-inbox 0.1.2 - (2023-07-24)
**Dependencies updateds:**
* Update dependencies\
Dependencies updated to support GrimoireLab 0.13.0.
## grimoirelab-elk-public-inbox 0.1.1 - (2023-07-19)
**Dependencies updateds:**
* Update dependencies\
Dependencies updated to support GrimoireLab 0.12.0.
## grimoirelab-elk-public-inbox 0.1.1 - (2023-07-19)
**Dependencies updateds:**
* Update dependencies\
Dependencies updated to support GrimoireLab 0.12.0.
## grimoire-elk-public-inbox 0.1.0 - (2023-06-29)
**New features:**
* GrimoireELK backend for Public Inbo\
Create new backend to store Public Inbox data in OpenSearch.