Skip to content

Releases: drasticactions/FishyFlip

1.5.25

17 Jan 14:00
Compare
Choose a tag to compare

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

15 Jan 15:34
Compare
Choose a tag to compare
  • Hotfix release: While refactoring, I accidentally removed "GetActorAsync" from "Repo," which is very much used. This has now been readded.

  • Added GetListFeedAsync to BlueskyFeed

  • Implemented more Graph endpoints, including those for handling list and listitem 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 made DeleteRecord 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

15 Jan 14:52
Compare
Choose a tag to compare
  • Implemented more Graph endpoints, including those for handling list and listitem 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 made DeleteRecord private to match. This is a breaking API change, but I think everyone will be okay with it since it didn't work.