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
* Improve entitlement grace period and removal logic
Refactors the handling of entitlement grace periods and removal. Now, grace periods are explicitly started by setting expires_at, and entitlements are only deleted after the grace period expires. Also restores entitlements from grace period if a subscription is reactivated, and improves checks for expired entitlements.
* Prune unused Go module dependencies (go mod tidy)
Removed several indirect dependencies from go.mod and go.sum that are no longer required. Added github.com/google/go-cmp v0.6.0 as an indirect dependency.
* Bump database
0 commit comments