Skip to content

v1.1.3

Choose a tag to compare

@jacobschaer jacobschaer released this 12 Sep 04:52
· 13 commits to main since this release

Fixes an incorrect enum in RoutingActivationResponse.ResponseCode. DeniedRequiresTLS was incorrectly 0x6 when it should be 0x7. 0x6 now also correctly identified as DeniedUnsupportedActivationType. Thanks to @clementramirez.