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

release: Release 6 gems #1114

Closed
wants to merge 5 commits into from
Closed
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
28 changes: 16 additions & 12 deletions instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_job

### v0.7.5 / 2024-08-14

* FIXED: Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base

### v0.7.4 / 2024-07-30

* FIXED: Honour dynamic changes in configuration
Expand Down Expand Up @@ -45,32 +49,32 @@

### v0.5.0 / 2023-04-17

* BREAKING CHANGE: Drop support for EoL Ruby 2.7
* BREAKING CHANGE: Drop support for EoL Ruby 2.7

* ADDED: Drop support for EoL Ruby 2.7
* ADDED: Drop support for EoL Ruby 2.7

### v0.4.0 / 2023-02-01

* BREAKING CHANGE: Drop Rails 5 Support
* BREAKING CHANGE: Drop Rails 5 Support

* ADDED: Drop Rails 5 Support
* ADDED: Drop Rails 5 Support

### v0.3.1 / 2023-01-14

* DOCS: Fix gem homepage
* DOCS: More gem documentation fixes
* DOCS: Fix gem homepage
* DOCS: More gem documentation fixes

### v0.3.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements
* FIXED: Broken test file requirements

### v0.2.0 / 2022-05-02

* ADDED: Validate Using Enums
* ADDED: Make the context available in ActiveJob notifications
* FIXED: Fix deserialization of jobs that are missing metadata
* FIXED: RubyGems Fallback
* ADDED: Validate Using Enums
* ADDED: Make the context available in ActiveJob notifications
* FIXED: Fix deserialization of jobs that are missing metadata
* FIXED: RubyGems Fallback

### v0.1.5 / 2021-12-02

Expand All @@ -86,7 +90,7 @@

### v0.1.2 / 2021-07-01

* FIXED: Support Active Jobs with keyword args across ruby versions
* FIXED: Support Active Jobs with keyword args across ruby versions

### v0.1.1 / 2021-06-29

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveJob
VERSION = '0.7.4'
VERSION = '0.7.5'
end
end
end
30 changes: 17 additions & 13 deletions instrumentation/active_record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-active_record

### v0.7.3 / 2024-08-14

* FIXED: Use Active Support Lazy Load Hooks to avoid prematurely initializing ActiveRecord::Base and ActiveJob::Base

### v0.7.2 / 2024-04-30

* FIXED: Resolve active_record testing issue
Expand All @@ -24,47 +28,47 @@

### v0.6.1 / 2023-06-05

* FIXED: Base config options
* FIXED: Base config options

### v0.6.0 / 2023-04-17

* BREAKING CHANGE: Drop support for EoL Ruby 2.7
* BREAKING CHANGE: Drop support for EoL Ruby 2.7

* ADDED: Drop support for EoL Ruby 2.7
* ADDED: Drop support for EoL Ruby 2.7

### v0.5.0 / 2023-02-01

* BREAKING CHANGE: Drop Rails 5 Support
* BREAKING CHANGE: Drop Rails 5 Support

* ADDED: Drop Rails 5 Support
* ADDED: Drop Rails 5 Support

### v0.4.1 / 2023-01-14

* DOCS: Fix gem homepage
* DOCS: More gem documentation fixes
* DOCS: Fix gem homepage
* DOCS: More gem documentation fixes

### v0.4.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements
* FIXED: Broken test file requirements

### v0.3.0 / 2022-05-02

* ADDED: Make ActiveRecord 7 compatible
* FIXED: RubyGems Fallback
* ADDED: Make ActiveRecord 7 compatible
* FIXED: RubyGems Fallback

### v0.2.2 / 2021-12-01

* FIXED: Add max supported version for active record
* FIXED: Add max supported version for active record

### v0.2.1 / 2021-09-29

* (No significant changes)

### v0.2.0 / 2021-09-29

* ADDED: Trace update_all and delete_all calls in ActiveRecord
* FIXED: Remove Active Record instantiation patch
* ADDED: Trace update_all and delete_all calls in ActiveRecord
* FIXED: Remove Active Record instantiation patch

### v0.1.1 / 2021-08-12

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module ActiveRecord
VERSION = '0.7.2'
VERSION = '0.7.3'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-base

### v0.22.6 / 2024-08-14

* FIXED: Fix the issue of wrong log msg

### v0.22.5 / 2024-07-23

* DOCS: Add cspell to CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

module OpenTelemetry
module Instrumentation
VERSION = '0.22.5'
VERSION = '0.22.6'
end
end
38 changes: 21 additions & 17 deletions instrumentation/pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-pg

### v0.27.5 / 2024-08-14

* FIXED: Update versions to be tested (includes drop support for pg 1.2)

### v0.27.4 / 2024-07-23

* DOCS: Add cspell to CI
Expand Down Expand Up @@ -37,30 +41,30 @@

### v0.25.2 / 2023-06-05

* FIXED: Base config options
* FIXED: Base config options

### v0.25.1 / 2023-06-01

* FIXED: Regex non-match with obfuscation limit (issue #486)
* FIXED: Regex non-match with obfuscation limit (issue #486)

### v0.25.0 / 2023-05-25

* ADDED: Add config[:obfuscation_limit] to pg and mysql2
* ADDED: Add config[:obfuscation_limit] to pg and mysql2

### v0.24.0 / 2023-04-17

* BREAKING CHANGE: Drop support for EoL Ruby 2.7
* BREAKING CHANGE: Drop support for EoL Ruby 2.7

* ADDED: Drop support for EoL Ruby 2.7
* ADDED: Drop support for EoL Ruby 2.7

### v0.23.0 / 2023-01-14

* BREAKING CHANGE: Removed deprecated instrumentation options
* BREAKING CHANGE: Removed deprecated instrumentation options

* ADDED: Removed deprecated instrumentation options
* FIXED: Reduce Hash Allocations in PG Instrumentation
* DOCS: Fix gem homepage
* DOCS: More gem documentation fixes
* ADDED: Removed deprecated instrumentation options
* FIXED: Reduce Hash Allocations in PG Instrumentation
* DOCS: Fix gem homepage
* DOCS: More gem documentation fixes

### v0.22.3 / 2022-12-06

Expand All @@ -76,18 +80,18 @@

### v0.22.0 / 2022-10-04

* ADDED: Add `with_attributes` context propagation for PG instrumentation
* ADDED: Add `with_attributes` context propagation for PG instrumentation

### v0.21.0 / 2022-06-09

* Upgrading Base dependency version
* FIXED: Broken test file requirements
* FIXED: Broken test file requirements

### v0.20.0 / 2022-05-02

* ADDED: Validate Using Enums
* FIXED: Update pg instrumentation to handle non primitive argument
* FIXED: RubyGems Fallback
* ADDED: Validate Using Enums
* FIXED: Update pg instrumentation to handle non primitive argument
* FIXED: RubyGems Fallback

### v0.19.2 / 2021-12-02

Expand All @@ -99,8 +103,8 @@

### v0.19.0 / 2021-08-12

* ADDED: Add db_statement toggle for postgres
* DOCS: Update docs to rely more on environment variable configuration
* ADDED: Add db_statement toggle for postgres
* DOCS: Update docs to rely more on environment variable configuration

### v0.18.1 / 2021-06-23

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module PG
VERSION = '0.27.4'
VERSION = '0.27.5'
end
end
end
4 changes: 4 additions & 0 deletions instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-instrumentation-rails

### v0.31.2 / 2024-08-14

* FIXED: Rails instrumentation should load ActiveJob instrumentation

### v0.31.1 / 2024-07-23

* DOCS: Add cspell to CI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
module OpenTelemetry
module Instrumentation
module Rails
VERSION = '0.31.1'
VERSION = '0.31.2'
end
end
end
Loading