Skip to content

Tags: jcking/cel-go

Tags

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove ineffective else clauses (google#464)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Unify overflow checking in operators, field setting (google#448)

* Unify overflow checking in operators, field setting
* Additional overflow case for timestamp subtraction
* NaN checks and tests based on review feedback

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix infinite loop in AST prune (google#419)

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure that proto reflection falls back to dynamic lookup (google#413)

* Ensure that proto reflection falls back to dynamic lookup when the descriptors are not shared by CEL and the proto
* Fix the BUILD.bazel rules

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure protodesc.FileDescriptor references are sourced from the globa…

…l proto registry when possible (google#411)

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch from Travis to Google Cloud Build (google#406)

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use custom build image with timezone fix. (google#391)

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add runtime support for timestamp from Unix epoch (google#358)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Introduce a sync.Pool for ANTLR Lexer / Parser instances (google#348)

* Introduce a sync.Pool for ANTLR Parser instances
* Introduce sync.Pool instances for the Lexer as well.

Note, the change brings in github.com/antlr/antlr4/pulls/2816 which updates the
ANTLR Go runtime. Other applications using vendored code, or alternate sources
of truth besides the main ANTLR GitHub repository will also need to be udpated
for this change to work.

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Spelling, simplification, and effective if improvements (google#339)