Releases: drasticactions/FishyFlip
v1.7.56
This is the first version to support NativeAOT. You may see some trimming warnings from PeterO.Cbor but it should work for the needs of FishyFlip.
This is also the first version to support netstandard2.0
.
What's Changed
- Enable NativeAOT, add more docs. by @drasticactions in #26
- Enable bskycli builds by @drasticactions in #27
- Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by @dependabot in #28
- Bump xunit from 2.6.6 to 2.7.0 by @dependabot in #31
- Bump xunit.runner.visualstudio from 2.5.6 to 2.5.7 by @dependabot in #32
- Bump coverlet.collector from 6.0.0 to 6.0.1 by @dependabot in #35
- Bump System.IdentityModel.Tokens.Jwt from 7.3.1 to 7.4.0 by @dependabot in #36
- Bump System.Text.Json from 8.0.2 to 8.0.3 by @dependabot in #40
- Bump Microsoft.Extensions.Logging.Abstractions from 8.0.0 to 8.0.1 by @dependabot in #39
- Bump System.IdentityModel.Tokens.Jwt from 7.4.0 to 7.4.1 by @dependabot in #38
- Bump coverlet.collector from 6.0.1 to 6.0.2 by @dependabot in #37
Full Changelog: v1.6.16...v1.7.56
1.6.16
What's Changed
- Bump PeterO.Cbor from 4.5.2 to 4.5.3 by @dependabot in #21
- Bump StyleCop.Analyzers from 1.2.0-beta.435 to 1.2.0-beta.556 by @dependabot in #22
- Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.8.0 by @dependabot in #23
- Bump IpfsShipyard.Ipfs.Core from 0.0.5 to 0.1.0 by @dependabot in #24
- Bump System.IdentityModel.Tokens.Jwt from 7.2.0 to 7.3.1 by @dependabot in #25
Full Changelog: 1.5.25...v1.6.16
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.