Skip to content

Releases: GregoryConrad/rearch-rs

rearch-tokio v0.10.4

07 Aug 17:31
Compare
Choose a tag to compare

Bug Fixes

  • rollback the tokio version to 10.x

Commit Statistics

  • 2 commits contributed to the release.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #66

Commit Details

view details
  • #66
    • Rollback the tokio version to 10.x (2e5fa16)
  • Uncategorized
    • Release rearch-effects v0.6.0, safety bump rearch-tokio v0.11.0 (ba93161)

rearch-effects v0.6.0

07 Aug 17:22
Compare
Choose a tag to compare

Bug Fixes (BREAKING)

  • prevent possible OverridableCapsule API misuse

Commit Statistics

  • 1 commit contributed to the release.
  • 2 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #65

Commit Details

view details
  • #65
    • Prevent possible OverridableCapsule API misuse (8ca7fa7)

rearch-tokio v0.10.3

04 Aug 17:13
Compare
Choose a tag to compare

Style

  • clean up the workaround for multiple crates

Commit Statistics

  • 1 commit contributed to the release over the course of 59 calendar days.
  • 63 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #57

Commit Details

view details
  • #57
    • Clean up the workaround for multiple crates (d5dd42b)

rearch-effects v0.5.3

04 Aug 17:13
Compare
Choose a tag to compare

New Features

  • add overridable_capsule side effect

Commit Statistics

  • 1 commit contributed to the release.
  • 63 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #64

Commit Details

view details
  • #64
    • Add overridable_capsule side effect (5b5391f)

rearch v0.10.2

01 Jun 18:45
Compare
Choose a tag to compare

Documentation

  • add doc comments to more API elements

Other

  • fix and workaround latest nightly clippy lints

Refactor

  • list out deps inline to be more idiomatic

Commit Statistics

  • 3 commits contributed to the release over the course of 9 calendar days.
  • 34 days passed between releases.
  • 3 commits were understood as conventional.
  • 1 unique issue was worked on: #55

Commit Details

view details
  • #55
    • List out deps inline to be more idiomatic (52f65a8)
  • Uncategorized
    • Add doc comments to more API elements (7999241)
    • Fix and workaround latest nightly clippy lints (12813bc)

rearch-tokio v0.10.2

01 Jun 18:45
Compare
Choose a tag to compare

Refactor

  • list out deps inline to be more idiomatic

Commit Statistics

  • 1 commit contributed to the release.
  • 34 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #55

Commit Details

view details
  • #55
    • List out deps inline to be more idiomatic (52f65a8)

rearch-effects v0.5.2

01 Jun 18:45
Compare
Choose a tag to compare

Performance

  • switch multi side effect to Cell from RefCell

Refactor

  • list out deps inline to be more idiomatic
  • remove once_cell dependency for lazy transformers

Commit Statistics

  • 3 commits contributed to the release over the course of 4 calendar days.
  • 31 days passed between releases.
  • 3 commits were understood as conventional.
  • 1 unique issue was worked on: #55

Commit Details

view details
  • #55
    • List out deps inline to be more idiomatic (52f65a8)
  • Uncategorized
    • Remove once_cell dependency for lazy transformers (0c264cf)
    • Switch multi side effect to Cell from RefCell (2e07244)

rearch-effects v0.5.1

30 Apr 20:26
Compare
Choose a tag to compare

New Features

  • add convenience MultiSideEffectRegistrar

Performance

  • remove unnecessary clone

Commit Statistics

  • 2 commits contributed to the release.
  • 25 days passed between releases.
  • 2 commits were understood as conventional.
  • 1 unique issue was worked on: #51

Commit Details

view details
  • #51
    • Add convenience MultiSideEffectRegistrar (657889b)
  • Uncategorized
    • Remove unnecessary clone (81184d5)

rearch v0.10.1

28 Apr 15:21
Compare
Choose a tag to compare

Chore

  • specify rust-version in rearch Cargo.toml

New Features

  • add Container::read_ref API

Performance

  • remove concread dependency
  • remove unnecessary heap allocation

Refactor

  • remove the with_txn FnOnce lifetime param
    Also rewrote the corresponding functions with generics.
    Generics do not have implicit 'static lifetimes, unlike Box.

Style

  • remove unnecessary type/ref workaround

Commit Statistics

  • 6 commits contributed to the release over the course of 21 calendar days.
  • 23 days passed between releases.
  • 6 commits were understood as conventional.
  • 4 unique issues were worked on: #42, #43, #46, #49

Commit Details

view details
  • #42
    • Remove the with_txn FnOnce lifetime param (b7c3fe5)
  • #43
    • Remove unnecessary type/ref workaround (80b3aa4)
  • #46
    • Remove concread dependency (6784ff3)
  • #49
    • Add Container::read_ref API (4d4ee1c)
  • Uncategorized
    • Remove unnecessary heap allocation (92b4810)
    • Specify rust-version in rearch Cargo.toml (3992390)

rearch-tokio v0.10.1

28 Apr 15:21
Compare
Choose a tag to compare

Performance

  • remove concread dependency

Commit Statistics

  • 1 commit contributed to the release over the course of 7 calendar days.
  • 23 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #46

Commit Details

view details