Skip to content

Commit

Permalink
Merge pull request #182 from buildkite/pie-1576/release-v2.1
Browse files Browse the repository at this point in the history
Release v2.1
  • Loading branch information
niceking authored Apr 5, 2023
2 parents 7bb612c + 103cb15 commit 2bcd94c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## v2.1.0
- Major change: deprecates websocket connection in favour of sending HTTP requests to the Upload API. In future, websocket support will be completely removed from Buildkite and only version 2.1+ of this gem will continue to work.

## v2.1.0.pre
- Minitest plugin to use HTTP Upload API instead of websocket connection to send test data #178 #179 - @niceking

Expand All @@ -11,7 +14,7 @@

## v1.5.0

- Send `failure_expanded` from minitest #171 - @nprizal
- Send `failure_expanded` from minitest #171 - @nprizal

## v1.4.2

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
buildkite-test_collector (2.1.0.pre)
buildkite-test_collector (2.1.0)
activesupport (>= 4.2)

GEM
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Buildkite Collectors for Ruby

**DEPRECATION NOTICE**
Versions prior to 2.1.x are unsupported and will not work after mid-2023. Please upgrade to the latest version.

Official [Buildkite Test Analytics](https://buildkite.com/test-analytics) collectors for Ruby test frameworks ✨

**Supported test frameworks:** RSpec, Minitest, and [more coming soon](https://github.com/buildkite/test-collector-ruby/issues?q=is%3Aissue+is%3Aopen+label%3A%22test+frameworks%22).
Expand Down
2 changes: 1 addition & 1 deletion lib/buildkite/test_collector/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Buildkite
module TestCollector
VERSION = "2.1.0.pre"
VERSION = "2.1.0"
NAME = "buildkite-test_collector"
end
end
2 changes: 1 addition & 1 deletion spec/test_collector/http_client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"run_env": {
"CI": nil,
"key": "build-123",
"version": "2.1.0.pre",
"version": "2.1.0",
"collector": "ruby-buildkite-test_collector",
"test": "test_value"
},
Expand Down

0 comments on commit 2bcd94c

Please sign in to comment.