You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,24 @@
1
+
## 3.1.0
2
+
- Use rufus-scheduler for more flexible scheduling. Many thanks to [@hummingV](https://github.com/hummingV) for this contribution. ([#58](https://github.com/logstash-plugins/logstash-input-http_poller/pull/58))
3
+
1
4
## 3.0.3
2
5
- Require logstash-mixin-http_client 4.0.3 which fixes error messaging around key/trust-stores when no password supplied
6
+
3
7
## 3.0.2
4
8
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
9
+
5
10
## 3.0.1
6
11
- Republish all the gems under jruby.
12
+
7
13
## 3.0.0
8
14
- Update the plugin to the version 2.0 of the plugin api, this change is required for Logstash 5.0 compatibility. See https://github.com/elastic/logstash/issues/5141
9
-
# 2.0.5
15
+
16
+
## 2.0.5
10
17
- Depend on logstash-core-plugin-api instead of logstash-core, removing the need to mass update plugins on major releases of logstash
11
-
# 2.0.4
18
+
19
+
## 2.0.4
12
20
- New dependency requirements for logstash-core for the 5.0 release
21
+
13
22
## 2.0.2
14
23
- Bump http_client mixin to use better stale check for keepalives
0 commit comments