1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
# Release History
### 1.7.0 (2025-03-04)
#### Features
* Update minimum Ruby version to 3.0 ([#29261](https://github.com/googleapis/google-cloud-ruby/issues/29261))
### 1.6.0 (2024-03-07)
#### Features
* Update minimum supported Ruby version to 2.7 ([#25298](https://github.com/googleapis/google-cloud-ruby/issues/25298))
### 1.5.0 / 2021-03-10
#### Features
* Drop support for Ruby 2.4 and add support for Ruby 3.0
### 1.4.0 / 2019-10-23
Now requires Ruby 2.4 or later.
### 1.3.4 / 2019-08-23
#### Documentation
* Update documentation
### 1.3.3 / 2018-09-20
* Update documentation.
* Change documentation URL to googleapis GitHub org.
### 1.3.2 / 2018-09-12
* Add missing documentation files to package.
### 1.3.1 / 2018-09-10
* Update documentation.
### 1.3.0 / 2018-02-27
* Use Google Cloud Shared Configuration.
### 1.2.0 / 2017-07-11
* Introduce `Stackdriver::Core::AsyncActor` module, used by stackdriver gems to perform asynchronous jobs.
### 1.1.0 / 2017-05-25
* Introduce new Stackdriver instrumentation configuration interface.
### 1.0.0 / 2017-03-31
* Release 1.0
### 0.21.0 / 2016-12-22
* Initial release of shared code for Stackdriver related client libraries.
* Provided trace context management code.
|