Skip to content

Commit

Permalink
Release 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyong920 committed Nov 22, 2024
1 parent d13eb41 commit 528bac8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,9 @@

### Version Release 2.2.4(2024/11/21)

- 修改获取chrome pid 的方式:放弃通过 cdp 的 SystemInfo.getProcessInfo 方式
- 修改获取chrome pid 的方式:放弃通过 cdp 的 SystemInfo.getProcessInfo 方式

### Version Release 2.2.5(2024/11/22)

- [fix: correctly resolve OOPIF response bodies](https://github.com/fanyong920/jvppeteer/commit/ca19d06697567b9984f610b20a26a4a1c1cc1c79)
- [增强 Browser 关闭逻辑](https://github.com/fanyong920/jvppeteer/commit/d13eb41b11901da5986cbc8b8d1e288d802d8d5f)
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>io.github.fanyong920</groupId>
<artifactId>jvppeteer</artifactId>
<version>2.2.4<version>
<version>2.2.5<version>
</dependency>
```

Expand All @@ -56,7 +56,7 @@ mavenCentral()
然后,您可以将最新版本添加到您的构建中。

```xml
compile "io.github.fanyong920:jvppeteer:2.2.4"
compile "io.github.fanyong920:jvppeteer:2.2.5"
```

#### Logging
Expand Down Expand Up @@ -124,7 +124,7 @@ Jvpeteer 提供 Chrome、Chromium、ChromeDriver、Chrome Headless Shell 四种

下表提供了 Jvppeteer 版本与绑定的浏览器版本之间的映射。如果没有列出完全匹配的 Jvppeteer 版本,则支持的浏览器版本是紧接在前的版本:

| 2.2.0--2.2.4 | [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/#stable) 130.0.6723.58 |
| 2.2.0--2.2.5 | [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/#stable) 130.0.6723.58 |
| :----------: | :----------------------------------------------------------: |
| 2.1.2 | [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/#stable) 128.0.6613.137 |
| 2.1.1 | [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/#stable) 128.0.6613.137 |
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.13.1</junit.version>
<jvppeteer.version>2.2.4</jvppeteer.version>
<jvppeteer.version>2.2.5</jvppeteer.version>
<slf4j.version>2.0.16</slf4j.version>
</properties>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.github.fanyong920</groupId>
<artifactId>jvppeteer</artifactId>
<packaging>jar</packaging>
<version>2.2.4</version>
<version>2.2.5</version>
<name>jvppeteer</name>
<description>java version of puppeteer</description>
<url>https://github.com/fanyong920/jvppeteer</url>
Expand Down

0 comments on commit 528bac8

Please sign in to comment.