Skip to content

Commit f5d740f

Browse files
committed
0.10.0: passenger, default_tags, bucket sizes, and ignore actions
1 parent 19c10fb commit f5d740f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 0.10.0 - 2025-09-09
9+
10+
### Added
11+
12+
- Add Passenger server to auto register list [@mabrikan][] in [#28](https://github.com/yabeda-rb/yabeda-rails/pull/28)
13+
- Allow defining default_tags only for rails group [@magec][] in [#30](https://github.com/yabeda-rb/yabeda-rails/pull/30)
14+
- Ability to customize the bucket sizing for histograms [@skateman][] in [#32](https://github.com/yabeda-rb/yabeda-rails/pull/32)
15+
- Ability to ignore certain controller#actions [@zzip][] in [#33](https://github.com/yabeda-rb/yabeda-rails/pull/33)
16+
817
## 0.9.0 - 2023-08-03
918

1019
### Added
@@ -96,3 +105,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
96105
[@lautis]: https://github.com/lautis "Ville Lautanala"
97106
[@dks17]: https://github.com/dks17 "Konstantin"
98107
[@lewispb]: https://github.com/lewispb "Lewis Buckley"
108+
[@mabrikan]: https://github.com/mabrikan "Musaed Albrikan"
109+
[@magec]: https://github.com/magec "Jose Fernández"
110+
[@skateman]: https://github.com/skateman "Halász Dávid"
111+
[@zzip]: https://github.com/zzip "Dale Hofkens"

lib/yabeda/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Yabeda
44
module Rails
5-
VERSION = "0.9.0"
5+
VERSION = "0.10.0"
66
end
77
end

0 commit comments

Comments
 (0)