Skip to content

Commit 43b61ae

Browse files
authored
Prepare release 0.5.3 (#53)
Updates the pinned ruby-vesrion to match logstash. pins jar-dependencies to resolve build issues. Fixes CI
1 parent 395301c commit 43b61ae

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- 7.17.8
5454
- 8.6.1
5555
fail-fast: false
56-
runs-on: ubuntu-20.04
56+
runs-on: ubuntu-22.04
5757
steps:
5858
- name: Checkout plugin
5959
uses: actions/checkout@v3

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
jruby-9.3.9.0
1+
jruby-9.4.9.0

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## 0.5.3
22
- Now is threadsafe: supports shared concurrency.
3+
- Increase `DD_MAX_BATCH_LENGTH` to `1000`
34

45
## 0.5.2
56
- Now checks if logstash is being shutdown

logstash-output-datadog_logs.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Gem::Specification.new do |s|
3434
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
3535
s.add_runtime_dependency 'manticore', '>= 0.5.2', '< 1.0.0'
3636
s.add_runtime_dependency 'logstash-codec-json'
37+
s.add_runtime_dependency 'jar-dependencies', '>= 0.3.12', '< 0.5.0'
3738

3839
s.add_development_dependency 'logstash-devutils'
3940
s.add_development_dependency 'webmock'

0 commit comments

Comments
 (0)