Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2022

Bumps github.com/google/cel-go from 0.10.1 to 0.11.4.

Release notes

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

Release v0.11.4

Fixes

  • Omit large error strings #537
  • Fix the occurs check to prevent tagging types as substitutions for themselves #540

Full Changelog: google/cel-go@v0.11.3...v0.11.4

Release v0.11.3

Features

  • Allow functions to accept error and unknown args #525

Fixes

  • Minor adjustment to type-tests to support custom Bool types by #521
  • Minor simplification of ValOrErr #522
  • Fix protobuf merge when types have different descriptor instances #526
  • Prevent clobbering vars maps provided by previous libs #528
  • Use gazelle-compatible repository name for antlr #529
  • Upgrade to ANTLR v4.10.1 and remove binary ANTLR tools #533
  • Set the error reporting limit to 100 for parity with C++ #534

New Contributors

Full Changelog: google/cel-go@v0.11.2...v0.11.3

Release v0.11.2

Fixes

  • Make the standard environment initialization lazy #520

Full Changelog: google/cel-go@v0.11.1...v0.11.2

Release v0.11.1

Performance optimization release, ~5% performance gains in evaluation, and >95% performance gains in cel.NewEnv() setup.

Fixes

  • Micro optimizations to type-testing utility functions #518
  • Improve mutable list documentation by #516
  • Copy validated declarations between checker.Env instances on extension #347

Full Changelog: google/cel-go@v0.11.0...v0.11.1

Release v0.11.0

The v0.11.0 release introduces a sub-module for the server package used for conformance testing the cel-go package. The sub-module has been split out to remove the gRPC dependency related to the core CEL package and to reduce the

... (truncated)

Commits
  • 11b2ffc Fix the occurs check to avoid adding types as substitutions for themselves (#...
  • 362f01c Omit large error strings (#537)
  • e69bfa3 Set the error reporting limit to 100 for parity with C++ (#534)
  • 8424af2 Upgrade to ANTLR v4.10.1 and remove binary ANTLR tools (#533)
  • 56d5cea Use gazelle-compatible repository name for antlr (#529)
  • 560fc9d Prevent clobbering vars maps provided by previous libs (#528)
  • 1bb0fb9 Fix protobuf merge when types have different descriptor instances (#526)
  • e53a882 Add logic to allow functions to accept errors args (#525)
  • d08c0ae Minor simplification of ValOrErr (#522)
  • 2bf9375 Minor adjustment to type-tests in case someone is implementing their own Bool...
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 16, 2022
Bumps [github.com/google/cel-go](https://github.com/google/cel-go) from 0.10.1 to 0.11.4.
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](google/cel-go@v0.10.1...v0.11.4)

---
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 force-pushed the dependabot/go_modules/github.com/google/cel-go-0.11.4 branch from 63fa504 to 267c2f2 Compare June 1, 2022 17:58
@fin09pcap fin09pcap merged commit 483ddb4 into main Jun 10, 2022
@fin09pcap fin09pcap deleted the dependabot/go_modules/github.com/google/cel-go-0.11.4 branch June 10, 2022 23:12
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