Skip to content

Releases: raystack/frontier

v0.2.0-beta

24 Jan 05:36
Compare
Choose a tag to compare
  • release for trying out integrtion with guardian

v0.2.0-rc1

24 Jan 05:52
1d0d2ab
Compare
Choose a tag to compare
v0.2.0-rc1 Pre-release
Pre-release

Changelog

  • 1ab948c feat: add custom header matcher to read proxy header in grpc (#46)
  • b137c7f feat: extract data from nested and repeated proto messages (#43)
  • 1d0d2ab feat: relations and resources crud apis (#44)
  • 1d6fc65 refactor: v1 to v1beta1 (#48)

v0.2.0-rc

24 Jan 05:52
Compare
Choose a tag to compare
v0.2.0-rc Pre-release
Pre-release

Changelog

  • 80d0195 Revert "refactor: split proxy & server starting logic (#36)" (#37)
  • 50a3995 ci: add release github action
  • e4e0d20 ci: update GITHUB TOKEN env
  • aab246d feat: Users api (#27)
  • f18b325 feat: add command to start grpc gw server
  • e4d5b8f feat: add get/update self user apis (#34)
  • 17329b0 feat: add organization apis (#24)
  • fdf1f46 feat: add projects api (#25)
  • 5a009e5 feat: add redis caching for group list api
  • 9269c09 feat: add redis caching for user groups api
  • f8382e7 feat: group api (#26)
  • 8b246bd feat: middleware pipeline for request handling
  • 60b6435 feat: proxy Setup (#32)
  • 4e96e28 feat: reading resources file (#38)
  • 599ffae feat: role api (#28)
  • 0f57be2 feat: schema generator (#31)
  • 73e177a feat: supporting grpc proxy
  • c620a5f feat: use inmemory cache for ruleset (#22)
  • e6081a9 fix: Add missing roles service to handler register (#30)
  • 2f024f6 fix: add make command for proto
  • f8c2d26 fix: add proto files
  • d7b4599 fix: column name in roles db
  • 4fe4a55 fix: conflicting issue in validation proto
  • f7b8dd6 fix: db failure logging
  • 7f1dd41 fix: get org_id from proto
  • 6dc4390 fix: go.sum
  • b2a9fc6 fix: logs for http request
  • 0e66c9a fix: make install to use go mod download instead of tidy
  • 48ac9c4 fix: remove reference to local directory for salt
  • 9d47bc7 fix: update grpc implementations
  • 20eaa92 fix: use buf instead of building proto in repo
  • 7a26146 fix: use error status instead of panic for unimplemented methods
  • 131cad8 fix: use go mod to install dependencies
  • 9c8160d gitignore: ignore
  • 9537cec rebased/feat: add hook extract response data (#41)
  • 718afb3 refactor: split proxy & server starting logic (#36)
  • 31efa33 remove: admin command
  • 3778b3d remove: admin command code
  • 9caaf50 remove: buf config files

Docker images

  • docker pull docker.io/odpf/shield:0.2.0-rc
  • docker pull docker.io/odpf/shield:v0.2.0-rc-amd64

v0.1.5-rc.5

09 Nov 08:42
Compare
Choose a tag to compare
v0.1.5-rc.5 Pre-release
Pre-release

Changelog

  • proxy: add encodeParams to encode parameter variables (98057d2)
  • proxy: put encodeParams inside extraOptions (baa256d)

v0.1.5-rc.4

19 Aug 11:09
v0.1.5-rc.4
34f468c
Compare
Choose a tag to compare

Changelog

  • add redis caching for user groups api (70cefd2)
  • add redis caching for group list api (d53b7d6)

v0.1.5-rc.1

13 Aug 10:09
v0.1.5-rc.1
60d3dc2
Compare
Choose a tag to compare

Changelog

  • add redis caching for user groups api (70cefd2)

v0.1.5-rc.0

13 Aug 06:40
v0.1.5-rc.0
cde7c1a
Compare
Choose a tag to compare

Changelog

  • add redis caching for group list api (d53b7d6)
  • logs for http request (b2a9fc6)

v0.1.5-rc.2

17 Aug 05:59
7f5a483
Compare
Choose a tag to compare

Changelog

  • add redis caching for user groups api (70cefd2)

v0.1.4

09 Aug 10:14
v0.1.4
5aabce5
Compare
Choose a tag to compare

Changelog

  • check for more than 0 role tags for filter (4ae69b1)

v0.1.3

06 Aug 07:41
Compare
Choose a tag to compare

Changelog

  • typo in conf file destination postbuild (89c455c)