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
Docs mention a verificationResult field, which is actually verificationInfo. I believe the composition of that type might have changed, and we're also recording VerificationHistory now as well since feat(controller): record verification history Stage #1645.
I'm still looking for more items, but I found two things already in the docs that need to be updated and were overlooked until now:
Freight
andFreightReference
types have lost theirid
field since refactor!: remove id field from Freight and FreightReference types #1609, but it still appears in a few places in docsDocs mention a
verificationResult
field, which is actuallyverificationInfo
. I believe the composition of that type might have changed, and we're also recordingVerificationHistory
now as well since feat(controller): record verification history Stage #1645.Freight
has a newalias
field, which is a convenience over the alias label. refactor: add alias field to freight; add default alias in webhook #1612Warehouse
scanPaths
andignorePaths
are a major new feature being introduced in feat(api/controller): support filtering rules Git subscriptions #1477. That PR doesn't contain documentation, so we will have to add it separately.I'll update this list if/as I find more items.
The text was updated successfully, but these errors were encountered: