Releases: skroutz/rspecq
Releases · skroutz/rspecq
0.4.0
A feature release with support for fail-fast builds.
Added
- Builds can be configured to terminate after a specified number of failures,
using the --fail-fast
option.
0.3.0
Added
- Providing a Redis URL is now possible using the
--redis-url
option
[#40]
Changed
- [DEPRECATION] The
--redis
option is now deprecated. Use --redis-host
instead [#40]
0.2.2
Fixed
- Worker would fail if application code was writing to stderr [#35]
0.2.1
Changed
- Sentry Integration: Changed the way events for flaky jobs are emitted to a per-flaky-job fashion. This ultimately improves grouping and filtering of the flaky events in Sentry [#33]
0.0.1.pre1
First public release 🎉 🎉 🎉
0.2.0
This is a feature release with no breaking changes.
Added
- Flaky jobs are now printed by the reporter in the final build output and also
emitted to Sentry (if the integration is enabled) [#26]
0.1.0
This is the first stable RSpecQ release, with some new features and a few breaking changes.
Note: Breaking changes are prefixed with a "[BREAKING]" label.
Added
- Sentry integration for various RSpecQ-level events [#16]
- CLI: Flags can now be also set environment variables [c519230]
- CLI: Added shorthand specifiers versions for some flags [df9faa8]
- CLI: Added
--help
and --version
flags [df9faa8]
- CLI: Max number of retries for failed examples is now configurable via the
--max-requeues
option [#14]
Changed
- [BREAKING] CLI: Renamed
--timings
to --update-timings
[c519230]
- [BREAKING] CLI: Renamed
--build-id
to --build
and --worker-id
to --worker
[df9faa8]
- CLI:
--worker
is not required when --reporter
is used [4323a75]
- CLI: Improved help output [df9faa8]