Releases: rometools/rome
Releases · rometools/rome
2.1.0
What's Changed
⭐ New Features
- Downgrade Java from version 11 to 8 by @PatrickGotthard in #642
- Add support for GraalVM native images by @artembilan in #636
🔨 Dependency Upgrades
- Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #635
🧹 Cleanup
- Remove unused config files by @PatrickGotthard in #632
- Polish GitHub workflows by @PatrickGotthard in #633
- Polish code by @antoniosanct in #631
✔ Other Changes
- Update configuration for automatically generated release notes by @PatrickGotthard in #634
New Contributors
- @artembilan made their first contribution in #636
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
🔥 Breaking Changes
- Switch from Java 6 to Java 11 (#615)
- Remove deprecated modules (#614)
- Support parsing of URLs with spaces (#616)
- Enhance price handling for Media RSS (#617)
⭐ New Features
- Add support for self links (#618)
🐞 Bug Fixes
- Fix sunset attribute in Yahoo weather module (#621)
- Prevent OPML20Generator from creating empty <docs /> element (#619)
- Allow zero lengths for enclosures (#625)
🔨 Dependency Upgrades
- Bump actions/checkout from 2.4.0 to 3.3.0 by @dependabot in (#624)
- Bump maven-compiler-plugin from 3.8.1 to 3.10.1 by @dependabot in (#623)
🧹 Cleanup
✔ Other Changes
- Deprecate URL support in XmlReader (#627)
Full Changelog: 1.19.0...2.0.0
1.19.0
What's Changed
🔨 Dependency Upgrades
- Bump flatten-maven-plugin from 1.2.7 to 1.3.0 by @dependabot in #565
- Bump maven-bundle-plugin from 5.1.5 to 5.1.8 by @dependabot in #563
- Bump maven-dependency-plugin from 3.3.0 to 3.5.0 by @dependabot in #602
- Bump maven-deploy-plugin from 2.8.2 to 3.1.0 by @dependabot in #607
- Bump maven-jar-plugin from 3.2.2 to 3.3.0 by @dependabot in #574
- Bump maven-javadoc-plugin from 3.3.1 to 3.5.0 by @dependabot in #609
- Bump maven-scm-plugin from 1.12.2 to 1.13.0 by @dependabot in #554
- Bump assertj-core from 3.22.0 to 3.24.2 by @dependabot in #603
- Bump slf4j-api from 1.7.36 to 2.0.6 by @dependabot in #596
Other Changes
- Bump actions/setup-java from 3.3.0 to 3.10.0 by @dependabot in #606
- Bump logback-classic from 1.2.10 to 1.3.5 by @PatrickGotthard in #611
Full Changelog: 1.18.0...1.19.0
1.18.0
What's Changed
⭐ New Features
- Support for outputting the georss:featurename field using the GeoRSS module by @tonytw1 in #468
- Support for stylesheets by @PatrickGotthard in #499
- Skip empty RSS 0.92 categories by @PatrickGotthard in #500
- Add parser logic for OPML 2.0 category by @neroux and @PatrickGotthard in #501
New Contributors
Full Changelog: 1.17.0...1.18.0
1.17.0
What's Changed
Dependency updates
- Bump slf4j-api from 1.7.16 to 1.7.32 by @dependabot in #479
- Bump maven-bundle-plugin from 4.2.1 to 5.1.3 by @dependabot in #478
- Bump maven-source-plugin from 3.0.1 to 3.2.1 by @dependabot in #476
- Bump maven-gpg-plugin from 1.6 to 3.0.1 by @dependabot in #475
- Bump spotbugs-maven-plugin from 3.1.11 to 4.5.2.0 by @dependabot in #477
- Bump dependency-check-maven from 6.0.3 to 6.5.1 by @dependabot in #480
- Bump maven-scm-plugin from 1.9.5 to 1.12.0 by @dependabot in #483
- Bump junit from 4.13.1 to 4.13.2 by @dependabot in #484
- Bump commons-lang3 from 3.8.1 to 3.12.0 by @dependabot in #482
- Bump hamcrest-library from 1.3 to 2.2 by @dependabot in #481
- Bump maven-jar-plugin from 3.0.2 to 3.2.0 by @dependabot in #485
- Bump maven-dependency-plugin from 3.0.1 to 3.2.0 by @dependabot in #489
- Bump maven-javadoc-plugin from 3.1.1 to 3.3.1 by @dependabot in #490
- Bump maven-scm-publish-plugin from 1.1 to 3.1.0 by @dependabot in #491
- Bump wiremock from 1.58 to 2.27.2 by @dependabot in #486
- Bump jsp-api from 2.1 to 2.2 by @dependabot in #487
- Bump guice-servlet from 2.0 to 5.0.1 by @dependabot in #488
- Bump logback-classic from 1.2.3 to 1.2.10 by @dependabot in #493
- Bump jaxb-api from 2.3.0 to 2.3.1 by @dependabot in #494
- Bump jdom2 from 2.0.6 to 2.0.6.1 by @dependabot in #492
Full Changelog: 1.16.0...1.17.0
1.16.0
What's Changed
- Supporting SyndCategory label by @bgrotan in #409
- Adds support for the Fyyd namespace by @mpgirro in #417
- Adds support for the Feedpress namespace by @mpgirro in #418
- Fixed #441 by @antoniosanct in #443
- Bump junit from 4.12 to 4.13.1 by @dependabot in #458
- Adds support for Atom person constructs to the Atom module by @mpgirro in #419
- Fixes millisecond value for HOUR by @nosyjoe in #464
New Contributors
- @bgrotan made their first contribution in #409
- @antoniosanct made their first contribution in #443
- @nosyjoe made their first contribution in #464
Full Changelog: 1.15.0...1.16.0
1.15.0
1.14.1
Update version to 1.14.1
1.14.0
Updates version to 1.14.0
1.13.1: Fix null pointer in ITunesGenerator (#448)
It throws a `NullPointerException` when `image` is set but `imageUri` is not set. The fix is to check which field is set.