Skip to content

v0.9.0

Compare
Choose a tag to compare
@davidjulien davidjulien released this 26 Nov 07:42
· 10 commits to main since this release
b895088

Breaking change

ALGOLIA_API_KEY and ALGOLIA_APPLICATION_ID aren't read anymore from system env variables inside the code. Only application config is now used (as documented).

If you used these env vars, you should now read them inside the config:

config :algoliax,
  api_key: System.get_env("ALGOLIA_API_KEY"),
  application_id: System.get_env("ALGOLIA_APPLICATION_ID")

What's Changed

  • chore(deps-dev): bump postgrex from 0.19.1 to 0.19.2 in the patches group by @dependabot in #80
  • chore(deps-dev): bump credo from 1.7.8 to 1.7.9 in the patches group by @dependabot in #81
  • chore: standardize dependabot config by @davidjulien in #84
  • chore: add workflow to publish package on release by @davidjulien in #82
  • chore: add CODEOWNERS by @davidjulien in #83
  • chore(deps-dev): bump credo from 1.7.9 to 1.7.10 by @dependabot in #85
  • chore: update publish_public_package workflow by @davidjulien in #86
  • chore(deps-dev): bump postgrex from 0.19.2 to 0.19.3 by @dependabot in #87
  • chore(deps-dev): bump ex_doc from 0.34.2 to 0.35.0 by @dependabot in #88
  • chore(deps-dev): bump ex_doc from 0.35.0 to 0.35.1 by @dependabot in #89
  • feat: don't read anymore ALGOLIA_API_KEY and ALGOLIA_APPLICATION_ID env vars in code by @davidjulien in #90
  • feat: read algolia mock port from application config during tests by @davidjulien in #91
  • chore: new version 0.9.0 by @davidjulien in #92

New Contributors

Full Changelog: v0.8.3...v0.9.0