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

Feature v0.5.0 #22

Merged
merged 34 commits into from
Oct 31, 2024
Merged

Feature v0.5.0 #22

merged 34 commits into from
Oct 31, 2024

Conversation

JMTamayo
Copy link
Member

This pull request introduces several significant changes to the CI pipeline, documentation, and core functionality of the redsumer project. The most important changes include restructuring the CI workflow, updating the README and changelog, and modifying core functions to enhance functionality and error handling.

CI Pipeline Updates:

  • .github/workflows/CI.yml: Renamed job steps for clarity and added a minimum line coverage target for the coverage step. Removed the Codecov upload step.

Documentation Updates:

  • README.md: Added badges for license, dependencies, CI status, crates.io, and docs.rs. Updated examples to use redsumer::prelude::* and clarified method descriptions. [1] [2] [3] [4]
  • redsumer-rs/CHANGELOG.md: Updated changelog to reflect the release of version 0.5.0 with detailed descriptions of added, changed, and removed features, along with contributor acknowledgments.

Core Functionality Updates:

  • Implement new response types for Consumer and Producer functions.
  • redsumer-rs/Cargo.toml: Updated dependency versions to use greater-than-or-equal-to constraints for more flexibility.

Miscellaneous:

  • Makefile: Added check and test-llvm-cov-target targets for additional build and test coverage checks.
  • codecov.yml: Removed coverage threshold and target settings.

These changes collectively improve the project's CI process, documentation clarity, and core functionality robustness.

JMTamayo and others added 30 commits October 26, 2024 08:06
…e feature, MIN_LINE_COVERAGE_TARGET could be implemented as a repository variable
Remove step Upload coverage to Codecov from CI
… to handle the response from the is_still_mine function
…ast_delivered_ms and times_delivered when message is still in consumer pending list
…from produce_from_map and produce_from_items functions
…esOptions, ClaimMessagesOptions, ConsumerConfig, MessagesKind, ConsumeMessagesReply, IsStillMineReply and AckMessageReply
JMTamayo and others added 2 commits October 26, 2024 17:29
Implement dependencies versions ranges in Cargo.toml and badges in README.md
@JMTamayo JMTamayo requested review from elpablete and 2mikeg October 26, 2024 22:35
@JMTamayo JMTamayo merged commit 58df379 into enerBit:main Oct 31, 2024
1 check passed
JMTamayo added a commit that referenced this pull request Nov 30, 2024
Implementation of security vulnerability analysis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants