pulumi/CHANGELOG_PENDING.md
Komal f8d0ab8803
Re-add - Set pagination defaults for pulumi stack history to 10 entries (#6739) (#6841)
* Set pagination defaults for `pulumi stack history` to 10 entries (#6739)

* Update changelog

Co-authored-by: Evan Boyle <EvanBoyle@users.noreply.github.com>
2021-04-22 13:52:27 +01:00

932 B

Breaking Changes

  • [cli] Set pagination defaults for pulumi stack history to 10 entries. This change was originally intended for the 3.0 release but was unfortunately left out of the initial release. We apologize for any confusion or inconvenience this may have caused and have now correctly added the behavior. #6841

Enhancements

  • [sdk/nodejs] Handle providers for RegisterResourceRequest #6795

  • [automation/dotnet] Remove dependency on Gprc.Tools for F# / Paket compatibility #6793

Bug Fixes

  • [codegen] Fix codegen for types that are used by both resources and functions. #6811

  • [sdk/python] Fix bug in get_resource_module affecting resource hydration. #6833