Skip to content

v0.15.7

Choose a tag to compare

@github-actions github-actions released this 07 Jul 22:12
· 423 commits to main since this release
34ed1a0
  • Add "dyn_node" to zng default features to avoid build issues in release builds.
    • GitHub workflow runners can't handle building with all the generics inlining that happens without this feature.
    • This is a better default for test release builds, the performance hit is negligible.
    • Production builds should disable default features and configure depending on need, see docs/optimize-release.md for details.
  • Fix release builds with default features.
  • Fix zng-wgt-inspector builds without "live" feature.