Skip to content

Releases: avencera/fast_rss

v0.5.0

08 Sep 16:23
63d68c5

Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.5.0

v0.4.4

25 Nov 16:58
1cf81a4

Choose a tag to compare

v0.4.4

v0.4.3

24 Nov 17:03
9157f45

Choose a tag to compare

Full Changelog: v0.4.2...v0.4.3

v0.4.2

14 Nov 14:31
367eeec

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2
Changelog: https://github.com/avencera/fast_rss/blob/master/CHANGELOG.md

v0.4.1

21 Jan 15:33
251170d

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

21 Jan 15:24
1fae3de

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.4.0

v0.3.5

18 Feb 13:32
077c8c0

Choose a tag to compare

Now supports M1 (arm64) Macs thanks to @29decibel

v0.3.0

24 Feb 19:00
e331a08

Choose a tag to compare

  • Use erlang dirty scheduler
  • Now requires OTP >= 20
  • Added benchmark for normal vs dirty: normal vs dirty

v0.2.0

22 Feb 16:03
0bda339

Choose a tag to compare

User

  • Map is returned with string keys instead of atom keys
  • Now between 6.12x - 50.09x faster than next fastest tested option

Internal

  • Removed Jason dependecy
  • Returning elixir map directly instead of returning a stringified JSON and then using Jason to convert it to an elixir map

v0.1.4

22 Feb 15:49
f0e55b3

Choose a tag to compare

  • Convert RSS feed into map with atom keys
  • Between 2.85x - 22.05x faster than next fastest tested option