1.32.1

(fix): Include internal in reserved words so that top level packages named internal are not attempted to be exported which violates go’s rules.

1.32.0-rc1

(fix): Fix SSE event discriminator injection skipping when the discriminator key exists in a nested object. Previously, injectDiscriminator used a naive substring check that matched the key at any nesting depth, causing deserialization failures for payloads like {"event":{"type":"user.created"}} where "type" only appears nested. The check now only considers top-level JSON keys.