Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dbuduev/cel-go

Tags

v0.22.1

Toggle v0.22.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix nil-type when two-var comprehension has a dyn range (google#1077)

v0.22.0

Toggle v0.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure variables in comprehensions don't collide (google#1062)

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improved support for nested rules (google#991)

* Improved support for nested rules
* Add nil safety to cel.Ast and additional rule tests

v0.20.1

Toggle v0.20.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make the CEL ast package public. (google#904)

v0.17.8

Toggle v0.17.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Backport: Track sizes of comprehension results (google#901) (google#902)

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Lists: Fix handling of go arrays (google#894)

Go arrays currently cause a panic, because `reflect.MakeSlice` is used
to construct them which is invalid, this change fixes that.

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump follow-redirects from 1.15.2 to 1.15.4 in /repl/appengine/web (g…

…oogle#882)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.18.2

Toggle v0.18.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ANTLR v4.13 update (google#857)

v0.17.7

Toggle v0.17.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Backport google#850: Sets cost estimation and tracking options (googl…

…e#852)

v0.18.1

Toggle v0.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: remove lexer and parser pools (google#838)

Signed-off-by: aimuz <[email protected]>