Skip to content

Releases: permitio/opal

v0.1.9

27 Jun 14:38
c089a8e
Compare
Choose a tag to compare

Small bug fixes and improvements (no breaking changes from previous version):

  • bugfix: inline OPA was being rehydrated on shutdown after responding by itself to keyboard interrupts
  • Bump fastapi from 0.62.0 to 0.65.2 - addresses fastapi security issue - https://github.com/tiangolo/fastapi/releases/tag/0.65.2 (it's important to note that OPAL does not use cookies for authentication - therefore this security issue is not applicable for previous OPAL versions - however it is good requirements hygiene to upgrade none the less).
  • include rpc and pub/sub logs by default - a bit more noisy but easier to detect connection issues - fixes #82.
  • added mention of logging configuration and troubleshooting section to containers doc - fixes #83.
  • fix requirements inconsistencies with idna and starlette.

v0.1.8

09 Jun 14:42
5b35248
Compare
Choose a tag to compare

Small fixes:

  • fixed broken requirements (i.e: click 8.0.1 with old typer, etc)
  • fixed broken docker image - OPA changed the binary file name on their latest release
  • fixed several log messages that were not JSONable - broke some logging configurations
  • fixed a small issue where killing the opal client with ctrl+c would also kill OPA agent and create a race (when running with inline OPA)

v0.1.7

02 Jun 12:17
e281c12
Compare
Choose a tag to compare

Fixed issues with policy fetcher (in opal client):

  • could not handle error response codes from opal server like 503 (server not ready) and 401 (bad token)
  • will now retry a few times to fetch a bundle
  • fixed issue with policy fetcher being used as a singleton caused inconsistencies

v0.1.6

27 May 13:56
accc408
Compare
Choose a tag to compare

minor fix when fetching data sources from redirected source

v0.1.5

28 Apr 12:32
Compare
Choose a tag to compare
  • Update completion callbacks - client will notify upon completion/error of a realtime update
  • Update transactions - safer modification of OPA cache
  • Special OPA readiness policy - can ask if the OPA agent is ready (received initial policy bundles and data)

v0.1.4

25 Apr 14:40
e72ae19
Compare
Choose a tag to compare
Merge pull request #53 from authorizon/fix_redis

add missing dependencies of broadcaster backends: redis, kafka

v0.1.3

25 Apr 08:09
571fa7c
Compare
Choose a tag to compare
Merge pull request #52 from authorizon/more_docs

Refactored getting started docs + added docker in prod doc + added client standalone image

v0.1.0

11 Apr 15:23
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/authorizon/opal