Skip to content

1.13.0

Choose a tag to compare

@koriym koriym released this 19 Aug 19:46
· 14 commits to 1.x since this release

Added

  • $buildDir on AbstractAppMeta: {appDir}/var/build/{context}, fixed to appDir regardless of $writeDir and not created
  • AbstractAppMeta::__wakeup() re-points paths under appDir when the application has moved since serialization
  • Meta refuses a relative $appDir, $tmpDir or $logDir with WriteDirNotAbsoluteException

Changed

  • Meta::appDir($name) moved to AbstractAppMeta and returns the canonical spelling, as do $appDir, $tmpDir and $logDir
  • Canonical spellings make existing compile markers mismatch once: recompile when deploying this release (a writable tree recompiles on first boot; a read-only tree must be rebuilt)

Deprecated

  • $writeDir on AbstractAppMeta: still filled for released bear/package versions that read it; removal is a BC break and waits for the next major