liiklus icon indicating copy to clipboard operation
liiklus copied to clipboard

Bump cloudevents-api from 1.2.0 to 2.2.0

Open dependabot-preview[bot] opened this issue 3 years ago • 0 comments

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Bumps cloudevents-api from 1.2.0 to 2.2.0.

Release notes

Sourced from cloudevents-api's releases.

2.2: CESQL enhancements

It's a pleasure for me to announce the latest version of cloudevents/sdk-java

This release is all focused around CESQL improvements, including fixing some bugs, implement constant folding and general code reorganization. Be aware that the package is still unstable and might break anytime in the next releases.

For more details and a complete list of changes: https://github.com/cloudevents/sdk-java/milestone/10?closed=1

2.1.1: CESQL Bugfix

Patch release for a bug in the CESQL implementation: cloudevents/sdk-java#381

2.1: CESQL and Protobuf

Hi everybody!

On the behalf of the CloudEvents community, I'm pleased to announce that we have a new release of CloudEvents SDK Java with some new shiny features!

New modules

We have two new modules:

Although these modules use the same semver of the rest of the sdk, they are to be considered unstable, and their APIs might change anytime. We'll work on stabilizing them in the next releases. Please reach us out with any feedback about them!

New features

Deprecations

  • io.cloudevents.rw.CloudEventContextWriter#withContextAttribute(String, Number) is deprecated, you should use instead io.cloudevents.rw.CloudEventContextWriter#withContextAttribute(String, Integer). This change was necessary in order to enforce to use only Integer as numeric types of your CloudEvents attributes, which is the only numeric type supported by the CloudEvents spec type system. For more details: cloudevents/sdk-java#358

Fixes

You can check out all the changes here: https://github.com/cloudevents/sdk-java/milestone/8?closed=1

To start using the sdk, look at the documentation on the official website and check out the examples

Happy hacking!

2.0 GA

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

dependabot-preview[bot] avatar Jun 18 '21 05:06 dependabot-preview[bot]