Skip to content

Changes in 5.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tomsfernandez tomsfernandez released this 19 Jul 19:06
aa9adbf

Changes

Removed withoutFlattenedJsonLd from the public scope in RenderOptions

Why?: as embedded json-ld parsing is deprecated and emission was removed, it didn't make sense to have a render option that let the user emit json-ld in the embedded form.

Removed ExecutionLog and replaced it for EventListeners

Why?: we replaced the ExecutionLog functionality with event listeners as it was part of the static state that we aim to remove in this beta.

Fixes

  • Added AsyncCachePipeline to the AsyncAPIConfiguration
  • Added ExecutionEnvironment setter in AMFConfiguration