Skip to content

Releases: thecsw/mira

v4.0.0 Stable release for others to use, promise to not break the API

27 Mar 02:26
Compare
Choose a tag to compare

The problem

mira was mostly a home-cooked product for some internal Reddit API uses within Stellom. Bad fixes and middle-of-the-night typo fixing caused this bad habit of rapid releasing and sometimes making breaking changes to the API.

The solution

v4.0.0. should be considered a stable public release, mira is working well and doesn't require any new hotfixes and can be easily extended to any special cases or unimplemented Reddit endpoints. Please feel free to use mira. Any new changes should not be breaking in v4.X.X

Thank you

Bugfix mentions and comment reply streams.

22 Sep 00:52
Compare
Choose a tag to compare

Issue has been resolved by aggressive filtering.

Better than ever!

15 Sep 03:34
Compare
Choose a tag to compare

Nasty bug with mixed Chain values is fixed and mira is stable again.

Small bug fixes in ListUnreadMessages()

02 Sep 05:15
Compare
Choose a tag to compare

mark was set to true when it should have been false

Polished and patched mira release!

31 Aug 19:47
Compare
Choose a tag to compare

StreamMentions() and StreamCommentReplies() are working again!

Optimized mira with pointer channels and more!

Release v2.2.0

31 Jul 03:56
Compare
Choose a tag to compare

*Reddit.Info() works properly now.

You can stream multiple subreddits by just passing N number of subreddit names to *Reddit.Subreddit()

Release v2.0.0

29 Jul 00:10
4800339
Compare
Choose a tag to compare

New mira release includes better interfaces and chainable functions!

You can do new tricks, like:

r.Subreddit("mysubreddit").Submit("mytitle", "mytext")

And other cool stuff. For more information, please refer to the README.md

Release v1.1.2

27 Jul 03:36
Compare
Choose a tag to compare

Fixed a bug with expired clients

Release v1.1.1

21 Jul 23:43
Compare
Choose a tag to compare

Fixed some issues with URL query escapes.

Better mira!

15 Jul 05:09
Compare
Choose a tag to compare

This new release includes improvements for mira, such as custom *http.Client handlers you can give, special request method for mira requests, various improvements, and better error handling.