Skip to content

Releases: amugofjava/podcast_search

v0.7.14

12 Feb 13:47

Choose a tag to compare

  • Throw new PodcastMovedException when a 410 HTTP status code is received.

v0.7.13

14 Dec 10:25

Choose a tag to compare

  • Fix date parser bug, where times with no leading zero may fail.
  • Add gzip header to feed loader.

v0.7.12

04 Nov 13:44

Choose a tag to compare

  • Add support for HTTP ETAGs.
  • Update intl dependency to '>=0.19.0 <0.21.0' so it uses SDK pinned version.

v0.7.11

01 Jul 15:31

Choose a tag to compare

  • Add missing enclosure length and type fields.

v0.7.9

25 May 09:20

Choose a tag to compare

  • Add RSS date last modified (where available) to Podcast model and include on fetch.

v0.7.8

22 May 06:42

Choose a tag to compare

  • BREAKING CHANGE: Feed processing has moved into Feed class. For example, Podcast.loadFeed() is now Feed.loadFeed().
  • New feedLastUpdated() method to return the date & time the RSS was last updated (if available).

v0.7.3

18 Sep 15:10

Choose a tag to compare

  • Additional exception handler for certificate issues which then throws PodcastCertificateException.
  • Updated Dio dependency to 5.7.0.

v0.7.1

16 May 15:04

Choose a tag to compare

Enhacnements

  • Add support for <podcast:medium> tag.

v0.7.0

08 May 15:14

Choose a tag to compare

  • Add support for PC2.0 <podcast:remoteItem> tag (at channel level).

v0.6.9

28 Mar 09:32

Choose a tag to compare

  • Bug fix: handle empty fields from iTunes and PodcastIndex API call results.