Releases: briandunn/flatware
Releases · briandunn/flatware
v2.3.3
What's Changed
- remove eol rubies by @briandunn in #95
- Add drb to gemspec by @ayunker in #94
- fan: exit with non-zero status on failure by @jdelStrother in #93
- Replace broken relish app doc link with rspec.info link by @mjankowski in #91
New Contributors
- @ayunker made their first contribution in #94
- @mjankowski made their first contribution in #91
Full Changelog: v2.3.2...v2.3.3
v2.3.2
v2.3.1
What's Changed
- Fix: Use max for duration and load_time in SummaryNotification by @tomasdundacek in #83
- Fix: flatware hangs if a worker dies by @briandunn in #82
New Contributors
- @tomasdundacek made their first contribution in #83
- @obrie first tackled handling the
CLD
signal in #81
Full Changelog: v2.2.1...v2.3.1
v2.2.1
What's Changed
- Fix DRbUnknown error with unserializable Exception causes by @jdelStrother in #79
- Continue even if Process.setpgrp fails by @PChambino in #80
New Contributors
- @jdelStrother made their first contribution in #79
- @PChambino made their first contribution in #80
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Add support for ruby 3.3 by @a666 in #76
- Use SVG badge in README.md [ci skip] by @olleolleolle in #69
New Contributors
- @a666 made their first contribution in #76
- @olleolleolle made their first contribution in #69
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.0.rc3
- fixes crash when rspec exception contains references to constants that aren't loaded in the sink
- prints all rspec deprecation warnings at once at the end of the run (like
rspec -f progress
)
v2.0.0.rc2
fix crash when specs have it_should_behave_like(ConstantName)
v2.0.0.rc1
- Faster startup time for rails projects via configurable hooks.
- Switch from ZMQ to DRb - no c extensions or external package dependencies or even gem dependencies for IPC
- Expand the RSpec driver to support profile summaries and pending summaries
- Better handling of user interrupts means fewer zombies