You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating the configuration handling of publish debugging options to
promote the uses of dashes of underscores (e.g. `headers-and-data` over
`headers_and_data`). Both values are still accepted, but the dash
variant will be the value shown in documentation.
This commit also adjusts the configuration check to explicitly list
supported options. The previous use of populating values from the
enumeration does not work for all desired entries. Best to list the
explicit values we want to inform a user on.
Signed-off-by: James Knight <[email protected]>
0 commit comments