diff --git a/CHANGELOG.md b/CHANGELOG.md index c3fb2b8..9c7b6d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -168,4 +168,9 @@ ### Version Release 2.2.1(2024/11/12) -- [修复: ExceptionThrownEvent 中timestamp的类型](https://github.com/fanyong920/jvppeteer/commit/e669225b4fdc330b1e7a0b500664c7a1677a5aa5) \ No newline at end of file +- [修复: ExceptionThrownEvent 中timestamp的类型](https://github.com/fanyong920/jvppeteer/commit/e669225b4fdc330b1e7a0b500664c7a1677a5aa5) + +### Version Release 2.2.2(2024/11/18) + +- [当设置--user-data-dir参数后,会报错Can't get WSEndpoint](https://github.com/fanyong920/jvppeteer/issues/164) +- [线程 JvEmitEventThread 和 JvHandleMessageThread CPU占用极高](https://github.com/fanyong920/jvppeteer/issues/163) \ No newline at end of file diff --git a/README.md b/README.md index feaf8c4..878bb07 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ io.github.fanyong920 jvppeteer - 2.2.1 + 2.2.2 ``` @@ -56,7 +56,7 @@ mavenCentral() 然后,您可以将最新版本添加到您的构建中。 ```xml -compile "io.github.fanyong920:jvppeteer:2.2.1" +compile "io.github.fanyong920:jvppeteer:2.2.2" ``` #### Logging @@ -124,18 +124,20 @@ Jvpeteer 提供 Chrome、Chromium、ChromeDriver、Chrome Headless Shell 四种 下表提供了 Jvppeteer 版本与绑定的浏览器版本之间的映射。如果没有列出完全匹配的 Jvppeteer 版本,则支持的浏览器版本是紧接在前的版本: -| Jvppeteer | Chrome | -| --------- | ------------------------------------------------------------ | -| 2.2.0 | [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 | -| 2.1.0 | [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/#stable) 128.0.6613.137 | -| 2.0.0 | [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/#stable) 128.0.6613.137 | -| 1.1.6 | Chromium 722234 | -| 1.1.5 | Chromium 722234 | -| 1.1.4 | Chromium 722234 | -| 1.1.3 | Chromium 722234 | -| 1.1.2 | Chromium 722234 | +| | | +| ----- | ------------------------------------------------------------ | +| 2.2.2 | [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/#stable) 130.0.6723.58 | +| 2.2.1 | [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/#stable) 130.0.6723.58 | +| 2.2.0 | [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 | +| 2.1.0 | [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/#stable) 128.0.6613.137 | +| 2.0.0 | [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/#stable) 128.0.6613.137 | +| 1.1.6 | Chromium 722234 | +| 1.1.5 | Chromium 722234 | +| 1.1.4 | Chromium 722234 | +| 1.1.3 | Chromium 722234 | +| 1.1.2 | Chromium 722234 | #### 3、启动浏览器 diff --git a/example/pom.xml b/example/pom.xml index e3ea789..eaae452 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -8,7 +8,7 @@ UTF-8 4.13.1 - 2.2.1 + 2.2.2 2.0.16 diff --git a/pom.xml b/pom.xml index 3f42cac..606b013 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.github.fanyong920 jvppeteer jar - 2.2.1 + 2.2.2 jvppeteer java version of puppeteer https://github.com/fanyong920/jvppeteer