Releases: fluent-labs/api
Releases · fluent-labs/api
1.5.44: Error and Metric handlers for all requests
- Common error handler for requests that handles logging and metrics
- Play request filter that handles metrics and timing requests
- Wrap metrics with a Try so that local code reloading doesn't break development.
- Proper tests for controllers
1.5.43: Namespace metrics so we can specifically query them
We can't export all prometheus metrics at the same time, because it times out. Let's lower the scope of scraping.
1.5.42: Only use codecov for coverage
v1.5.42 Releasing 1.5.42
1.5.41: Higher fetch depth so codecov works
Codecov needs more fetch depth to determine the commit to compare against.
1.5.40: Prometheus metrics
Report api metrics through a prometheus endpoint
1.5.39: Cleaning graphql out
- Remove graphql
- Clean up docker build environment for faster builds
- Use new elasticsearch url
- Remove truststore because we are no longer using a self signed certificate for elasticsearch.
1.5.38: Cedict on spark
- Cedict is parsed via spark
- Cedict is now an elasticsearch backed source.
1.5.37: Generic definition parsing spark job
Common class for enforcing constraints on definition parsing jobs
1.5.36: Fix s3 deploy command
v1.5.36 Releasing 1.5.36
1.5.35: Remove unused code from jobs fat jar
Also, trigger a new deploy