Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/google/cel-go from 0.14.0 to 0.15.1 #126

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 2023

Bumps github.com/google/cel-go from 0.14.0 to 0.15.1.

Release notes

Sourced from github.com/google/cel-go's releases.

Release v0.15.1

Fixes

  • Bump engine.io from 6.4.1 to 6.4.2 #697
  • Fix ID collision between partial eval and AST pruner #700

Full Changelog: google/cel-go@v0.15.0...v0.15.1

Release v0.15.0

Features

This release introduces a new feature for CEL which allows you to package up local variable bindings within your expression, using the following syntax:

cel.bind(<varName>, <varInitExpr>, <remainingExpr>)

An example would look as follows:

cel.bind(vals, msg.nested_msg.repeated_strings,
    vals.size() > 2 && 
    vals[0].startsWith('prefix') && 
    vals[1].endsWith('suffix'))
  • CEL variable bindings #682
  • Expose optional types as a REPL option #675
  • Extension library for set-based tests over lists #689

Fixes

  • Parser error reporting limit #672
  • Prune recursion fixes for nested logic #677
  • Add help and compile options to the REPL #676
  • Fix for type guard on optimized set membership step #678
  • Fix numeric unparsing for floats which represent integer values by #686
  • Update ANTLR v4 WORKSPACE references #691
  • Fix error message generation for parse-only expressions #693
  • Additional string.format() test for message field accesses #694

Breaking changes

  • Update the ConvertToNative API documentation and strings.join implementation #692

The strings.join implementation had previously been based on ConvertToNative, but this presented some usability issues and the implementation was shifted to rely on ref.Val and traits.Iterator. The new implementation can be opted into by using ext.StringsVersion(2), or opted out of by using a version < 2.

Full Changelog: google/cel-go@v0.14.0...v0.15.0

Commits
  • 5b634ac Fix ID collision between partial eval and AST pruner (#700)
  • 75ed853 Bump engine.io from 6.4.1 to 6.4.2 in /repl/appengine/web (#697)
  • 0e0af4a Minor lint fix on variable casing (#695)
  • 8567af1 Extension library for set-based tests over lists (#689)
  • 1fcac88 Additional string.format() test for message field accesses (#694)
  • 65c30b8 Fix error message generation for parse-only expressions (#693)
  • d651ee2 Update the ConvertToNative API documentation (#692)
  • 43bdc4a Update ANTLR v4 WORKSPACE references (#691)
  • d39523c Fix numeric unparsing for floats which represent integer values (#686)
  • 6a828b9 Cel bindings (#682)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from 0.14.0 to 0.15.1.
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](google/cel-go@v0.14.0...v0.15.1)

---
updated-dependencies:
- dependency-name: github.com/google/cel-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from Zenithar as a code owner May 5, 2023 19:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 5, 2023
@Zenithar Zenithar merged commit bc89e44 into main May 8, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/google/cel-go-0.15.1 branch May 8, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant