Skip to content

Commit

Permalink
1.4.5 - 20 February 2025
Browse files Browse the repository at this point in the history
- Updated to browscap 6001008 (https://github.com/browscap/browscap/releases/tag/6.1.8)
- Add recent and future chrome, edge and firefox based versions, up until 145, based on changes in PR 3132
  • Loading branch information
paulrutter committed Feb 20, 2025
1 parent b63e26a commit d5bf0f7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.4.5 - 20 February 2025
- Updated to browscap 6001008 (https://github.com/browscap/browscap/releases/tag/6.1.8)
- Add recent and future chrome, edge and firefox based versions, up until 145, based on changes in PR 3132

1.4.4 - 17 June 2024
- Updated to browscap 6001007 (https://github.com/browscap/browscap/releases/tag/6.1.7)
- Add recent and future chrome, edge and firefox based versions, up until 135, based on changes in PR 2880
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.blueconic</groupId>
<artifactId>browscap-java</artifactId>
<packaging>jar</packaging>
<version>1.4.4</version>
<version>1.4.5</version>
<name>browscap-java</name>
<description>A blazingly fast and memory efficient Java client on top of the BrowsCap CSV source files.</description>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/blueconic/browscap/UserAgentService.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
public class UserAgentService {

// The version of the browscap file this bundle depends on
public static final int BUNDLED_BROWSCAP_VERSION = 6001007;
public static final int BUNDLED_BROWSCAP_VERSION = 6001008;
private String myZipFilePath;
private InputStream myZipFileStream;

Expand Down
Binary file removed src/main/resources/browscap-6001007.zip
Binary file not shown.
Binary file added src/main/resources/browscap-6001008.zip
Binary file not shown.
5 changes: 4 additions & 1 deletion src/test/resources/useragents.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1279,4 +1279,7 @@ Chrome 115 Win10 10.0 Desktop Mozilla/5.0 (Windows NT 10.0; Win64
Firefox 115 Win10 10.0 Desktop Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0
Chrome 115 MacOSX 10 Desktop Mozilla/5.0 (Macintosh; Intel Mac OS X 13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36
Chrome 115 iOS Unknown Mobile Phone Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/115.0.5790.130 Mobile/15E148 Safari/604.1
Chrome 126 MacOSX 10 Desktop Mozilla/5.0 (Macintosh; Intel Mac OS X 13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Chrome 126 MacOSX 10 Desktop Mozilla/5.0 (Macintosh; Intel Mac OS X 13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36
Chrome 140 Win10 10.0 Desktop Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36
Firefox 137 Win10 10.0 Desktop Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/137.0
Chrome 143 MacOSX 10 Desktop Mozilla/5.0 (Macintosh; Intel Mac OS X 13_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36

0 comments on commit d5bf0f7

Please sign in to comment.