Skip to content

Releases: fluent-labs/api

1.5.64: Process tokens into lowercase

06 Feb 18:39

Choose a tag to compare

We don't have definition results in uppercase, but users may type them in. Let's smarten this up by providing a definition service lookup key.

1.5.63: HSK difficulty level

06 Feb 08:13

Choose a tag to compare

Generalized interface for getting difficulties. Chose CEFR for setting difficulties in a way that can be shared across all languages.

1.5.62: Bump dorny/paths-filter from v2.7.0 to v2.8.0

05 Feb 08:58

Choose a tag to compare

Bumps dorny/paths-filter from v2.7.0 to v2.8.0.

Release notes

Sourced from dorny/paths-filter's releases.

v2.8.0

Changelog

Sourced from dorny/paths-filter's changelog.

v2.8.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

1.5.61: Github actions was down yesterday. Let's redeploy

28 Jan 17:28

Choose a tag to compare

1.5.60: Fall back to google cloud when language service fails

27 Jan 02:31

Choose a tag to compare

We don't want Google cloud to be our main source, but it's good to have as an alternative. It's better than an outage.

1.5.59: Readability changes in document service

26 Jan 03:28

Choose a tag to compare

  • Words are returned in the query order.
  • Definitions are not looked up when parsing a document.
  • Definitions can be looked up in bulk.

1.5.58: Don't return unrelated words from some sources

25 Jan 07:11

Choose a tag to compare

Webster will try to be smart and give words we didn't ask for. Let's stop any source from doing that.

1.5.57: Properly implement cors

23 Jan 21:53

Choose a tag to compare

  • Local and prod can connect to api
  • Respond to OPTIONS requests

1.5.56: Switch domain and audience.

22 Jan 09:11

Choose a tag to compare

They are switched in environment variables

1.5.55: Authentication using Auth0

22 Jan 08:45

Choose a tag to compare

  • Auth0 generates JWT tokens, which are sent by the frontend
  • Backend validates them and sees what they are authorized for
  • Tester endpoint for checking if auth is valid

Right now nothing is authenticated because nothing can generate tokens.