Skip to content

v2.0.1

Choose a tag to compare

@nickfloyd nickfloyd released this 12 Aug 18:27
· 204 commits to main since this release
b866d66

Advisories and Breaking Changes

  • None

Release Notes

Features/Enhancements

  • Adds active lock reason to issue - #2525 via @notauserx
  • Added an asynchronous paging extension that adds paging for all list-based response objects - #2516 via @Saalvage
  • implements [GET] failed org invites - #2533 via @FrediKats
  • Adds generators project and AsyncPaginationExtension generator - #2537 via @nickfloyd
  • Adds seats and filled seats to plan response - #2539 via @JonruAlveus

Housekeeping

  • Cleaned up build warnings - #2529 via @JonruAlveus
  • Fixed the binary formatter in net461 so all unit tests now pass. Also removed the need to have it run only in framework as it also works on netcoreapp3.1 - #2535 via @JonruAlveus
  • Cleans up unused or unnecessary DefineConstants - #2538 via @JonruAlveus

Documentation Updates