Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v2.11.4

Latest

Choose a tag to compare

@sorenone sorenone released this 31 Jul 21:20
· 20 commits to main since this release

Enhancements

  • [Connectivity] Consider metric checks for disconnected status.

    The connectivity status is now determined by Met output as well as pubsub connectivity. This should make it easier to identify metric issues on solo nodes, e.g. in dev or a staging environment.

Bug Fixes

  • [Dashboard] Read phoenix js assets at compile time.

    Stop bundling phoenix and liveview assets. Instead, read them at compile time and concatenate with app js.

  • [Search] Trim strings when splitting to parse integers.

    This prevents "not a textual representation of an integer" errors when splitting on a comma with an empty string.

  • [Search] Move all regexes out of module attributes.

    Regexes aren't allowed in module attributes as of OTP 28. This moves them inline rather than hoisted at the top of the module.

  • [Sidebar] Fix column header mismatch in sidebar.

    The headers and values in the sidebar were misaligned and showed the wrong values.