This release features improvements in error reporting as part of #2803757: Exclude error handlers from the stack trace. Logger frames are removed from the stack trace, and Sentry's default breadcrumb handler is disabled, since it confuses Drupal's error handler as to the source of errors.
Issue #3011885 by mferanda: Do not require default ag-Grid config entity, allow selection during create and missing title/desc
When an aggrid field is added to a content entity, the field is no longer required. When attempting to create a new node, it will ask for the aggrid config entity. Otherwise, if a proper default is selected per the original norm, the new node will have that specific aggrid display instead of the dropdown.