- 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