1.0.2
What's Changed
- Change idempotent id for Social Activity Model by @calmarj in #1247
- Change retrying executor to singleton by @kateyeo in #1249
- Add skipRetryStrategy to RetryLibrary by @kateyeo in #1252
- Add flag guarded retrying idempotent executor to google importer by @kateyeo in #1254
- Add logic to check for skippable error in RetryingInMemoryIdempotentImportExecutor by @kateyeo in #1258
- Update Google music models and Import/Export adapters by @gauss0818 in #1259
- throw InvalidTokenException when Google uploadVideo returns HTTP 401 by @alexeyqu-fb in #1262
- Update google music importer/exporter by @gauss0818 in #1261
- Fix google music adapter java style and import issue by @gauss0818 in #1264
- Add mime-type guessing logic based on the filename, with default mime-types as fallbacks. by @osamahan999 in #1265
- Add is_explicit flag to MusicRecording by @gauss0818 in #1268
- Create SmugMugMediaImporter by @kateyeo in #1271
- Add items with null album-ids into the item-map with an empty string key by @osamahan999 in #1267
- Create FlickrMediaImporter by @kateyeo in #1039
- Add explicit type to GoogleTrack by @gauss0818 in #1273
- Google Music API refactoring by @gauss0818 in #1277
- refactor apple media exceptions by @yy9669 in #1269
- Use Apache Tika-core for guessing mime-types, added additional mimetype test cases by @osamahan999 in #1278
- Made GoogleAlbum serializable; added test to check serializability by @osamahan999 in #1279
- Make Photo serializable, add a test that confirms it is serializable by @osamahan999 in #1280
- Make Video serializable and add a test that confirms its serializability by @osamahan999 in #1281
- Made MediaMetadata serializable, added a test to confirm by @osamahan999 in #1282
- Made GoogleMediaItem serializable, added a test to confirm by @osamahan999 in #1283
- Made AlbumListResponse serializable and added a test to confirm by @osamahan999 in #1284
- Add Media to list of supported transfer types for SmugMug importer by @kateyeo in #1285
- handle album without album name in Apple Media Importer by @yy9669 in #1287
- Made Status serializable and added a test for it by @osamahan999 in #1289
- Made MediaItemSearchResponse serializable and added a test to confirm by @osamahan999 in #1288
- BatchMediaItemResponse made serializable, with tests to confirm by @osamahan999 in #1290
- Bump @babel/traverse from 7.18.6 to 7.23.2 in /client-rest by @dependabot in #1286
- fix: wrap invalid token, destination full exceptions from DriveImporter by @alexeyqu-fb in #1292
New Contributors
- @osamahan999 made their first contribution in #1265
- @yy9669 made their first contribution in #1269
Full Changelog: v1.0.1...v1.0.2