Skip to content

Releases: g8rswimmer/go-twitter

Authorized Users

01 Jan 23:54
eef6dae
Compare
Choose a tag to compare
Authorized Users Pre-release
Pre-release

What's Changed

API Documentation

authorized users

Changes

Full Changelog: v2.0.0-beta5...v2.0.0-beta6

Tweet counts, hide replies and management

29 Dec 23:19
214266f
Compare
Choose a tag to compare

The release adds the following APIs

Hide Replies
Tweet Counts
Tweet Manage

Added Timelines and User Followers

07 Feb 01:52
96d657b
Compare
Choose a tag to compare
Pre-release

Issues addressed:
#29
#24
#40

Tweet Lookup Type Fix

07 Feb 01:46
27e8569
Compare
Choose a tag to compare

The tweet includes had a type on the JSON tag for media. This has been corrected.

Filtered Stream API Response Fix

23 Jan 15:40
c70a4a2
Compare
Choose a tag to compare

The following issue(s) were fixed:

Tweet Recent Search

05 Jan 01:09
561ec6b
Compare
Choose a tag to compare
Tweet Recent Search Pre-release
Pre-release

This is the implementation of the tweet recent search.

HTTP Error and Endpoint Fixes

05 Jan 01:05
ff9c93b
Compare
Choose a tag to compare

Issues addressed:

Added a new error, HTTPError. This error is for an HTTP status that does not have a JSON body. Using errors.As can be used to retrieve the status and code return by the callout.

User Lookup

31 Dec 18:15
df4a984
Compare
Choose a tag to compare
User Lookup Pre-release
Pre-release

This is the beta2 release of the v2 of the library.

The following endpoints are added:

The user dictionary was added with proper testing.

Tweet Lookup Fix

29 Dec 02:22
e5be3d8
Compare
Choose a tag to compare

This release addresses the tweet lookup expansions settings. The original code didn't properly match the tweet's expansion objects correctly. This was fixed and the tweets reference was added.

v2.0.0-beta1: Tweet Lookup

28 Dec 03:05
780f975
Compare
Choose a tag to compare
Pre-release

This is the beta1 release of v2.0.0 of the library.

The following endpoints are added:

The tweet dictionary was added with proper testing to ensure that tween expansion referencing is properly handled.