Skip to content

Releases: JoeMayo/LinqToTwitter

LINQ to Twitter v6.5.0

24 Feb 20:35
Compare
Choose a tag to compare

Supporting Twitter API v2 and v1 endpoints that aren't yet replaced by v2. Changes in this release:

  • Added the new FollowAsync Command from the Twitter API v2
  • Added the new UnFollowAsync Command from the Twitter API v2
  • Fixed XAuth bug that wasn't parsing XML response from the Twitter API

Note: LINQ to Twitter v6.x supports .NET 5 and 6 (preview). Please see the release for LINQ to Twitter 5.x for earlier .NET versions and Twitter API v1.1 support.

Also on NuGet:

LINQ to Twitter v6.4.0

19 Jan 17:46
Compare
Choose a tag to compare

Supporting Twitter API v2 and v1 endpoints that aren't yet replaced by v2. Changes in this release:

  • Fixed List processing for Memberships, Ownerships, and Subscriptions queries
  • Added Full Search query
  • Added Compliance queries and command

Note: LINQ to Twitter v6.x supports .NET 5 and 6 (preview). Please see the release for LINQ to Twitter 5.x for earlier .NET versions and Twitter API v1.1 support.

Also on NuGet:

LINQ to Twitter v6.3.0

28 Dec 03:38
Compare
Choose a tag to compare

Supporting Twitter API v2 and v1 endpoints that aren't yet replaced by v2. Changes in this release:

  • Corrected spelling of UserTimeline to TweetsTimeline.
  • Fixed bug with deserializing reply_settngs in Search and User queries.

Note: LINQ to Twitter v6.x supports .NET 5 and 6 (preview). Please see the release for LINQ to Twitter 5.x for earlier .NET versions and Twitter API v1.1 support.

Also on NuGet:

LINQ to Twitter v6.2.1

21 Dec 17:34
1dc10ac
Compare
Choose a tag to compare

Supporting Twitter API v2 and v1 endpoints that aren't yet replaced by v2. Changes in this release:

  • Updated init-only properties in TwitterSearch entity
  • Implemented support for Tweet reply_settings in Twitter API v2
  • Implemented support for Twitter API v2 Mentions and User timelines
  • Implemented support for Twitter API v2 Followers and Following queries

Note: LINQ to Twitter v6.x supports .NET 5 and 6 (preview). Please see the release for LINQ to Twitter 5.x for earlier .NET versions and Twitter API v1.1 support.

Also on NuGet:

LINQ to Twitter v6.1.0

30 Nov 16:35
e711dde
Compare
Choose a tag to compare

Supporting Twitter API v2 and v1 endpoints that aren't yet replaced by v2. Changes in this release:

  • Renamed HideTweetAsync to HideReplyAsync
  • Updated all Twitter API v2 record properties to init-only
  • Made all overloads for NewDirectMessageEventAsync public
  • Several nullable reference updates

Note: LINQ to Twitter v6.x supports .NET 5 and 6 (preview). Please see the release for LINQ to Twitter 5.x for earlier .NET versions and Twitter API v1.1 support.

Also on NuGet:

LINQ to Twitter v6.0.0

11 Nov 04:25
Compare
Choose a tag to compare

Supporting Twitter API v2 and v1 endpoints that aren't yet replaced by v2. Changes in this release:

  • Supports .NET 5.0
    -- Recommend LINQ to Twitter v5.0 for earlier .NET versions
  • Includes new Twitter API v2.0 and v1.1
  • Supports C# v8.0 Nullable References
  • Supports C# v9.0
  • Entities (e.g. Tweet, User, etc.) are now record types
  • Namespace changes:
    -- Authorizers are in LinqToTwitter.OAuth
    -- LINQ types are in LinqToTwitter.Provider
  • Internally uses System.Text.Json
  • HMAC/SHA1 hashes use .NET 5.0 System.Security.Cryptography

This release also changes specific technology support. The primary linqtotwitter library is technology agnostic and deploys on all .NET 5 platforms. Technology-specific types are part of a new package. e.g. ASP.NET Core 5 is in the new LinqToTwitter.AspNet package.

Note: LINQ to Twitter v6.x supports .NET 5 and 6 (preview). Please see the release for LINQ to Twitter 5.x for earlier .NET versions and Twitter API v1.1 support.

Also on NuGet:

LINQ to Twitter v5.1.3

30 Aug 23:20
Compare
Choose a tag to compare

Supporting Twitter API v1.1, LINQ to Twitter uses standard LINQ syntax and supports .NET, .NET Core, .NET Standard 2.0, Blazor, Windows 10, and Xamarin platforms.

Changes in this release:

  * Bug Fixes
     - Fixed problem with ASP.NET assembly references

Also on NuGet

LINQ to Twitter v5.1.2

28 Apr 03:35
Compare
Choose a tag to compare

Supporting Twitter API v1.1, LINQ to Twitter uses standard LINQ syntax and supports .NET, .NET Core, .NET Standard 2.0, Windows 10, and Xamarin platforms.

Changes in this release:

  * Bug Fixes
     - Fixed RetweetAsync
      - Fixed UserEntities deserialization

Also on NuGet

LINQ to Twitter v5.1.1

17 Apr 03:42
Compare
Choose a tag to compare

Supporting Twitter API v1.1, LINQ to Twitter uses standard LINQ syntax and supports .NET, .NET Core, .NET Standard 2.0, Windows 10, and Xamarin platforms.

Changes in this release:

  • Fixed reference error in LinqToTwitter.AspNet, which should be .NET Framework

LINQ to Twitter v5.1.0

14 Apr 15:26
Compare
Choose a tag to compare

Supporting Twitter API v1.1, LINQ to Twitter uses standard LINQ syntax and supports .NET, .NET Core, .NET Standard 2.0, Windows 10, and Xamarin platforms.

Changes in this release:

  • Removed deprecated methods
    • UpdateAccountBackgroundImageAsync
    • All DirectMessage APIs (replaced by DirectMessageEvents API)
  • Added performBlock parameter to ReportSpamAsync
  • Added AdditionalOwners parameter to UploadMediaAsync
  • Added URL and Description entities to User entity
  • Added TweetMode parameter to TweetAsync and ReplyAsync
  • Added parameters parameter to AspNetAuthorizer
  • Added ExecuteRawAsync overload that accepts an HttpMethod parameter

Binaries are included in this release. Demos can be found in the Samples folder in the source code. Documentation is in the Wiki. You can install LINQ to Twitter v5.0.0 via NuGet.