Skip to content

Releases: Betterment/test_track_rails_client

v8.2.1

02 Jun 22:33
8c38e7b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.2.0...v8.2.1

v8.2.0

24 Mar 18:10
feeaa5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.1...v8.2.0

v8.1.1

14 Mar 19:15
dbdd51d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v8.1.1

v8.1.0

14 Mar 18:03
9c0f9b4
Compare
Choose a tag to compare

What's Changed

  • Make sprockets-rails an optional dependency by @rzane in #147

Full Changelog: v8.0.0...v8.1.0

v8.0.0

24 Jan 15:59
109bcb0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.2...v8.0.0

v4.0.2

24 Mar 14:58
998c394
Compare
Choose a tag to compare
Version 4.0.2

v4.0.0

29 Jan 17:30
cf9bad4
Compare
Choose a tag to compare
  • Upgraded to TestTrack JS Client 2.0
  • Improved safety during migrations to prevent retired splits from impacting running apps (#97)
  • Added a new Session type to improve performance during background work (#84)
  • Added support for Rails 6 (#96)

Raise a normalized error class for unrecoverable errors

23 Oct 13:46
Compare
Choose a tag to compare

If you use an error alerting tool like Sentry or Airbrake to identify software quality problems, you can now filter out TestTrack::UnrecoverableConnectivityErrors from your software quality alerting, and instead treat these errors as an error-rate operational alert indicating a problem connecting to your TestTrack server instance.

Application-wide feature flags

01 Aug 20:07
Compare
Choose a tag to compare
Pre-release

This release includes the concept of an ApplicationIdentity, and allows apps to configure an app_name. This enables consumers to easily access app-wide feature flags, that are useful in cases that aren't necessarily tied to an end user (e.g., a background job, or toggling between different versions of an external API that your app is consuming). This allows you to decouple deployment from release without the added granularity of a gradual rollout in cases where you don't need it.

4.0 alpha4

30 Apr 22:28
f9bebcc
Compare
Choose a tag to compare
4.0 alpha4 Pre-release
Pre-release

Fix bug with AnalyticsEvent module resolution preventing events from shipping