Skip to content

v0.1.10

Compare
Choose a tag to compare
@asafc asafc released this 22 Jul 13:23
· 1326 commits to master since this release
  • OPAL-Client now support self-signed SSL/TLS certificates - meant for dev environments (#104)
  • Fixed fetch provider register, you may now select the custom fetcher by adding fetcher override to FetcherConfig (#110)
  • OPA Client now support OPA authentication with bearer token (#105)
  • Fixed data updater bug where opal client did not alert the user if we got error responses from authoritative data source (#109)
  • Added a fully functional example OPAL fetch-provider for Postgres
  • Other various small bugs and fixes