Skip to content

v0.19 - Identifying Types

Compare
Choose a tag to compare
@shiftkey shiftkey released this 13 Mar 10:48

Features

Fixes

  • StatisticsClient should not clobber /api/v3/ in path - #1085 via @shiftkey
  • Fix JSON deserialization of string containing hyphens to List property - #1094 via @ryangribble
  • Incorrect reference passed to RepositoryContentsClient.GetArchive - #1113 via @michael-kokorin

Other

  • Add failing integration test for Issue Search API - #1083 via @hahmed
  • Add integration tests for IReleasesClient.GetLatest - #1090 via @M-Zuber
  • Remove extraneous Bcl .targets reference - #1100 via @shana
  • Add proper syntax highlighting to exploring-pull-requests.md - #1117 via @tiesmaster
  • Fix issue with optional parameters in .\script\configure-integration-tests - #1118 via @Anubhav10
  • Update Issue creation sample code - #1131 via @AlexP11223
  • IJsonSerializer not used inside Connection - #1133 via @devkhan

Breaking Changes

ISshKeysClient has a number of methods which at the time should have been
implemented in IUserKeysClient - these methods are marked as obsolete and will
be removed in a future release:

  • ISshKeysClient.Get(int id)
  • ISshKeysClient.GetAll(string user)
  • ISshKeysClient.GetAllForCurrent()
  • ISshKeysClient.Create(SshKeyUpdate key)
  • ISshKeysClient.Update(int id, SshKeyUpdate key)
  • ISshKeysClient.Delete(int id)