1.2.2 Release
This release contains the following enhancements:
-
Cordova docs updated to show push config being passed during initialization
-
package.json has some dependency updates
-
Utils spec has some TS related linting and some additional tests for getHeaderValue()
-
ComapiConfig has withPushConfiguration added to builder pattern which enables integrator to pass push config during initialization rather than manually
-
Device manager consumes PushConfiguration from initialization config if supplied
-
Foundation has mutex in initialize method to ensure poor client code doesn’t generate multiple sessions
-
Push config interfaceSymbols added
-
Profile has some improved etag handling
-
restClient has been tidied up to remove network manager
-
Utils has improved getHeaderValue with some tests