Skip to content

Release v1.8.2

Compare
Choose a tag to compare
@personiumio personiumio released this 27 Oct 02:59
· 12 commits to develop since this release

Warning
This release contains breaking changes.

IMPROVEMENTS:

  • Unify scattered log settings into personium-unit-config. (#677)
    • If you upgrade personium-core from v1.8.1 or under, replace /personium_nfs/personium-core/eventlog/${eventlog_path} with ${eventlog_path} in logback configuration file.
      1. If you use Ansible to deploy Personium the logback.xml can found in this location: /opt/logback/logback.xml in AP server.
      2. Otherwise, you can find in locations specified in classpath.

BUG FIXES:

  • Replace Exception 415 with 406 (#675)
  • Fix core version in properties (#680)

MISC:

  • Update release workflow (#681)