Releases: JoeMayo/LinqToTwitter
LINQ to Twitter v6.5.0
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
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
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
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
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
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 inLinqToTwitter.OAuth
-- LINQ types are inLinqToTwitter.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
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
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
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
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 toUploadMediaAsync
- Added URL and Description entities to User entity
- Added
TweetMode
parameter toTweetAsync
andReplyAsync
- Added
parameters
parameter toAspNetAuthorizer
- Added
ExecuteRawAsync
overload that accepts anHttpMethod
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.