Releases: mewil/sturgeon
Releases · mewil/sturgeon
v0.0.5
v0.0.4
v0.0.3
v0.0.2
This release adds boolean range queries for float, integer, and timestamp fields for both the document list schema and the document aggregation schema. It also implements cardinality and percentile aggregations alongside the existing average, min and max aggregations. Sturgeon now uses a more composable architecture and includes some basic unit tests.
v0.0.1
The first Sturgeon release provides the basic functionality to fetch index mappings from an Elasticsearch cluster and create corresponding schemas with resolvers for simple fields. Sturgeon generates three schemas for each index mapping: a query for a single document by ID, a query for a list of documents, and a query for several simple aggregations.