File tree Expand file tree Collapse file tree 27 files changed +52
-43
lines changed Expand file tree Collapse file tree 27 files changed +52
-43
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ This is intended as an overview of the major changes
3
3
4
4
NEXT RELEASE
5
5
===
6
+ - New/improved detections:
7
+ - ...
8
+
9
+ v7.26.1
10
+ ===
6
11
- New/improved detections:
7
12
- Samsung Browser 24 now does Frozen UA
8
13
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa</artifactId >
28
28
864
864
<url >https://github.com/nielsbasjes/yauaa</url >
865
865
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
866
866
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
867
- <tag >HEAD </tag >
867
+ <tag >v7.26.1 </tag >
868
868
</scm >
869
869
870
870
</project >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >yauaa-parent</artifactId >
23
23
<groupId >nl.basjes.parse.useragent</groupId >
24
- <version >7.26.1-SNAPSHOT </version >
24
+ <version >7.26.1</version >
25
25
</parent >
26
26
<artifactId >yauaa-benchmark</artifactId >
27
27
33
33
<properties >
34
34
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35
35
<jmh .version>1.37</jmh .version>
36
- <yauaa .version>7.26.1-SNAPSHOT </yauaa .version>
36
+ <yauaa .version>7.26.1</yauaa .version>
37
37
38
38
<!--
39
39
Name of the benchmark Uber-JAR to generate.
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >nl.basjes.parse.useragent</groupId >
23
23
<artifactId >yauaa-parent</artifactId >
24
- <version >7.26.1-SNAPSHOT </version >
24
+ <version >7.26.1</version >
25
25
<relativePath >../../../pom.xml</relativePath >
26
26
</parent >
27
27
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >nl.basjes.parse.useragent</groupId >
24
24
<artifactId >yauaa-parent</artifactId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
<relativePath >../../pom.xml</relativePath >
27
27
</parent >
28
28
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >yauaa-parent</artifactId >
22
22
<groupId >nl.basjes.parse.useragent</groupId >
23
- <version >7.26.1-SNAPSHOT </version >
23
+ <version >7.26.1</version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
Original file line number Diff line number Diff line change @@ -16,6 +16,10 @@ The full documentation can be found here [https://yauaa.basjes.nl](https://yauaa
16
16
These are only the highlights for the last few releases, the full changelog can be found [ here] ( https://github.com/nielsbasjes/yauaa/blob/main/CHANGELOG.md ) .
17
17
18
18
### NEXT RELEASE
19
+ - New/improved detections:
20
+ - ...
21
+
22
+ ### Version v7.26.1
19
23
- New/improved detections:
20
24
- Samsung Browser 24 now does Frozen UA
21
25
Original file line number Diff line number Diff line change 1
- 7.26.0
1
+ 7.26.1
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >yauaa-parent</artifactId >
22
22
<groupId >nl.basjes.parse.useragent</groupId >
23
- <version >7.26.1-SNAPSHOT </version >
23
+ <version >7.26.1</version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
Original file line number Diff line number Diff line change 23
23
<artifactId >yauaa-parent</artifactId >
24
24
<packaging >pom</packaging >
25
25
<groupId >nl.basjes.parse.useragent</groupId >
26
- <version >7.26.1-SNAPSHOT </version >
26
+ <version >7.26.1</version >
27
27
28
28
<name >Yauaa : </name >
29
29
<description >A parsing and analyzing library to get information from a useragent string.</description >
47
47
<snakeyaml .version>2.2</snakeyaml .version>
48
48
49
49
<!-- Needed to make the build reproducible https://reproducible-builds.org/ -->
50
- <project .build.outputTimestamp>2024-03-14T21:25:57Z </project .build.outputTimestamp>
50
+ <project .build.outputTimestamp>2024-04-15T10:18:25Z </project .build.outputTimestamp>
51
51
52
52
<!-- ============================================== -->
53
53
<!-- ================ UDF Versions ================ -->
955
955
<url >https://github.com/nielsbasjes/yauaa</url >
956
956
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
957
957
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
958
- <tag >HEAD </tag >
958
+ <tag >v7.26.1 </tag >
959
959
</scm >
960
960
961
961
</project >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-udf-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa-beam-sql</artifactId >
28
28
146
146
<url >https://github.com/nielsbasjes/yauaa</url >
147
147
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
148
148
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
149
- <tag >HEAD </tag >
149
+ <tag >v7.26.1 </tag >
150
150
</scm >
151
151
152
152
</project >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-udf-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa-beam</artifactId >
28
28
134
134
<url >https://github.com/nielsbasjes/yauaa</url >
135
135
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
136
136
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
137
- <tag >HEAD </tag >
137
+ <tag >v7.26.1 </tag >
138
138
</scm >
139
139
140
140
</project >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<artifactId >yauaa-udf-parent</artifactId >
23
23
<groupId >nl.basjes.parse.useragent</groupId >
24
- <version >7.26.1-SNAPSHOT </version >
24
+ <version >7.26.1</version >
25
25
</parent >
26
26
<artifactId >yauaa-drill</artifactId >
27
27
198
198
<url >https://github.com/nielsbasjes/yauaa</url >
199
199
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
200
200
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
201
- <tag >HEAD </tag >
201
+ <tag >v7.26.1 </tag >
202
202
</scm >
203
203
204
204
</project >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-elastic-udfs-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa-elasticsearch</artifactId >
28
28
<packaging >jar</packaging >
179
179
<url >https://github.com/nielsbasjes/yauaa</url >
180
180
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
181
181
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
182
- <tag >HEAD </tag >
182
+ <tag >v7.26.1 </tag >
183
183
</scm >
184
184
185
185
</project >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-elastic-udfs-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa-elasticsearch-8</artifactId >
28
28
<packaging >jar</packaging >
180
180
<url >https://github.com/nielsbasjes/yauaa</url >
181
181
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
182
182
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
183
- <tag >HEAD </tag >
183
+ <tag >v7.26.1 </tag >
184
184
</scm >
185
185
186
186
</project >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-udf-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa-elastic-udfs-parent</artifactId >
28
28
<packaging >pom</packaging >
108
108
<url >https://github.com/nielsbasjes/yauaa</url >
109
109
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
110
110
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
111
- <tag >HEAD </tag >
111
+ <tag >v7.26.1 </tag >
112
112
</scm >
113
113
114
114
</project >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-udf-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa-flink-table</artifactId >
28
28
167
167
<url >https://github.com/nielsbasjes/yauaa</url >
168
168
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
169
169
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
170
- <tag >HEAD </tag >
170
+ <tag >v7.26.1 </tag >
171
171
</scm >
172
172
173
173
</project >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-udf-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa-flink</artifactId >
28
28
145
145
<url >https://github.com/nielsbasjes/yauaa</url >
146
146
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
147
147
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
148
- <tag >HEAD </tag >
148
+ <tag >v7.26.1 </tag >
149
149
</scm >
150
150
151
151
</project >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-udf-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa-hive</artifactId >
28
28
256
256
<url >https://github.com/nielsbasjes/yauaa</url >
257
257
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
258
258
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
259
- <tag >HEAD </tag >
259
+ <tag >v7.26.1 </tag >
260
260
</scm >
261
261
262
262
</project >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-udf-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa-logparser</artifactId >
28
28
150
150
<url >https://github.com/nielsbasjes/yauaa</url >
151
151
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
152
152
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
153
- <tag >HEAD </tag >
153
+ <tag >v7.26.1 </tag >
154
154
</scm >
155
155
156
156
</project >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >nl.basjes.parse.useragent</groupId >
24
24
<artifactId >yauaa-nifi-parent</artifactId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
28
28
<artifactId >yauaa-nifi</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >nl.basjes.parse.useragent</groupId >
24
24
<artifactId >yauaa-nifi-parent</artifactId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
28
28
<artifactId >yauaa-nifi-processors</artifactId >
128
128
<url >https://github.com/nielsbasjes/yauaa</url >
129
129
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
130
130
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
131
- <tag >HEAD </tag >
131
+ <tag >v7.26.1 </tag >
132
132
</scm >
133
133
134
134
</project >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-udf-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa-nifi-parent</artifactId >
28
28
<packaging >pom</packaging >
94
94
<url >https://github.com/nielsbasjes/yauaa</url >
95
95
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
96
96
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
97
- <tag >HEAD </tag >
97
+ <tag >v7.26.1 </tag >
98
98
</scm >
99
99
100
100
</project >
Original file line number Diff line number Diff line change 20
20
<parent >
21
21
<artifactId >yauaa-parent</artifactId >
22
22
<groupId >nl.basjes.parse.useragent</groupId >
23
- <version >7.26.1-SNAPSHOT </version >
23
+ <version >7.26.1</version >
24
24
</parent >
25
25
<modelVersion >4.0.0</modelVersion >
26
26
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-udf-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa-snowflake</artifactId >
28
28
178
178
<url >https://github.com/nielsbasjes/yauaa</url >
179
179
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
180
180
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
181
- <tag >HEAD </tag >
181
+ <tag >v7.26.1 </tag >
182
182
</scm >
183
183
184
184
</project >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<artifactId >yauaa-udf-parent</artifactId >
24
24
<groupId >nl.basjes.parse.useragent</groupId >
25
- <version >7.26.1-SNAPSHOT </version >
25
+ <version >7.26.1</version >
26
26
</parent >
27
27
<artifactId >yauaa-trino</artifactId >
28
28
259
259
<url >https://github.com/nielsbasjes/yauaa</url >
260
260
<connection >scm:git:https://github.com/nielsbasjes/yauaa.git</connection >
261
261
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
262
- <tag >HEAD </tag >
262
+ <tag >v7.26.1 </tag >
263
263
</scm >
264
264
265
265
</project >
You can’t perform that action at this time.
0 commit comments