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
Sentry Improvements: Segregate dev and prod events into their own Sentry projects. Remove Panic back-traces, Set the type of exception to the panic message. (#5305)
/health endpoint now shows EE Features available and GraphQL changes. (#5304)
Return error response if encoded response is > 4GB in size. Replace idMap with idSlice in encoder. (#5359)
Initialize sentry at the beginning of alpha.Run(). (#5429)
Print error when applying enterprise license fails. (#5342)
Apply the option enterprise_license only after the node's Raft is initialized and it is the leader. Don't apply the trial license if a license already exists. Disallow the enterprise_license option for OSS build and bail out. Apply the option even if there is a license from a previous life of the Zero. (#5384)
Security
Use SensitiveByteSlice type for hmac secret. (#5450)