Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.06 KB

CHANGELOG-developer.next.asciidoc

File metadata and controls

26 lines (19 loc) · 1.06 KB

This changelog is intended for community Beat developers. It covers the major breaking changes to the internal APIs in the official Beats and changes related to developing a Beat like code generators or fields.yml. Only the major changes will be covered in this changelog that are expected to affect community developers. Each breaking change added here should have an explanation on how other Beats should be migrated.

Note: This changelog documents the current changes which are not yet present in an actual release.

Beats version HEAD

Breaking changes

Bugfixes

Added

  • Added support for using PYTHON_EXE to control what Python interpreter is used by make and mage. Example: export PYTHON_EXE=python2.7. 11212