liiklus
liiklus copied to clipboard
Bump cloudevents-api from 1.2.0 to 2.2.0
⚠️ 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:
cloudevents-sql
: Implements the newborn CloudEvents SQL Expression Languagecloudevents-protobuf
:EventFormat
implementation of Protobuf event formatAlthough 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
- Now the
io.cloudevents
APIs support handling of binary CloudEvent attributes: cloudevents/sdk-java#353- Added some methods to the
CloudEventBuilder
to remove data, datacontenttype and dataschema: cloudevents/sdk-java#374- Spring module now supports RSockets: cloudevents/sdk-java#349
- List available eventformat implementations: cloudevents/sdk-java#350
Deprecations
io.cloudevents.rw.CloudEventContextWriter#withContextAttribute(String, Number)
is deprecated, you should use insteadio.cloudevents.rw.CloudEventContextWriter#withContextAttribute(String, Integer)
. This change was necessary in order to enforce to use onlyInteger
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#358Fixes
- Now parsing incoming cloudevents doesn't fail anymore if the attribute name is longer than 20 chars: cloudevents/sdk-java#366
- Fail parsing on bad cloudevents content type: cloudevents/sdk-java#362
- Don't print null for missing attributes when invoking
CloudEvent#toString()
: cloudevents/sdk-java#376You 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
8ad857d
Bump to 2.2.0 (#399)baa9b59
[CESQL] Reorganize package implementation classes (#397)c41a2c3
Cleanup CloudEventUtils (#398)3651cda
Add a method to simplify casting (#396)ee4c85b
Bump nokogiri from 1.11.1 to 1.11.5 in /docs (#393)a0b0835
[CESQL] Constant folding (#392)687e03b
Update the link to http4k Cloud Events module. (#394)208b18c
Build release branches too (#386)9d45943
Fix like expression (#381)0a1a03d
fix: Update encoding for structured event (#384)- Additional commits viewable in compare view
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)