Skip to main content

Fire Arrow 2.0.2

· One min read

Fire Arrow 2.0.2 has been released.

  • (bugfix) Identity change safeguard fix

Fire Arrow implements a safeguard that prevents clients from removing critical information from their identity FHIR resource. For example, if a client's identity resource is located by matching their email address, removing that email address from their identity resource generates an error message.

The rewrite of the authentication system in version 2.0.0 introduced a bug that could trigger an error message Unsupported operation: You have passed Resource.fromJson a type doesn't exist or is null. In this case, the resourceType is null.

That bug has been fixed.