v1.0.6-beta.1
Pre-release
Pre-release
What's Changed
- TestUpdateObjectReuseSlab by @ChrisSchinnerl in #953
- Remove context value interaction recorder by @n8maninger in #959
- Ensure applying the MigrationSurchargeMultiplier never prevents a download by @peterjan in #960
- Fail upload/download request if uploader/downloader was already stopped by @ChrisSchinnerl in #954
- ui: v0.45.0 by @github-actions in #967
- Allow for filtering object stats by bucket by @ChrisSchinnerl in #961
- New binary currency type for SQL by @ChrisSchinnerl in #964
- Dismiss lost sector alerts when there are no lost sectors by @ChrisSchinnerl in #968
- Add pagination to alerts endpoint and add another endpoint to dismiss all alerts at once by @ChrisSchinnerl in #958
- Merge alert dismiss routes by @ChrisSchinnerl in #971
- Extend contract set change alerts with host info by @peterjan in #966
- Upgrade
hostd
dependency by @ChrisSchinnerl in #979 - Fix wrong path in metric migration by @peterjan in #969
- Add database index for size column in objects database by @ChrisSchinnerl in #983
- Add
generateKey
flag to multipart create endpoint by @ChrisSchinnerl in #974 - Improve performance of objects stats by @ChrisSchinnerl in #970
- Fix test for new currency type by @ChrisSchinnerl in #991
- Run stores unit tests against MySQL by @peterjan in #982
- Remove host interaction recorder from worker by @ChrisSchinnerl in #986
- Add onlymetadata flag to objects endpoint by @ChrisSchinnerl in #972
- Ignore errors caused by the client when registering download error alert by @ChrisSchinnerl in #988
- Stop using the worker's shutdown context for unlocking accounts by @peterjan in #981
- Change response type for paginated alerts request by @ChrisSchinnerl in #987
- Improve performance of pruning slabs after deletion of large number of objects by @ChrisSchinnerl in #985
- ui: v0.46.0 by @github-actions in #994
- Accumulate churn information into single alert instead of registering multiple by @ChrisSchinnerl in #989
- Add upload benchmark for uploader with mocked hosts by @ChrisSchinnerl in #990
- Only log lost sectors if sector was part of an active contract by @ChrisSchinnerl in #996
- Allow for filtering paginated alerts by severity by @ChrisSchinnerl in #1002
- Fix json wrapping in object response by @ChrisSchinnerl in #1004
- Fix JSON key casing by @peterjan in #1007
- Ignore errUploadInterrupted when registering upload failure alerts by @ChrisSchinnerl in #1008
- Extend worker mocks by @peterjan in #1000
- Only upload a singly synchronous packed slab when buffer is reached by @peterjan in #980
- ci: fix ui workflow by @alexfreska in #993
- Improve
findAggregateContractMetric
performance and introduce 30 second granularity for contract metrics by @ChrisSchinnerl in #1006 - Fix lock contention in RefreshHealth by @ChrisSchinnerl in #1009
- Reduce logger noise by @peterjan in #1011
- ui: v0.49.0 by @github-actions in #1016
- Fix host being considered to be height gouging because of long price table validity by @ChrisSchinnerl in #1028
- Update refresh health query by @peterjan in #1027
- Print address when generating new seed to match hostd behaviour by @ChrisSchinnerl in #1023
- Fix broken pagination when listing multipart uploads by @ChrisSchinnerl in #1025
- Improve locking for deleting multipart uploads in parallel by @ChrisSchinnerl in #1022
- Fix TestUploadPackedSlab NDF by @peterjan in #1012
- A endpoint for evaluating autopilot configuration by @ChrisSchinnerl in #995
- Fix typos by @omahs in #1038
- Improve logging for failed host scans by @ChrisSchinnerl in #1029
- Fix "folder health misinterpreted" by @ChrisSchinnerl in #1037
- Prevent broadcast of empty txn set in WalletRedistribute by @peterjan in #1035
- add HEAD object endpoint to worker API by @peterjan in #1030
- Update tag rule in publish.yml by @ChrisSchinnerl in #1042
- Reduce occurences of account refill alert by @n8maninger in #1044
- Limit number of IP addresses a host can announce by @peterjan in #1049
New Contributors
Full Changelog: v1.0.5...v1.0.6-beta.1