Skip to content

v2.19.9

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 13:21
· 615 commits to master since this release
v2.19.9
d631982

Changelog for reva 2.19.9 (2024-09-23)

The following sections list the changes in reva 2.19.9 relevant to
reva users. The changes are ordered by importance.

Summary

  • Fix #4842: Fix micro ocdav service init and registration
  • Fix #4862: Fix nats encoding

Details

  • Bugfix #4842: Fix micro ocdav service init and registration

We no longer call Init to configure default options because it was replacing the existing
options.

#4842
#4774

  • Bugfix #4862: Fix nats encoding

Encode nats-js-kv keys. This got lost by a dependency bump.

#4862
#4678