Skip to content

Commit 19fc353

Browse files
committed
1.5.0 - 14 April 2025
- Merged #67, speeding up startup by using a sorted CSV. Thanks to @CaunCaran.
1 parent 9a6aa77 commit 19fc353

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.5.0 - 14 April 2025
2+
- Merged https://github.com/blueconic/browscap-java/pull/67, speeding up startup by using a sorted CSV. Thanks to @CaunCaran.
3+
14
1.4.5 - 20 February 2025
25
- Updated to browscap 6001008 (https://github.com/browscap/browscap/releases/tag/6.1.8)
36
- Add recent and future chrome, edge and firefox based versions, up until 145, based on changes in PR 3132

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ In short, this is how our algorithm works:
3333
* 1000+ user agents are tested in the unit tests.
3434
* GraalVM Native Image is supported since 1.4.0
3535

36+
## Sorting the CSV file
37+
The BrowsCap source file is sorted when building via Maven, see `data-preprocessor.groovy`.
38+
When using your own source file, make sure to sort it as well to speed the startup performance.
39+
3640
## Future
3741
Possible new features we're thinking of (and are not yet present):
3842
* Auto-update the BrowsCap CSV
@@ -44,7 +48,7 @@ Add this to the dependencies in your pom.xml.
4448
<dependency>
4549
<groupId>com.blueconic</groupId>
4650
<artifactId>browscap-java</artifactId>
47-
<version>1.4.5</version>
51+
<version>1.5.0</version>
4852
</dependency>
4953
```
5054

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.blueconic</groupId>
55
<artifactId>browscap-java</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.4.5</version>
7+
<version>1.5.0</version>
88
<name>browscap-java</name>
99
<description>A blazingly fast and memory efficient Java client on top of the BrowsCap CSV source files.</description>
1010

158 KB
Binary file not shown.

0 commit comments

Comments
 (0)