You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bump org.jetbrains.kotlinx:atomicfu from 0.21.0 to 0.22.0 [\#283](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/283) ([@dependabot[bot]](https://github.com/apps/dependabot))
9
+
- Update to Chrome DevTools Protocol version 1182435 [\#276](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/276) ([@github-actions[bot]](https://github.com/apps/github-actions))
10
+
- Bump com.squareup:kotlinpoet from 1.12.0 to 1.14.2 [\#281](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/281) ([@dependabot[bot]](https://github.com/apps/dependabot))
11
+
- Bump org.jetbrains.kotlinx:kotlinx\-coroutines\-core from 1.7.2 to 1.7.3 [\#280](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/280) ([@dependabot[bot]](https://github.com/apps/dependabot))
12
+
- Bump com.gradle.enterprise from 3.12.4 to 3.14.1 [\#279](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/279) ([@dependabot[bot]](https://github.com/apps/dependabot))
13
+
- Bump io.github.gradle\-nexus.publish\-plugin from 1.2.0 to 1.3.0 [\#278](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/278) ([@dependabot[bot]](https://github.com/apps/dependabot))
14
+
- Bump ktor from 2.3.2 to 2.3.3 [\#277](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/277) ([@dependabot[bot]](https://github.com/apps/dependabot))
- The error message in session adapters contains escaped variables [\#272](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/272)
16
-
17
26
**Merged pull requests:**
18
27
19
28
- Update Gradle Wrapper from 8.2 to 8.2.1 [\#270](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/270) ([@joffrey-bion](https://github.com/joffrey-bion))
@@ -22,6 +31,10 @@
22
31
23
32
- Update to Chrome DevTools Protocol version 1170846 [\#271](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/271) ([@github-actions[bot]](https://github.com/apps/github-actions))
24
33
34
+
**Fixed bugs:**
35
+
36
+
- The error message in session adapters contains escaped variables [\#272](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/272)
@@ -77,15 +90,6 @@ Check out the updated README if the automated migrations aren't working or the d
77
90
78
91
- Use camelCase for enum values to make them compatible with Kotlin/JS [\#241](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/241)
79
92
80
-
**Deprecations:**
81
-
82
-
- Deprecate overload of `awaitNodeBySelector` using milliseconds [\#243](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/243)
83
-
84
-
**Fixed bugs:**
85
-
86
-
- Make CDP request consistently fail with the same exception if the WS is closed concurrently [\#247](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/247)
87
-
-`awaitNodeBySelector` can potentially throw IAE when cancelled [\#239](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/239)
88
-
89
93
**Implemented enhancements:**
90
94
91
95
- Rework page creation / navigation API [\#255](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/255)
@@ -98,6 +102,10 @@ Check out the updated README if the automated migrations aren't working or the d
- Deprecate overload of `awaitNodeBySelector` using milliseconds [\#243](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/243)
108
+
101
109
**Removals:**
102
110
103
111
- Remove deprecated `captureScreenshotToFile` with Request object [\#237](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/237)
@@ -110,6 +118,11 @@ Check out the updated README if the automated migrations aren't working or the d
110
118
- Upgrade kotlinx\-coroutines to version 1.7.0 [\#242](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/242)
111
119
- Upgrade Kotlin to 1.8.21 [\#238](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/238)
112
120
121
+
**Fixed bugs:**
122
+
123
+
- Make CDP request consistently fail with the same exception if the WS is closed concurrently [\#247](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/247)
124
+
-`awaitNodeBySelector` can potentially throw IAE when cancelled [\#239](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/239)
- HTTP endpoint `/json/new?\{url\}` uses wrong GET method instead of PUT [\#225](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/225)
135
-
- Event subscription flows hang if the target crashes [\#222](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/222)
136
-
-`navigateAndAwaitPageLoad` hangs if the navigation fails [\#221](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/221)
137
-
138
145
**Implemented enhancements:**
139
146
140
147
- Add `Fetch` domain to `SharedWorker` target [\#214](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/214)
@@ -146,6 +153,12 @@ Check out the updated README if the automated migrations aren't working or the d
146
153
- Update to Chrome DevTools Protocol version 1115542 [\#216](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/216) ([@github-actions[bot]](https://github.com/apps/github-actions))
147
154
- Upgrade Ktor to version 2.2.4 [\#218](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/218)
148
155
156
+
**Fixed bugs:**
157
+
158
+
- HTTP endpoint `/json/new?\{url\}` uses wrong GET method instead of PUT [\#225](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/225)
159
+
- Event subscription flows hang if the target crashes [\#222](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/222)
160
+
-`navigateAndAwaitPageLoad` hangs if the navigation fails [\#221](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/221)
@@ -796,6 +805,10 @@ Check out the updated README if the automated migrations aren't working or the d
796
805
- Update to Chrome DevTools Protocol version 0.0.841965 [\#28](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/28) ([@github-actions[bot]](https://github.com/apps/github-actions))
797
806
- Upgrade Ktor to 1.5 [\#24](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/24)
798
807
808
+
**Fixed bugs:**
809
+
810
+
- Race condition in navigateAndWaitLoading [\#25](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/25)
- ChromeDPClient instances leak open Ktor Apache HTTP client [\#19](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/19)
820
-
821
830
**Upgraded dependencies:**
822
831
823
832
- Update to Chrome DevTools Protocol version 0.0.839267 [\#18](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/18) ([@github-actions[bot]](https://github.com/apps/github-actions))
824
833
834
+
**Fixed bugs:**
835
+
836
+
- ChromeDPClient instances leak open Ktor Apache HTTP client [\#19](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/19)
0 commit comments