ElasticGraph v1.0.1 has been released! This release includes an improved configuration system and a bug fixes.
New Features
New JSON Schemas for Configuration
We've added JSON schema validation to the configuration system. This provides improved defaulting and validation of setting YAML files and is the basis for several new documentation resources:
Upgrade notes
The elasticgraph-json_schema
gem has been merged into the elasticgraph-support
gem. If you've been listing elasticgraph-json_schema
in your Gemfile
, you'll need to remove it.
What's Changed
New Features
- Integrate JSON schema into the config system. by @myronmarston in #774, #775, #776, #777, #773, #778, #779, #780, #781, #785, #786, #787, #792, #793, #794, #796
Bug Fixes
- fix: Resolved an issue for numeric derived fields that contained values both within Integer and Long ranges by @ayousufi in #795
Other Improvements
- Merge
elasticgraph-json_schema
intoelasticgraph-support
. by @myronmarston in #772 - Various website improvements by @myronmarston in #769
- Various dependency upgrades by @dependabot[bot]. in, #764, #782, #784
- Various other codebase chores by @github-actions[bot], @myronmarston and @pfei-sq in #761, #762, #770, #771, #797, #789, #788, and #790
New Contributors
Full Changelog: v1.0.0...v1.0.1