Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package rubygem-fluentd for openSUSE:Factory
checked in at 2021-08-24 10:54:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-fluentd (Old)
and /work/SRC/openSUSE:Factory/.rubygem-fluentd.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-fluentd"
Tue Aug 24 10:54:24 2021 rev:17 rq:912496 version:1.13.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-fluentd/rubygem-fluentd.changes
2021-01-21 21:55:38.953806209 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-fluentd.new.1899/rubygem-fluentd.changes
2021-08-24 10:55:14.804291235 +0200
@@ -1,0 +2,119 @@
+Mon Jul 26 05:54:47 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 1.13.2
+ see installed CHANGELOG.md
+
+ # v1.13.2
+
+ ## Release v1.13.2 - 2021/07/12
+
+ ### Enhancement
+
+ * fluent-plugin-generate: Storage plugin was supported.
+ https://github.com/fluent/fluentd/pull/3426
+ * parser_json: Added support to customize configuration of oj options.
+ Use `FLUENT_OJ_OPTION_BIGDECIMAL_LOAD`, `FLUENT_OJ_OPTION_MAX_NESTING`,
+ `FLUENT_OJ_OPTION_MODE`, and `FLUENT_OJ_OPTION_USE_TO_JSON` environment
+ variable to configure it.
+ https://github.com/fluent/fluentd/pull/3315
+
+ ### Bug fix
+
+ * binlog_reader: Fixed a crash bug by missing "fluent/env" dependency.
+ https://github.com/fluent/fluentd/pull/3443
+ * Fixed a crash bug on outputting log at the early stage when parsing
+ config file. This is a regression since v1.13.0. If you use invalid
+ '@' prefix parameter, remove it as a workaround.
+ https://github.com/fluent/fluentd/pull/3451
+ * in_tail: Fixed a bug that when rotation is occurred, remaining lines
+ will be discarded if the throttling feature is enabled.
+ https://github.com/fluent/fluentd/pull/3390
+ * fluent-plugin-generate: Fixed a crash bug during gemspec generation.
+ It was unexpectedly introduced by #3305, thus this bug was a
+ regression since 1.12.3.
+ https://github.com/fluent/fluentd/pull/3444
+
+ ### Misc
+
+ * Fixed the runtime dependency version of http_parse.rb to 0.7.0.
+ It was fixed because false positive detection is occurred frequently
+ by security scanning tools.
+ https://github.com/fluent/fluentd/pull/3450
+
+ # v1.13.1
+
+ ## Release v1.13.1 - 2021/06/25
+
+ ### Bug fix
+
+ * out_forward: Fixed a race condition on handshake
+ It's caused by using a same unpacker from multiple threads.
+ https://github.com/fluent/fluentd/pull/3405
+ https://github.com/fluent/fluentd/pull/3406
+ * in_tail: Fixed to remove too much verbose debugging logs
+ It was unexpectedly introduced by #3185 log throttling feature.
+ https://github.com/fluent/fluentd/pull/3418
+ * Fixed not to echo back the provides path as is on a 404 error
+ There was a potential cross-site scripting vector even though
+ it is quite difficult to exploit.
+ https://github.com/fluent/fluentd/pull/3427
+
+ ### Misc
+
+ * Pretty print for Fluent::Config::Section has been supported
+ for debugging
+ https://github.com/fluent/fluentd/pull/3398
+ * CI: Dropped to run CI for Ruby 2.5
+ https://github.com/fluent/fluentd/pull/3412
+
+
+-------------------------------------------------------------------
+Thu Jun 24 17:22:07 UTC 2021 - Stephan Kulow <[email protected]>
+
+updated to version 1.13.0
+ see installed CHANGELOG.md
+
+ # v1.13
+
+ ## Release v1.13.0 - 2021/05/29
+
+ ### Enhancement
+
+ * in_tail: Handle log throttling per file feature
+ https://github.com/fluent/fluentd/pull/3185
+ https://github.com/fluent/fluentd/pull/3364
+ https://github.com/fluent/fluentd/pull/3379
+ * Extend to support service discovery manager in simpler way
+ https://github.com/fluent/fluentd/pull/3299
+ https://github.com/fluent/fluentd/pull/3362
+ * in_http: HTTP GET requests has been supported
+ https://github.com/fluent/fluentd/pull/3373
+ * The log rotate settings in system configuration has been supported
+ https://github.com/fluent/fluentd/pull/3352
+
+ ### Bug fix
+
+ * Fix to disable `trace_instruction` when
+ `RubyVM::InstructionSequence` is available. It improves
+ compatibility with `truffleruby` some extent.
+ https://github.com/fluent/fluentd/pull/3376
+ * in_tail: Safely skip files which are used by another process on
+ Windows. It improves exception handling about
+ `ERROR_SHARING_VIOLATION` on Windows.
+ https://github.com/fluent/fluentd/pull/3378
+ * fluent-cat: the issue resending secondary file in specific format
+ has been fixed
+ https://github.com/fluent/fluentd/pull/3368
+ * in_tail: Shutdown immediately & safely even if reading huge files
+ Note that `skip_refresh_on_startup` must be enabled.
+ https://github.com/fluent/fluentd/pull/3380
+
+ ### Misc
+
+ * example: Change a path to backup_path in counter_server correctly
+ https://github.com/fluent/fluentd/pull/3359
+ * README: Update link to community forum to discuss.fluentd.org
+ https://github.com/fluent/fluentd/pull/3360
+
+
+-------------------------------------------------------------------
Old:
----
fluentd-1.12.0.gem
New:
----
fluentd-1.13.2.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-fluentd.spec ++++++
--- /var/tmp/diff_new_pack.zYXnfX/_old 2021-08-24 10:55:15.300290578 +0200
+++ /var/tmp/diff_new_pack.zYXnfX/_new 2021-08-24 10:55:15.304290573 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-fluentd
-Version: 1.12.0
+Version: 1.13.2
Release: 0
%define mod_name fluentd
%define mod_full_name %{mod_name}-%{version}
++++++ fluentd-1.12.0.gem -> fluentd-1.13.2.gem ++++++
++++ 9077 lines of diff (skipped)