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

Bump github.com/google/cel-go from 0.9.0 to 0.12.4 #12

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 15, 2022

Bumps github.com/google/cel-go from 0.9.0 to 0.12.4.

Release notes

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

Release v0.12.4

Fixes

  • Ensure overloads are searched in the order they are declared #566
  • Augment dynamic dispatch to consider list and map element type information during overload resolution.

Full Changelog: google/cel-go@v0.12.3...v0.12.4

Release v0.12.3

Fixes

  • Add the duration declarations in the new style when UTC is enabled #565

Full Changelog: google/cel-go@v0.12.2...v0.12.3

Release v0.12.2

Features

  • Support formatting options when unparsing ASTs to strings #559

Fixes

  • Add an applied features map for one-time only features #564

New Contributors

Full Changelog: google/cel-go@v0.12.1...v0.12.2

Release v0.12.1

Fixes

  • Fix the signature overlap check for parameterized types by #563

Full Changelog: google/cel-go@v0.12.0...v0.12.1

Release v0.12.0

Features

  • Introduce a REPL for testing basic CEL expressions. #539
  • Add basic readme for REPL #545
  • Add REPL support for loading protobuf descriptors #555
  • Dispatcher refactor to improve function declaration, definition, and extension #556
  • Export the built-in parser macros individually #429

Fixes

Note, the cel-spec indicates that time operations should be UTC by default. To opt-in to this behavior see #560 for more details. In v0.13.+ this feature is expected to be enabled by default.

  • Provide an option to ensure time operations are in UTC by default #560
  • Ensure the recursion depth is being checked during parser AST visit #542
  • Add missing type specializations into the type-checker. #543

... (truncated)

Commits
  • efc893b Ensure overloads are searched in the order they are declared (#566)
  • f3df06c Add the duration declarations in the new style when UTC is enabled as the par...
  • 79192b9 Add an applied features map to ensure that one-time only features are only ev...
  • c8adb77 Support formatting options when unparsing ASTs to strings (#559)
  • 9ded77e Fix the signature overlap check for parameterized types (#563)
  • 12f6801 Lint fixes for various doc comments (#562)
  • c04cadc Provide an option to ensure time operations are in UTC by default (#560)
  • 2a36bec Export the built-in parser macros individually (#429)
  • 1ad5db5 Ext refactor (#561)
  • c10af62 Dispatcher refactor to improve function declaration, definition, and extensio...
  • 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.9.0 to 0.12.4.
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](google/cel-go@v0.9.0...v0.12.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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 15, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 19, 2022

Superseded by #16.

@dependabot dependabot bot closed this Aug 19, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/google/cel-go-0.12.4 branch August 19, 2022 04:41
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.

0 participants