v0.49 - Entropy or Atrophy?
Advisories and Breaking Changes
SearchCodeRequest.Users
andSearchCodeRequest.Organizations
now expects an array of strings, as the underling API supports searching for multiple users or organizations.- Type of
PullRequestCommit.Author
andPullRequestCommit.Commiter
properties is changed fromCommitter
toUser
, please ensure serializing or deserializing this object in your code is not impacted by this change.
Release Notes
Fixes
License
property added to repository search API - #2258 via @Dagizmo- Added
HtmlUrl
property to team and project response models - #2249 via @colbylwilliams - Added support for specifying multiple users or organizations when searching for code - #2291 via @ecarlson94
- Added
DeleteBranchOnMerge
property to repository creation API, also included on response model - #2268 via @samcackett Author
andCommitter
properties onPullRequestCommit
are now of typeUser
, notCommitter
- #2224 via @mmv- Additional properties added to
Organization
response - #2239 via @InRedikaWB - Added
project
option tono
term for searching issues and pull requests - #2227 via @samhouts
Housekeeping
- Removed unused helper class
ConcurrentCache
previously marked as obsolete - #2202 via @shiftkey - Updated Cake.Frosting to 1.0 and fixed continuous integration issues - #2289 via @devlead
- Fixed publish flow for Actions due to environment changes - #2299 via @shiftkey
Documentation Updates
- Updated documentation to refer to
main
branch - #2220 via @HannahKiekens - Assorted XML documentation fixes for spelling issues - #2259 via @Dagizmo
- Updated code sample - #2247 via @ch1seL
- Updated
README
introduction to project - #2288 via @haacked - Updated link in
README
- #2280 via @eatdrinksleepcode - Updated framework targets in
README
- #2279 via @iAmBipinPaul