What's Changed
- GO-3490: add relations with sync status to objects to show them in menu by @AnastasiaShemyakinskaya in #1265
- GO-2827 Unbind user files (reclaim / reconcile space usage) by @deff7 in #1226
- GO-3554 refactor ft indexation by @requilence in #1289
- GO-3607: File uploading: cache blocks availability response by @deff7 in #1313
- GO-3579: Object store: use hashicorp's lru cache by @deff7 in #1315
- GO-3577: EXIF: fix panic by @deff7 in #1318
- GO-3531: Files: fix deleting of broken files by @deff7 in #1319
- bufferpool flaky test: disable gc by @requilence in #1322
- File sync: fix limit reached log message pollution by @deff7 in #1323
- GO-3626: Notifications: check that object is already derived by @deff7 in #1325
- GO-3170 check objects and files are synced with responsible peers and send sync status event by @AnastasiaShemyakinskaya in #1221
- Bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.13 by @dependabot in #1326
- GO-3586: Import failed - something went wrong during the import by @AnastasiaShemyakinskaya in #1329
- GO-3640: do not send similar events for space sync status by @AnastasiaShemyakinskaya in #1334
- GO-3388: New offload all files logic by @deff7 in #1309
- GO-3641: Performance: severe memory usage in objectstore by @deff7 in #1333
- GO-3154: Files: handle corrupted file index when trying to add same file by @deff7 in #1327
- Object store: ModifyObjectDetails: copy struct to avoid data races by @deff7 in #1340
- GO-3564 Login trace by @deff7 in #1328
- GO-3651 Fix linter by @fat-fellow in #1336
- GO-2680 Remove templates from Get Started by @KirillSto in #1316
- GO-3568 Add tag to details of custom object by @KirillSto in #1342
- GO-3542 Do not take Added and Creation dates from template by @KirillSto in #1343
- GO-3543 add new sync status for files that doesn't fit limit by @AnastasiaShemyakinskaya in #1330
- GO-3589: don't run file sync for local only by @AnastasiaShemyakinskaya in #1331
- GO-3648: Fix races for sync status by @AnastasiaShemyakinskaya in #1347
- GO-3646: fix race in object sync status service by @AnastasiaShemyakinskaya in #1346
- Bump golang.org/x/image from 0.17.0 to 0.18.0 by @dependabot in #1345
- Bump github.com/yuin/goldmark from 1.7.1 to 1.7.4 by @dependabot in #1344
- Bump github.com/samber/lo from 1.39.0 to 1.44.0 by @dependabot in #1352
- GO-3500 Remove avatar and name from account model by @KirillSto in #1356
- handle badger iterator panics on app stop by @requilence in #1355
- GO-3129 reinit badger localstore in case of known corruption errors by @requilence in #1324
- GO-3645: Add link settings to BlockListConvertToObjects by @AnastasiaShemyakinskaya in #1348
- GO-2973 Add FilterIn by @fat-fellow in #1357
- GO-3645: Add link settings to BlockListConvertToObjects by @AnastasiaShemyakinskaya in #1359
- Fix sync bugs and notification object indexing by @AnastasiaShemyakinskaya in #1358
- GO-3609 Anonymize link marks in text blocks by @KirillSto in #1351
- Revert object sync status events by @AnastasiaShemyakinskaya in #1360
- GO-2930: Store device names by @AnastasiaShemyakinskaya in #1013
- GO-2928: mobile RPC: network state by @AnastasiaShemyakinskaya in #1004
- GO-3171 check p2p status and send event by @AnastasiaShemyakinskaya in #1261
- GO-3699: sync details change lastModifiedDate/lastModifiedBy values and create a change by @AnastasiaShemyakinskaya in #1370
- Bump google.golang.org/grpc from 1.64.0 to 1.65.0 by @dependabot in #1364
- GO-3701 Do not pass ErrCacheProblem to client by @AnthonyAkentiev in #1371
- GO-3696 Fix panic on template creation by @KirillSto in #1367
- Bump golang.org/x/net from 0.26.0 to 0.27.0 by @dependabot in #1375
- GO-3675: bug during login process: entering a phrase causes a panic recovery and crash by @AnastasiaShemyakinskaya in #1373
- GO-3514 custom types that are deleted are impossible to bring back by @AnastasiaShemyakinskaya in #1332
- GO-3687 Fix spaceOffload hung by @KirillSto in #1362
- CI: use old macos sdk for a backward compatibility by @requilence in #1379
- Fix repeated sync status event sending by @AnastasiaShemyakinskaya in #1376
- GO-3733 Search: do not inject tag/types results for deleted/archived objects by @requilence in #1378
- GO-2973 Hotfix query for release by @fat-fellow in #1382
- GO-3745 fix typo in the local peers addresses construction by @requilence in #1380
- GO-3746 ci: disable race for tests in pull requests by @requilence in #1381
- GO-3561 Apply changes for dep subs by @KirillSto in #1385
- GO-3757 graceful shutdown for long objectstore queries by @requilence in #1388
- GO-3760 do not count own device in p2p sync status by @requilence in #1390
- GO-3747 Improve stacktrace debug clickhouse by @fat-fellow in #1392
- Bump github.com/samber/lo from 1.44.0 to 1.45.0 by @dependabot in #1394
- GO-3674 Create file object on copying block to other space by @KirillSto in #1393
- GO-3747 stacktrace logger improvements by @requilence in #1383
- GO-3756 add required internal relations to all sbtype of objects by @requilence in #1386
- Bump github.com/samber/lo from 1.45.0 to 1.46.0 by @dependabot in #1397
- GO-3756: Delete debug logs by @deff7 in #1398
- GO-3747 Add AccountSelect Cold and Hot distinction by @fat-fellow in #1391
- GO-3762 Add links as dependents by @KirillSto in #1399
- GO-3783 Fix perf tests by @fat-fellow in #1404
- Notifications: make tests run faster by @deff7 in #1406
- GO-3781 Try fix cache by @fat-fellow in #1400
- Refactor subscriptions by @deff7 in #1405
- GO-3790 payments cache: fix db close and races by @AnthonyAkentiev in #1407
- Subscription: fix mock test by @deff7 in #1408
- GO-3765 membership: extra check for error + refactoring by @AnthonyAkentiev in #1395
- GO-3759 add missing event for table row isHeader change by @requilence in #1389
- Fix flaky tests by @deff7 in #1410
- GO-3635 Inject links along with derived relations + some smartblock refactoring by @KirillSto in #1409
- GO-3769: Add fixture for internal subscription testing by @deff7 in #1411
- Go 3769 sync status updates tests by @deff7 in #1412
- GO-3823 Fix build by @fat-fellow in #1416
- GO-3823 Fix build by @fat-fellow in #1417
- Go 3769 sync status updates tests by @deff7 in #1414
- GO-3817 improve p2p status by @requilence in #1413
- Go 3769 sync status updates tests by @deff7 in #1419
- Fix data races by @deff7 in #1421
- Go 3769 sync status updates by @deff7 in #1422
- GO-3815 Fix accountStop sending by @fat-fellow in #1415
- GO-3778 Fix turning into bookmark by @KirillSto in #1423
- Go 3769 sync status updates by @deff7 in #1425
- GO-3769: Sync status updates by @mcrakhman in #1401
- GO-3769: Fix data race by @deff7 in #1426
- GO-3192 Add check on moving table blocks by @KirillSto in #1361
- GO-3770: Hot fix for type import by @deff7 in #1428
- GO-3844: Fix and simplify subscriptions for sync status by @mcrakhman in #1432
Full Changelog: v0.34.3...v0.35.0