Releases: drasticactions/FishyFlip
Releases · drasticactions/FishyFlip
1.5.25
Add New Endpoint support, including
GetActorFeeds
GetSuggestedFeeds
ListBlobs
SearchPosts
What's Changed
- Bump xunit.runner.visualstudio from 2.4.5 to 2.5.6 by @dependabot in #20
- Bump coverlet.collector from 3.2.0 to 6.0.0 by @dependabot in #19
- Bump Microsoft.Extensions.Logging.Abstractions from 7.0.1 to 8.0.0 by @dependabot in #18
- Bump xunit from 2.4.2 to 2.6.6 by @dependabot in #17
- Bump Microsoft.Extensions.DependencyInjection from 7.0.0 to 8.0.0 by @dependabot in #16
Full Changelog: 1.4...1.5.25
1.4.19
-
Hotfix release: While refactoring, I accidentally removed "GetActorAsync" from "Repo," which is very much used. This has now been readded.
-
Added
GetListFeedAsync
toBlueskyFeed
-
Implemented more
Graph
endpoints, including those for handlinglist
andlistitem
types. -
Fixed
DeleteRecord
to delete records. -
The Original
repo
DeleteRecord
method was public, but it didn't work as I didn't pass the object in to be deleted. Since the other methods to delete records were already there and public, and the other base methods were private, I madeDeleteRecord
private to match. This is a breaking API change, but I think everyone will be okay with it since it didn't work.
1.4.16
- Implemented more
Graph
endpoints, including those for handlinglist
andlistitem
types. - Fixed
DeleteRecord
to delete records. - The Original
repo
DeleteRecord
method was public, but it didn't work as I didn't pass the object in to be deleted. Since the other methods to delete records were already there and public, and the other base methods were private, I madeDeleteRecord
private to match. This is a breaking API change, but I think everyone will be okay with it since it didn't work.