1.1.1 (2021-05-19)
Fixes and improvements
- Address breaking behavior change where previously
null
could be passed down forcontext
parameter to synchronous APIs prior to version1.0.2
but after1.0.2
that behavior was changed.null
can again be passed for thecontext
parameter and the SDK will behave as was expected before. In these scenariosContext.NONE
will be used as the default value.