Octokit.NET v0.48.0 Release Notes

Release Date: 2020-06-07 // almost 4 years ago

Previous changes from v0.47.0

  • ๐Ÿ“ฆ Packages

    ๐Ÿ“ฆ Octokit 0.47.0 on NuGet
    ๐Ÿ“ฆ Octokit.Reactive 0.47.0 on NuGet

    ๐Ÿš€ Release Notes

    ๐Ÿ”‹ Features/Enhancements

    • โž• Added GetRawContent and GetRawContentByRef APIs to Repository Contents client for cases where performance is desirable - #2151 via @0xced
    • โž• Added ReleaseEvent payload - #2170 via @NextTurn

    ๐Ÿ›  Fixes

    • ๐Ÿ“œ Parsing of case-insensitive response headers in GitHubClient.GetLastApiInfo() - #2175 via @shiftkey

    Housekeeping

    • โœ… Replace Task.Factory.StartNew usage in tests with Task.FromResult to simplify test setup - #2164 via @shiftkey
    • โšก๏ธ Updated System.Reactive dependency to 4.4.1 - #2168 via @dependabot-preview[bot]

    ๐Ÿ“š Documentation Updates

    • ๐Ÿ“š Updated GitHub Apps documentation to render emoji correctly - #2169 via @NextTurn