Skip to content

Releases: koralium/OPADotNet

Version 0.3.3

04 Dec 14:23
7233417
Compare
Choose a tag to compare

Version 0.3.3 alpha 3

04 Dec 14:17
7233417
Compare
Choose a tag to compare
Version 0.3.3 alpha 3 Pre-release
Pre-release
Fix to release pipeline

Added restore and build steps

Version 0.3.3 alpha 2

04 Dec 14:09
c96c47e
Compare
Choose a tag to compare
Version 0.3.3 alpha 2 Pre-release
Pre-release

Modified the release pipeline

Version 0.3.3 alpha 1

04 Dec 13:58
53d23dd
Compare
Choose a tag to compare
Version 0.3.3 alpha 1 Pre-release
Pre-release

What's Changed

  • Added support to give out reasons by @Ulimo in #68
  • Fix so use opa server works correctly. by @Ulimo in #77

Full Changelog: v0.3.1...v0.3.3-alpha1

Version 0.3.2

04 Dec 13:51
53d23dd
Compare
Choose a tag to compare

What's Changed

  • Added support to give out reasons by @Ulimo in #68
  • Fix so use opa server works correctly. by @Ulimo in #77

Full Changelog: v0.3.1...v0.3.2

Version 0.3.1

08 Feb 11:56
d8238ed
Compare
Choose a tag to compare

What's Changed

  • Fixed bug that enums where not translated correctly to their string value when passed to rego by @Ulimo in #69
  • Fixed bug that with property was not parsed from the AST. by @Ulimo in #70
  • Bug fix so multi file modules work correctly while syncing from OPA by @Ulimo in #71
  • Fix so any expressions are merged correctly by @Ulimo in #72

Full Changelog: v0.3.0...v0.3.1

Version 0.3.1 alpha 3

03 Feb 14:06
d8238ed
Compare
Choose a tag to compare
Version 0.3.1 alpha 3 Pre-release
Pre-release

What's Changed

  • Fixed bug that enums where not translated correctly to their string value when passed to rego by @Ulimo in #69
  • Fixed bug that with property was not parsed from the AST. by @Ulimo in #70
  • Bug fix so multi file modules work correctly while syncing from OPA by @Ulimo in #71
  • Fix so any expressions are merged correctly by @Ulimo in #72

Full Changelog: v0.3.0...v0.3.1-alpha3

Version 0.3.1 Alpha 2

02 Feb 13:46
bb398dd
Compare
Choose a tag to compare
Version 0.3.1 Alpha 2 Pre-release
Pre-release

What's Changed

  • Fixed bug that enums where not translated correctly to their string value when passed to rego by @Ulimo in #69
  • Fixed bug that with property was not parsed from the AST. by @Ulimo in #70
  • Bug fix so multi file modules work correctly while syncing from OPA by @Ulimo in #71

Full Changelog: v0.3.0...v0.3.1-alpha2

Version 0.3.1 Alpha

02 Feb 09:49
ff04c3c
Compare
Choose a tag to compare
Version 0.3.1 Alpha Pre-release
Pre-release

What's Changed

  • Fixed bug that enums where not translated correctly to their string value when passed to rego by @Ulimo in #69
  • Fixed bug that with property was not parsed from the AST. by @Ulimo in #70

Full Changelog: v0.3.0...v0.3.1-alpha1

Version 0.3.0

12 Jan 11:04
4bea56e
Compare
Choose a tag to compare

What's Changed

  • Set term support by @Ulimo in #55
  • Added support to get the loaded policies in the embedded client by @Ulimo in #59
  • Added support for explanations by @Ulimo in #60
  • Changed OpaAuthorizationFailureReason to public from internal by @Ulimo in #61
  • Removed requiring authenticated user. by @Ulimo in #62
  • Changed claims to be added as a dictionary for the subject. by @Ulimo in #63

Full Changelog: v0.2.1...v0.3.0