fix: Missing version, updated timestamp and recent changes#726
fix: Missing version, updated timestamp and recent changes#726facundoolano merged 1 commit intofacundoolano:mainfrom
Conversation
|
I was trying to test this PR, but I think it doesn't work because of this problem.
|
|
@facundoolano Any chances to get this merged? Right now we cannot use this library for some apps because it fails. |
|
Were you able to test it? I reverted the issue you linked above. Can I get confirmation from someone else this fixes the issue? |
I'll try, but I think @TheArmKing needs to rebase over master to take the revert? |
Try now and let me know if it also works for you |
|
@TheArmKing Installing so it looks like this:
It works fine. CC: @facundoolano |
|
Thanks for all your efforts, guys. Would be pretty cool to get this published in a new version @facundoolano. Have a good start to the week! |
Just in case it takes a little time to release, you can get the fix like this:
|
Google Play has introduced a new data structure variant that affects metadata fields with indexes greater than 100 (as tested, for now) in the
ds:5[1][2]array. The array may sometimes contain an object at the last index instead of individual indexed elements. This object contains the metadata with keys corresponding to the original index, plus one. (e.g., index 140 becomes key'141').Fixes #725 by
fallbackPathif provided when the primary path returns null or undefinedfallbackPathfor affected fields using['ds:5', 1, 2, -1, '<index+1>', ...]notation