|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [8.1.0\-1515189](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/8.1.0-1515189) (2025-09-15) |
| 4 | +[View commits](https://github.com/joffrey-bion/chrome-devtools-kotlin/compare/8.0.0-1410712...8.1.0-1515189) |
| 5 | + |
| 6 | +**Implemented enhancements:** |
| 7 | + |
| 8 | +- Materialize connection errors to fail event flow consumers [\#516](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/516) |
| 9 | + |
| 10 | +**Upgraded dependencies:** |
| 11 | + |
| 12 | +- Update to Chrome DevTools Protocol version 1515189 [\#493](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/493) ([@joffrey-bion](https://github.com/joffrey-bion)) |
| 13 | +- Bump ktor from 3.2.3 to 3.3.0 [\#547](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/547) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 14 | +- Bump kotlin from 2.2.0 to 2.2.20 [\#545](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/545) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 15 | +- Bump org.jetbrains.kotlinx:kotlinx\-serialization\-json from 1.8.1 to 1.9.0 [\#533](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/533) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 16 | +- Bump org.jetbrains.kotlinx:atomicfu from 0.27.0 to 0.29.0 [\#527](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/527) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
| 17 | + |
| 18 | +**Fixed bugs:** |
| 19 | + |
| 20 | +- RemoteObjectSubtype=trustedtype crashes deserialization [\#546](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/546) |
| 21 | + |
3 | 22 | ## [8.0.0\-1410712](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/8.0.0-1410712) (2025-04-26) |
4 | 23 | [View commits](https://github.com/joffrey-bion/chrome-devtools-kotlin/compare/7.1.0-1410712...8.0.0-1410712) |
5 | 24 |
|
|
14 | 33 |
|
15 | 34 | **Upgraded dependencies:** |
16 | 35 |
|
17 | | -- Bump com.gradle.develocity from 3.19.2 to 4.0 [\#512](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/512) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
18 | | -- Bump testcontainers from 1.20.5 to 1.20.6 [\#505](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/505) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
19 | 36 | - Bump kotlin from 2.1.10 to 2.1.20 [\#506](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/506) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
20 | 37 | - Bump org.jetbrains.kotlinx:kotlinx\-serialization\-json from 1.8.0 to 1.8.1 [\#508](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/508) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
21 | 38 | - Bump ktor from 3.1.0 to 3.1.2 [\#507](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/507) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
22 | 39 | - Bump org.jetbrains.kotlinx:kotlinx\-coroutines\-core from 1.10.1 to 1.10.2 [\#509](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/509) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
23 | | -- Bump testcontainers from 1.20.4 to 1.20.5 [\#499](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/499) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
24 | | -- Bump com.gradle.develocity from 3.19.1 to 3.19.2 [\#500](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/500) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
25 | 40 | - Bump Ktor to 3.1.0 [\#498](https://github.com/joffrey-bion/chrome-devtools-kotlin/issues/498) |
26 | 41 |
|
27 | 42 | **Fixed bugs:** |
|
71 | 86 |
|
72 | 87 | **Upgraded dependencies:** |
73 | 88 |
|
74 | | -- Bump testcontainers from 1.20.3 to 1.20.4 [\#459](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/459) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
75 | 89 | - Update to Chrome DevTools Protocol version 1391447 [\#460](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/460) ([@github-actions[bot]](https://github.com/apps/github-actions)) |
76 | 90 | - Bump kotlin from 2.0.21 to 2.1.0 [\#461](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/461) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
77 | 91 | - Bump org.jetbrains.kotlinx:atomicfu from 0.26.0 to 0.26.1 [\#462](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/462) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
|
133 | 147 | **Upgraded dependencies:** |
134 | 148 |
|
135 | 149 | - Update to Chrome DevTools Protocol version 1336433 [\#411](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/411) ([@github-actions[bot]](https://github.com/apps/github-actions)) |
136 | | -- Bump testcontainers from 1.20.0 to 1.20.1 [\#417](https://github.com/joffrey-bion/chrome-devtools-kotlin/pull/417) ([@dependabot[bot]](https://github.com/apps/dependabot)) |
137 | 150 |
|
138 | 151 | ## [6.2.0\-1326544](https://github.com/joffrey-bion/chrome-devtools-kotlin/tree/6.2.0-1326544) (2024-07-13) |
139 | 152 | [View commits](https://github.com/joffrey-bion/chrome-devtools-kotlin/compare/6.1.0-1319565...6.2.0-1326544) |
|
0 commit comments