Commits


Maksym Malyhin authored and GitHub committed b2ee5f3a62b
Release 6.23.0 (#5426) * Update versions for Release 6.23.0 * Add FIAM to release manifest (#5383) * Don't leak upload packages or deadlock on lifecycle events (#5382) (#5384) * Don't leak upload packages or deadlock on lifecycle events GDTCORUploadPackages would call targetToStorage in -initWithTarget. When this method was running during app terminate, this would cause a deadlock because calling targetToStorage is re-entrant while GDTCORRegistrar is sending lifecycle events to all the instances it's tracking. NSTimer's invalidate method is also called whenever a package is completed, retried, or expired, without regard to the presence of a package handler. A unit test is added to ensure that GDTCORUploadPackage's are not leaked by a retain TSAN caught no issues * Don't mark GDTCORUploadPackage -init as unavailable Co-authored-by: Michael Haney <mikehaney24@users.noreply.github.com> * FIAM bump podspec version to 0.19.3 (#5386) * M69: add FIS. (#5412) * M69: add FIS. * Bump FIS version to 1.2.0 Co-authored-by: Michael Haney <mikehaney24@users.noreply.github.com>