-
Notifications
You must be signed in to change notification settings - Fork 6
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
Release beam 0.8.0 #202
Merged
Release beam 0.8.0 #202
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add `RawString` type to beam_lib
Changed binary name in Docker image: component --> beam
* Explicitly check for invalid receivers * Fix tests --------- Co-authored-by: janskiba <[email protected]>
Readme: Failed Dependency
Make futures `Send`
* feat: Add metadata support to sockets * fix(beam-lib): Only enable IdType with strict ids Co-authored-by: Tobias Kussel <[email protected]> --------- Co-authored-by: Tobias Kussel <[email protected]>
fix: Deadlock on startup
Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) to permit the latest version. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Cargo-deny: ignore RUSTSEC-2023-0071 advisory
…s-0.12.0 Update itertools requirement from 0.11.0 to 0.12.0
fix: Update cache if we have a certificate but it is invalid
Generalize CI/CD
feat: Allow setting the docker tag of the beam images in `beamdev demo`
fix: Dont yield claimed tasks with filter todo
Fix different timeout scenarios
* chore: Upgrade http ecosystem to hyper 1 * Remove outdated comment Co-authored-by: Tobias Kussel <[email protected]> * Clarify comment --------- Co-authored-by: Tobias Kussel <[email protected]>
* chore: beam 0.8 release notes * Apply suggestions Co-authored-by: Martin Lablans <[email protected]> * Apply more suggestions Co-authored-by: Tobias Kussel <[email protected]> --------- Co-authored-by: Martin Lablans <[email protected]> Co-authored-by: Tobias Kussel <[email protected]>
lablans
approved these changes
Jul 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please accept my suggestions, then consider it approved.
Co-authored-by: Martin Lablans <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.