Skip to content

Releases: mewil/sturgeon

v0.0.5

12 Feb 20:47
54b43e4
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

This release adds additional port and path configuration variables to Sturgeon.

v0.0.4

04 Nov 04:04
9ce1757
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release

This pre-release primarily fixes a bug in which Sturgeon would generate GraphQL fields with nil types.

v0.0.3

28 Feb 22:27
94a6c3b
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

This release marks the full rewrite of Sturgeon from Java to Go. Most features remain unchanged, with the exception of additional configuration options.

v0.0.2

30 Dec 21:57
5bc841f
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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

18 Nov 06:25
569e655
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

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.