Skip to content

Commit fbef998

Browse files
committed
Bump to 0.2.0
1 parent ac59efe commit fbef998

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,53 @@
11
Changelog for the bc-prometheus-ruby gem.
22

3-
h3. Pending Release
3+
### Pending Release
4+
5+
### 0.2.0
46

57
- Add the ability to pass custom collectors and type collectors to the web instrumenter
68
- Add base collector and type collector classes for ease of development of custom integrations
79
- Change railtie to after initialization to allow for customization
810

9-
h3. 0.1.5
11+
### 0.1.5
1012

1113
- Fix issue where puma collector was not being registered on the server
1214

13-
h3. 0.1.4
15+
### 0.1.4
1416

1517
- Handle circumstances when before_fork_callbacks is called outside of the web process
1618

17-
h3. 0.1.3
19+
### 0.1.3
1820

1921
- Move to bigcommerce fork of multitrap to handle IGNORE clauses more cleanly
2022

21-
h3. 0.1.1
23+
### 0.1.1
2224

2325
- Add multitrap to more cleanly handle trap signals
2426
- Use proc in signal handlers for consistent trap handling
2527

26-
h3. 0.1.0
28+
### 0.1.0
2729

2830
- Replace WEBrick server from PrometheusExporter with Thin server implementation to reduce memory leakage
2931
- Utilize NET::HTTP instead of direct sockets to prevent bad socket errors
3032

31-
h3. 0.0.5
33+
### 0.0.5
3234

3335
- Add resque instrumentation
3436

35-
h3. 0.0.4
37+
### 0.0.4
3638

3739
- Properly handle SIGINT/SIGTERM to shutdown prometheus exporter
3840
- Add process names to log output for easier debugging
3941

40-
h3. 0.0.3
42+
### 0.0.3
4143

4244
- Add hutch instrumentor for hutch / rmq support
4345

44-
h3. 0.0.2
46+
### 0.0.2
4547

4648
- Better support for older Rails / Puma versions
4749
- Adds basic support for non-Rails applications
4850

49-
h3. 0.0.1
51+
### 0.0.1
5052

5153
- Initial public release

lib/bigcommerce/prometheus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#
1818
module Bigcommerce
1919
module Prometheus
20-
VERSION = '0.2.0.pre'
20+
VERSION = '0.2.0'
2121
end
2222
end

0 commit comments

Comments
 (0)