Skip to content

Aperture v0.1.1-rc.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kklimonda-fn kklimonda-fn released this 06 Sep 09:55
0792304

What's new

Breaking Changes

Deprecations

ChangeLog

List of aperture PRs merged since 0.1.1-rc.1 release. For the full list of changes, see list of changes

Fix markdown glitches in generated classifiers documentation (#204)

Glitches were caused by table-of-contents logic which in absence of
title was trying to take x first characters of description, resulting in
eg. yaml snippets cut in half.

This commits avoid glitches by not using dot on first sentence, so
that go-swagger knows that the first sentence is a title.

Fix Controller OTEL pipelines (#200)

  • Add fast batching for local metrics
  • Add slow batching for FN plugin metrics
  • Fix debug extensions not being loaded when FN plugin is enabled

Expand doc comments for policies (#160)

Non-actuator components for now.