Rssreader Versions Save

A simple Java library for RSS and Atom feeds

v3.6.0

4 months ago

What's Changed

🚀 Features

  • Support for multiple enclosures @w3stling (#140)
  • Add mapping for dc:creator and dc:date @w3stling (#139)

📚 Documentation

  • Update documentation @w3stling (#138)

📦 Dependencies

  • Bump nl.jqno.equalsverifier:equalsverifier from 3.15.1 to 3.15.6 @dependabot (#130)
  • Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.10.1 @dependabot (#123)
  • Bump gradle/wrapper-validation-action from 1 to 2 @dependabot (#136)
  • Bump org.mockito:mockito-core from 5.5.0 to 5.10.0 @dependabot (#133)
  • Bump actions/cache from 3 to 4 @dependabot (#132)
  • Bump actions/upload-artifact from 3 to 4 @dependabot (#128)
  • Bump github/codeql-action from 2 to 3 @dependabot (#127)
  • Bump org.sonarqube from 4.3.1.3277 to 4.4.1.3373 @dependabot (#118)
  • Bump actions/setup-java from 3 to 4 @dependabot (#124)
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 @dependabot (#119)
  • Bump org.sonarqube from 4.3.0.3225 to 4.3.1.3277 @dependabot (#113)
  • Bump actions/checkout from 3 to 4 @dependabot (#114)

v3.5.0

9 months ago

What's Changed

🚀 Features

  • Make it possible to change the default timezone @w3stling (#107)
  • Allow extension to use full path expression to a node in XML @w3stling (#106)
  • Support for custom timestamp parser @w3stling (#105)

🐛 Bug Fixes

  • Unhandled timestamp format @w3stling (#112)
  • Content and summary elements are not mapped if it contains XML @w3stling (#109)
  • Author field not mapped for Atom feed @w3stling (#108)

📦 Dependencies

  • Bump org.mockito:mockito-core from 5.4.0 to 5.5.0 @dependabot (#110)

v3.4.6

10 months ago

What's Changed

🐛 Bug Fixes

  • Unhandled timestamp format @w3stling (#104)

📦 Dependencies

  • Bump org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 @dependabot (#101)
  • Bump org.mockito:mockito-core from 5.3.1 to 5.4.0 @dependabot (#96)
  • Bump nl.jqno.equalsverifier:equalsverifier from 3.14.2 to 3.15.1 @dependabot (#102)
  • Bump org.sonarqube from 4.2.1.3168 to 4.3.0.3225 @dependabot (#99)
  • Bump org.sonarqube from 4.2.0.3129 to 4.2.1.3168 @dependabot (#95)

v3.4.5

1 year ago

What's Changed

🐛 Bug Fixes

  • Unhandled timestamp format @w3stling (#94)

📦 Dependencies

  • Bump org.junit.jupiter:junit-jupiter from 5.9.2 to 5.9.3 @dependabot (#89)
  • Bump org.junit:junit-bom from 5.9.2 to 5.9.3 @dependabot (#88)
  • Bump org.sonarqube from 4.0.0.2929 to 4.2.0.3129 @dependabot (#93)
  • Bump nl.jqno.equalsverifier:equalsverifier from 3.14.1 to 3.14.2 @dependabot (#92)
  • Bump org.mockito:mockito-core from 5.2.0 to 5.3.1 @dependabot (#87)
  • Bump nl.jqno.equalsverifier:equalsverifier from 3.14 to 3.14.1 @dependabot (#85)

v3.4.4

1 year ago

What's Changed

🐛 Bug Fixes

  • Allow redirect from https to http @w3stling (#84)
  • Date only timestamp format not recognized @w3stling (#83)
  • Fix race condition for read(Collection<String> urls) calls @w3stling (#81)

📦 Dependencies

  • Bump io.github.gradle-nexus.publish-plugin from 1.2.0 to 1.3.0 @dependabot (#80)
  • Bump org.mockito:mockito-core from 5.1.1 to 5.2.0 @dependabot (#82)

v3.4.3

1 year ago

What's Changed

🐛 Bug Fixes

  • Unhandled timestamp format with time offset from UTC used India and Sri Lanka @w3stling (#79)

v3.4.2

1 year ago

What's Changed

🐛 Bug Fixes

  • Unhandled timestamp format @w3stling (#78)
  • Parse timestamps with locale English formatter @w3stling (#77)

v3.4.1

1 year ago

What's Changed

🐛 Bug Fixes

  • Fix RssReader not being initialized on readAsync calls @Mikusch (#75)

📚 Documentation

  • Fix an error in the sample code @scorta (#73)

📦 Dependencies

  • Bump junit-bom from 5.9.1 to 5.9.2 @dependabot (#63)
  • Bump junit-jupiter from 5.9.1 to 5.9.2 @dependabot (#62)
  • Bump org.mockito:mockito-core from 4.11.0 to 5.1.1 @dependabot (#67)
  • Bump nl.jqno.equalsverifier:equalsverifier from 3.12.3 to 3.14 @dependabot (#74)
  • Bump io.github.gradle-nexus.publish-plugin from 1.1.0 to 1.2.0 @dependabot (#72)
  • Bump org.sonarqube from 3.5.0.2730 to 4.0.0.2929 @dependabot (#71)

v3.4.0

1 year ago

What's Changed

🚀 Features

  • Lazy initialization of tags and attributes registration @w3stling (#59)

🐛 Bug Fixes

  • Failed to parse timestamp @w3stling (#60)

📦 Dependencies

  • Bump equalsverifier from 3.12.2 to 3.12.3 @dependabot (#54)
  • Bump mockito-core from 4.9.0 to 4.11.0 @dependabot (#56)

v3.3.0

1 year ago

What's Changed

🚀 Features

  • Added module for reading Podcast/iTunes RSS feeds @w3stling (#48)
  • Read from multiple RSS/Atom feeds @w3stling (#45)
  • Support for tags comments, rating, and docs @w3stling (#44)
  • Support for more than one category @w3stling (#43)
  • Changed default sort order and added comparators @w3stling (#42)

🐛 Bug Fixes

  • Skip empty categories @w3stling (#51)
  • Exception when parsing timestamp with incorrect day of week @w3stling (#47)
  • Check if image width and height value is blank @w3stling (#46)
  • Unhandled timestamp format @w3stling (#41)

📚 Documentation

  • Update documentation @w3stling (#52)

📦 Dependencies

  • Bump equalsverifier from 3.12 to 3.12.2 @dependabot (#50)
  • Bump equalsverifier from 3.11.1 to 3.12 @dependabot (#40)