Skip to content

4.0.5

Compare
Choose a tag to compare
@ownclouders ownclouders released this 21 Dec 18:17
· 2868 commits to master since this release
v4.0.5
5ae10db

Changes in 4.0.5

Summary

  • Bugfix - Fix reva config of frontend service to avoid misleading error logs: #7934
  • Bugfix - Fix trace ids: #8026
  • Bugfix - Do not purge expired upload sessions that are still postprocessing: #7941
  • Enhancement - Add cli commands for trash-binq: #7936

Details

  • Bugfix - Fix reva config of frontend service to avoid misleading error logs: #7934

    We set an empty Credentials chain for the frontend service now. In ocis all non-reva token
    authentication is handled by the proxy. This avoids irritating error messages about the
    missing 'auth-bearer' service.

    #6692
    #7934
    #7453
    cs3org/reva#4396
    cs3org/reva#4241

  • Bugfix - Fix trace ids: #8026

    We changed the default tracing to produce non-empty traceids and fixed a problem where traces
    got disconnected further down the stack.

    #8026

  • Bugfix - Do not purge expired upload sessions that are still postprocessing: #7941

    #7941
    #7859
    #7958

  • Enhancement - Add cli commands for trash-binq: #7936

    We added the list and restore commands to the trash-bin items to the CLI

    #7845
    #7936