Skip to content

Commit

Permalink
chore: Update release dates
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Aug 14, 2024
1 parent 489f6f1 commit 542cb74
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 46 deletions.
26 changes: 13 additions & 13 deletions instrumentation/active_job/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History: opentelemetry-instrumentation-active_job

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

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

Expand Down Expand Up @@ -49,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 @@ -90,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
28 changes: 14 additions & 14 deletions instrumentation/active_record/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History: opentelemetry-instrumentation-active_record

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

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

Expand Down Expand Up @@ -28,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
36 changes: 18 additions & 18 deletions instrumentation/pg/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History: opentelemetry-instrumentation-pg

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

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

Expand Down Expand Up @@ -41,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 @@ -80,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 @@ -103,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
2 changes: 1 addition & 1 deletion instrumentation/rails/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History: opentelemetry-instrumentation-rails

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

* FIXED: Rails instrumentation should load ActiveJob instrumentation

Expand Down

0 comments on commit 542cb74

Please sign in to comment.