Skip to content

Commit 5d44657

Browse files
Release 1.6
- Update README - Update CHANGES.txt for next development iteration (1.7-SNAPSHOT)
1 parent f6c8548 commit 5d44657

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Crawler-Commons Change Log
22

3+
Current Development 1.7-SNAPSHOT (yyyy-mm-dd)
4+
35
Release 1.6 (2025-12-04)
46
- Support IDNA2008 Unicode domains by using ALLOW_UNASSIGNED in IDN methods within TldFinder / Normalizer. (Richard Zowalla, sebastian-nagel) #551, #552
57
- Add URLUtils class for URL resolution functionality (HamzaElzarw-2022, Richard Zowalla, sebastian-nagel) #526

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ These components benefit from collaboration among various existing web crawler p
1616
# User Documentation
1717

1818
## Javadocs
19+
* [1.6](https://crawler-commons.github.io/crawler-commons/1.6/)
1920
* [1.5](https://crawler-commons.github.io/crawler-commons/1.5/)
2021
* [1.4](https://crawler-commons.github.io/crawler-commons/1.4/)
2122
* [1.3](https://crawler-commons.github.io/crawler-commons/1.3/)
@@ -39,19 +40,30 @@ Using Maven, add the following dependency to your pom.xml:
3940
<dependency>
4041
<groupId>com.github.crawler-commons</groupId>
4142
<artifactId>crawler-commons</artifactId>
42-
<version>1.5</version>
43+
<version>1.6</version>
4344
</dependency>
4445
~~~
4546

4647
Using Gradle, add the folling to your build file:
4748
```groovy
4849
dependencies {
49-
implementation group: 'com.github.crawler-commons', name: 'crawler-commons', version: '1.5'
50+
implementation group: 'com.github.crawler-commons', name: 'crawler-commons', version: '1.6'
5051
}
5152
```
5253

5354
# News
5455

56+
## 4th December 2025 – crawler-commons 1.6 released
57+
58+
We are pleased to announce the release of version 1.6 of Crawler-Commons!
59+
60+
The new release includes multiple dependency upgrades, several improvements and bug fixes. See the [CHANGES.txt](https://github.com/crawler-commons/crawler-commons/blob/crawler-commons-1.6/CHANGES.txt) file for the complete list of changes.
61+
62+
**Important**:
63+
64+
- This release adds support for IDN2008 domain names and public suffixes in EffectiveTldFinder. If you rely on a recent version of the public suffix list, please upgrade to release 1.6! See [issue report #551](https://github.com/crawler-commons/crawler-commons/issues/551) for more information.
65+
66+
5567
## 2nd July 2025 – crawler-commons 1.5 released
5668

5769
We are pleased to announce the release of version 1.5 of Crawler-Commons!

0 commit comments

Comments
 (0)