Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rel: 3.1.0 #240

Merged
merged 4 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# beeline-ruby changelog

## 3.1.0 2024-03-07

⚠️ Minimum libhoney version is now 2.3.0 ⚠️

jharley marked this conversation as resolved.
Show resolved Hide resolved
Previously the minimum libhoney was 1.14.2. Backwards-incompatible changes in [libhoney 2.0.0](https://github.com/honeycombio/libhoney-rb/releases/tag/v2.0.0):

* Removal of the deprecated Array input for http proxy configuration.
* If you are using the Beeline in services that must send web traffic through an out-going proxy, see [libhoney 1.x proxy_config deprecation warning](https://github.com/honeycombio/libhoney-rb/blob/v1.21.0/lib/libhoney/client.rb#L273-L276) for recommended configuration.
* Drop support for Ruby versions 2.2 and 2.3.
* Beeline Ruby already requires a minimum Ruby 2.5.

### Enhancements

- feat: support classic ingest keys (#238) | Robb Kidd
jharley marked this conversation as resolved.
Show resolved Hide resolved

### Maintenance

- maint: add labels to release.yml for auto-generated grouping (#239) | Jamie Danielson
- maint: update codeowners to pipeline-team (#237) | Jamie Danielson
- maint: update codeowners to pipeline (#236) | Jamie Danielson

## 3.0.1 2023-10-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/honeycomb/beeline/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Honeycomb
module Beeline
NAME = "honeycomb-beeline"
VERSION = "3.0.1"
VERSION = "3.1.0"
USER_AGENT_SUFFIX = "#{NAME}/#{VERSION}"
end
end
Loading