Releases: randyzwitch/Twitter.jl
Releases · randyzwitch/Twitter.jl
v0.9.0
What's Changed
- Modified PR #43 to meet compat version requirements, remove unnecessary file by @alexpkeil1 in #44
- Fix link to API Docs by @logankilpatrick in #47
- Up OAuth compat and julia compat to make it work on the M1 mac by @gbaraldi in #49
- Update DataFrames compat to 1 by @randyzwitch in #50
- Fix CSV version by @logankilpatrick in #52
New Contributors
- @alexpkeil1 made their first contribution in #44
- @logankilpatrick made their first contribution in #47
- @gbaraldi made their first contribution in #49
Full Changelog: v0.8.1...v0.9
v0.8.1
v0.8.0
Twitter v0.8.0
Closed issues:
- Incorporate backoff when Twitter API throws 'Too many requests' (#34)
Merged pull requests:
- API macro to prevent too many API calls and provide endpoint info (#37) (@stefanjwojcik)
- Install TagBot as a GitHub Action (#38) (@JuliaTagBot)
v0.7.0
v0.7.0 (2020-01-28)
Closed issues:
- support "tweet_mode=extended" (#32)
- get_search_tweets only one tweet (#31)
- Getting 403 bad requests when running post status (#30)
- Unable to run post_status_update function (#29)
- Switch to Project.toml (#24)
Merged pull requests:
- Fix contributors field (#36) (randyzwitch)
- Pull or request changes (#33) (stefanjwojcik)
- Update README.md (#26) (matbesancon)
v0.6.0
v0.6.0 (2019-10-04)
Closed issues:
- Twitter.jl on a 32-bit platform (Raspberry Pi) (#22)
Merged pull requests:
- Refresh for Julia 1.0+ (#25) (randyzwitch)
- Use 64-bit for all IDs (#23) (Alexander-Barth)
Support v0.7/1.0
Updated package for Julia 1.0 support.