Releases: avencera/fast_rss
Releases · avencera/fast_rss
v0.5.0
What's Changed
- Add support for parsing Atom feeds by @praveenperera in #21
Full Changelog: v0.4.4...v0.5.0
v0.4.4
v0.4.4
v0.4.3
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- Update RSS crate to 2.0.0 by @praveenperera in #13
- Upgrade to rustler 0.25.0 by @almirsarajcic in #15
- Update version in README by @tmr08c in #16
- Set up
rustler_precompiled
by @tmr08c in #18
New Contributors
- @almirsarajcic made their first contribution in #15
- @tmr08c made their first contribution in #16
Full Changelog: v0.4.1...v0.4.2
Changelog: https://github.com/avencera/fast_rss/blob/master/CHANGELOG.md
v0.4.1
v0.4.0
What's Changed
- Bump Cargo Dependencies by @optikfluffel in #9
- Support OTP24 by @gmile in #11
- Upgrade to rustler 0.23 by @praveenperera in #12
New Contributors
- @optikfluffel made their first contribution in #9
- @gmile made their first contribution in #11
Full Changelog: v0.3.5...v0.4.0
v0.3.5
Now supports M1 (arm64) Macs thanks to @29decibel
v0.3.0
- Use erlang dirty scheduler
- Now requires OTP >= 20
- Added benchmark for normal vs dirty: normal vs dirty
v0.2.0
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
- Convert RSS feed into map with atom keys
- Between 2.85x - 22.05x faster than next fastest tested option