@@ -13,6 +13,12 @@ and this project aims to adhere to [Semantic Versioning](http://semver.org/spec/
13
13
14
14
### Removed
15
15
16
+ ## 2.0.4 - 2025-03-05
17
+
18
+ ### Changed
19
+
20
+ - fix broken LogSubscriber bolding (<https//github.com/Betterment/webvalve/pull/85>) (thanks @aburgel )
21
+
16
22
## [ 2.0.3] - 2024-11-26
17
23
18
24
### Changed
@@ -73,48 +79,48 @@ and this project aims to adhere to [Semantic Versioning](http://semver.org/spec/
73
79
### Changed
74
80
75
81
- Allow the same URL for services as long as basic auth is different
76
- (< https://github.com/Betterment/webvalve/pull/46 > )
82
+ (< https://github.com/Betterment/webvalve/pull/46 > )
77
83
- Introduce ` reset! ` and ` clear! ` to replace ` reset `
78
- < https://github.com/Betterment/webvalve/pull/45 > )
84
+ < https://github.com/Betterment/webvalve/pull/45 > )
79
85
80
86
## [ 1.0.2] - 2020-04-27
81
87
82
88
### Changed
83
89
84
90
- Fix an issue with setup / reset
85
- (< https://github.com/Betterment/webvalve/pull/44 > )
91
+ (< https://github.com/Betterment/webvalve/pull/44 > )
86
92
87
93
## [ 1.0.1] - 2020-04-24
88
94
89
95
### Changed
90
96
91
97
- Fix an issue in rspec setup / usage of ` WebValve.reset `
92
- (< https://github.com/Betterment/webvalve/pull/43 > )
98
+ (< https://github.com/Betterment/webvalve/pull/43 > )
93
99
94
100
## [ 1.0.0] - 2020-04-22
95
101
96
102
### Changed
97
103
98
104
- Support API_URLs that include path
99
- (< https://github.com/Betterment/webvalve/pull/41 > )
105
+ (< https://github.com/Betterment/webvalve/pull/41 > )
100
106
101
107
## [ 0.12.0] - 2020-02-22
102
108
103
109
### Changed
104
110
105
111
- raise an error on setup when multiple services are registered to the
106
- same url. (< https://github.com/Betterment/webvalve/pull/40 > )
112
+ same url. (< https://github.com/Betterment/webvalve/pull/40 > )
107
113
108
114
## [ 0.11.0] - 2019-11-04
109
115
110
116
### Changed
111
117
112
118
- rework configuration so that WebValve has 3 operating modes: off,
113
- on+allowing, and on+intercepting. support toggling the latter two
114
- modes with
115
- ` WEBVALVED_ENABLED=1 ` +` WEBVALVE_SERVICE_ENABLED_DEFAULT=1 ` and
116
- ` WEBVALVED_ENABLED=1 ` +` WEBVALVE_SERVICE_ENABLED_DEFAULT=0 ` .
117
- (< https://github.com/Betterment/webvalve/pull/34 > )
119
+ on+allowing, and on+intercepting. support toggling the latter two
120
+ modes with
121
+ ` WEBVALVED_ENABLED=1 ` +` WEBVALVE_SERVICE_ENABLED_DEFAULT=1 ` and
122
+ ` WEBVALVED_ENABLED=1 ` +` WEBVALVE_SERVICE_ENABLED_DEFAULT=0 ` .
123
+ (< https://github.com/Betterment/webvalve/pull/34 > )
118
124
119
125
## [ 0.10.0] - 2019-09-23
120
126
0 commit comments