2.1.0 2023-08-04
This is a minor release with several new features and bug fixes, and is recommended for all Refinery users. See Release Notes for a summary of changes.
Features
- feat: Add darwin-arm64 to the list of binaries. (#829) | Kent Quirk
- feat: Allow setting throughput for the cluster. (#827) | Kent Quirk
- feat: Record the event that caused trace evaluation. (#828) | Kent Quirk
- feat: Add
has-root-span
operator to rules. (#814) | Kent Quirk - feat: Validate Collection memory config through adding
conflictsWith
validation.(#806) | Mason Legere - feat: add a field with the formula used to decide to activate stress relief (#805) | Terra Field
Fixes
- fix: Change default ConfigReloadInterval, add jitter, fix docs (#823) | Kent Quirk
- fix: add missing metrics fields (#811) | Kent Quirk
- fix: live reload deadlock (#810) | Kent Quirk
- fix: location and content of sample_rate metric (#809) | Kent Quirk
- fix: Update metadata for bad envvar and regenerate (#800) | Kent Quirk
Maintenance
- docs: Touch up readme (#832) | Kent Quirk
- maint: use Go v1.20 (#831) | Kent Quirk
- maint: convert hardcoded operators to constants (#813) | Kent Quirk
- maint: Bump dependencies (#821) | Kent Quirk
- docs: refinery_rules.md (#802) | Terra Field