Skip to content

Commit 820325f

Browse files
committed
4.6.0
1 parent 5c7cd6e commit 820325f

4 files changed

Lines changed: 39 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ![HtmlUnit Logo](https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png)
22

3-
Version 4.5.0 / October 20, 2024
3+
Version 4.6.0 / November 06, 2024
44

55
:heart: [Sponsor](https://github.com/sponsors/rbri)
66

@@ -53,7 +53,7 @@ Add to your `pom.xml`:
5353
<dependency>
5454
<groupId>org.htmlunit</groupId>
5555
<artifactId>htmlunit</artifactId>
56-
<version>4.5.0</version>
56+
<version>4.6.0</version>
5757
</dependency>
5858
```
5959

@@ -62,7 +62,7 @@ Add to your `pom.xml`:
6262
Add to your `build.gradle`:
6363

6464
```groovy
65-
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.5.0'
65+
implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.6.0'
6666
```
6767

6868
## Vulnerabilities
@@ -136,7 +136,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
136136
<dependency>
137137
<groupId>org.htmlunit</groupId>
138138
<artifactId>htmlunit</artifactId>
139-
<version>4.6.0-SNAPSHOT</version>
139+
<version>4.7.0-SNAPSHOT</version>
140140
</dependency>
141141
<!-- ... -->
142142
</dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit</artifactId>
8-
<version>4.6.0-SNAPSHOT</version>
8+
<version>4.6.0</version>
99
<name>HtmlUnit</name>
1010
<organization>
1111
<name>Gargoyle Software Inc.</name>
@@ -34,7 +34,7 @@
3434

3535
<httpcomponents.version>4.5.14</httpcomponents.version>
3636

37-
<htmlunitdriver.version>4.26.0-SNAPSHOT</htmlunitdriver.version>
37+
<htmlunitdriver.version>4.26.0</htmlunitdriver.version>
3838
<selenium.version>4.26.0</selenium.version>
3939
<selenium.devtools.artifactId>selenium-devtools-v130</selenium.devtools.artifactId>
4040

src/changes/changes.xml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,36 @@
77
</properties>
88

99
<body>
10-
<release version="4.6.0" date="xxxx, 2024" description="Chrome/Edge 130, Firefox 132, Bugfixes">
10+
<release version="4.6.0" date="November 06, 2024" description="Chrome/Edge 130, Firefox 132, Bugfixes">
11+
<action type="update" dev="rbri">
12+
INCOMPATIBLE CHANGE: HtmlPage.getBody() no longer returns an HtmlFrameSet.
13+
</action>
14+
<action type="fix" dev="rbri">
15+
disable early cdata closing for xhtml pages
16+
</action>
17+
<action type="add" dev="rbri">
18+
neko: feature 'http://cyberneko.org/html/features/scanner/cdata-early-closing' to disable early
19+
closing of cdata sections added
20+
</action>
21+
<action type="update" dev="rbri">
22+
neko: interface HTMLEventInfo merged into Augmentations
23+
</action>
24+
<action type="add" dev="rbri">
25+
neko: feature 'http://cyberneko.org/html/features/scanner/allow-selfclosing-script' to allow
26+
parsing of self closing script tags added
27+
</action>
28+
<action type="fix" dev="rbri">
29+
neko: wrong default for NamespaceBinder 'http://cyberneko.org/html/properties/names/elems' property
30+
</action>
31+
<action type="update" dev="rbri">
32+
neko: code improvements for string handling
33+
</action>
34+
<action type="update" dev="rbri">
35+
Bunch of minor changes to reduce object creation and improve performance during DOM creation.
36+
</action>
37+
<action type="fix" dev="rbri">
38+
The DOMTree might include cycles in some border cases; fixed.
39+
</action>
1140
<action type="fix" dev="rbri">
1241
No longer use getElementsByTagName() in cases we do not need the live update capabilites of the result.
1342
This reduces the internal workload and should make some cases faster.

src/site/xdoc/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
<section name="Where to find...">
6868
<p>
6969
<dl>
70-
<dt>Latest release <date>October 20, 2024</date></dt>
70+
<dt>Latest release <date>November 06, 2024</date></dt>
7171
<dd>
72-
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.5.0">version 4.5.0</a></p>
72+
<p><a href="https://github.com/HtmlUnit/htmlunit/releases/tag/4.6.0">version 4.6.0</a></p>
7373
</dd>
7474

7575
<dt>Source code</dt>
@@ -194,7 +194,7 @@
194194
<dependency>
195195
<groupId>org.htmlunit</groupId>
196196
<artifactId>htmlunit</artifactId>
197-
<version>4.5.0</version>
197+
<version>4.6.0</version>
198198
</dependency>]]></source>
199199
</p>
200200

0 commit comments

Comments
 (0)