Skip to content

Releases: fluent-labs/api

1.5.23: Logging improvements

25 Dec 05:21

Choose a tag to compare

  • Switch to log4j2 as logback is no longer actively maintained.
  • Log in JSON so elasticsearch can help us filter.
  • Circuitbreakers log name on all lifecycle events and exceptions on error.
  • Controllers log user requests.

1.5.22: Bump version

24 Dec 19:03

Choose a tag to compare

v1.5.22

Releasing 1.5.22

1.5.19: Elasticsearch allows self signed certificate

23 Dec 08:14

Choose a tag to compare

Elasticsearch currently uses a self-signed certificate. Let's work around that. READER-4 is made for setting up the certificate.

1.5.18: The circuitbreaker logs the exception that happened if things fail.

23 Dec 07:48

Choose a tag to compare

1.5.17: Definitions index is correctly environment spaced

23 Dec 07:22

Choose a tag to compare

Bugfix - environment needs to be lazily evaluated.

1.5.16: Api connects to elasticsearch

23 Dec 06:42

Choose a tag to compare

API has configuration and authentication to connect to the content elasticsearch

: Circuitbreaker inheritance bugfix

23 Dec 03:29

Choose a tag to compare

Due to the way trait variables are initialized, some are accessed before initialization. This is a complex flow, and not quite worth it. Instead, let's convert circuit breakers into an object, so we can take advantage of encapsulation.

Other fixes:

  • Remove language service client rather than refactor.
  • Elasticsearch indexes are environment spaced, so we can share one server during initial development.

: Match parenthesis in the action

22 Dec 08:25

Choose a tag to compare

I wish there was a good way to test this.

: Fix: Use environment variables correctly in github actions

22 Dec 08:13

Choose a tag to compare

They are not bash environment variables.

: Multiple deploy job fixes

22 Dec 07:58

Choose a tag to compare

  • Difference between github tag and release version number
  • The latest tag method does not seem to work a second time
  • Combine three jobs into one.