This release makes GitHub installation connects and reconnects more dependable, especially during moments when GitHub sends the same webhook more than once.
Bug Fixes
Fixed a race condition in the installation.created webhook handler that could cause a connect or reconnect to fail when duplicate GitHub webhooks arrived before the first request finished saving.
When this duplicate-event race is detected, the app now re-fetches and updates the installation record that successfully saved first, so your GitHub connection can complete without needing to retry.