fluentd 0.12.28 → 0.12.29

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of fluentd might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 648289c24c5bb2d91083867a5e1bfb4199988800
4
- data.tar.gz: 3415cae010e8d511e7b9ff3ec42cbc1bf2a57729
3
+ metadata.gz: fcf16c05e7df8f8bbd3608e3ef2f8e98133f6a68
4
+ data.tar.gz: 2cf753c53ada2ea70c03553fe6b99bfa1df85ede
5
5
  SHA512:
6
- metadata.gz: 89a9aab0f91f45d2eee9f6ed210a2788cbbddeb5ca357224f8d357e361ef960b8eaef45ed4f6fcd3b3772306129363698fc734c3fdff76b889a754b02bec4fe8
7
- data.tar.gz: 5ca47b0c94fd74e29e4f81c7a7f21952c8aa058de62ea6ceb7fe9f4676483ef4e6fb0b7473ce1d018dedf18dec591e7508c5383ee8a6037ad8b495ad1554a8cb
6
+ metadata.gz: cafed6f8e183e72fa23f72306c5bd6ed15df4af10c2385f43d971914c4ecf534bf98a199157d6da663d4811f09976f463bc2193f04cf2ac6dc25969d05e8d2d4
7
+ data.tar.gz: 1bcc21b7007590869375ba6e7bc37f4fd7cbdb362435b52404f2ce03f69fd19f25610563ff3edd37bfc57abb7cc429556a14c558df41a13f3121c20ec1e19f42
data/ChangeLog CHANGED
@@ -1,5 +1,23 @@
1
1
  # v0.12
2
2
 
3
+ ## Release 0.12.29 - 2016/09/05
4
+
5
+ ### New features / Enhancement
6
+
7
+ * in_tail: Add from_encoding parameter
8
+ https://github.com/fluent/fluentd/pull/1067
9
+ * filter: Port parser filter to v0.12
10
+ https://github.com/fluent/fluentd/pull/1203
11
+ * config: New config_param options to specify deprecated/obsoleted parameters
12
+ https://github.com/fluent/fluentd/pull/1186
13
+
14
+ ### Bug fixes
15
+
16
+ * config: fix to raise ConfigError for type missing, and its tests
17
+ https://github.com/fluent/fluentd/pull/1202
18
+ * filter_record_transformer: Fix to prevent overwriting reserved placeholder keys such as tag
19
+ https://github.com/fluent/fluentd/pull/1176
20
+
3
21
  ## Release 0.12.28 - 2016/08/14
4
22
 
5
23
  ### New features / Enhancement
@@ -474,711 +492,4 @@ Here is the announcement for above new features: http://www.fluentd.org/blog/flu
474
492
  * out_file: Don't create world writable directory in daemon mode
475
493
  https://github.com/fluent/fluentd/pull/483
476
494
 
477
- # v0.10
478
-
479
- Release 0.10.57 - 2014/11/13
480
-
481
- * buffer: Make `total_queued_chunk_size` thread-safe to avoid race condition with `in_monitor_agent`
482
- https://github.com/fluent/fluentd/pull/469
483
- * Add `--no-supervisor` option to disable the supervisor for supervision tools like runit
484
- https://github.com/fluent/fluentd/pull/449
485
-
486
- 0.10.57 was a bug fix release.
487
-
488
- Release 0.10.56 - 2014/10/31
489
-
490
- * config: Add Fluent::Config::Section#object_id to avoid NoMethodError by object dump tools
491
- https://github.com/fluent/fluentd/pull/460
492
- * mixin: Fix SetTagKeyMixin and SetTimeKeyMixin which ignores config_set_default since 0.10.53
493
- https://github.com/fluent/fluentd/pull/462
494
- * input/output: Support 'timezone' configuration parameter (e.g. "+09:00" for JST)
495
- https://github.com/fluent/fluentd/pull/430
496
- * log: Use plugin_id instead of object_id in log message for consistency with in_monitor_agent
497
- https://github.com/fluent/fluentd/pull/459
498
-
499
- Release 0.10.55 - 2014/10/16
500
-
501
- * config: Change v1's non-quoted string literal behaviour to v0's behaviour
502
- https://github.com/fluent/fluentd/pull/436
503
- * config: Relax '@' handling in the plugin configuration for backward compatibility
504
- https://github.com/fluent/fluentd/pull/455
505
- * config: Add --use-v0-config for keeping old configuration
506
- https://github.com/fluent/fluentd/pull/434
507
- * config: Add single quoted literal in v1 configuration
508
- https://github.com/fluent/fluentd/pull/437
509
- * config: Improve error message of Array / Hash parse error
510
- https://github.com/fluent/fluentd/pull/457
511
- * input: Reduce shutdown time in some network related plugins when use Cool.io 1.2
512
- https://github.com/fluent/fluentd/pull/440
513
- * parser: Use ParserError instead of general exception classes
514
- https://github.com/fluent/fluentd/pull/453
515
- * Remove unused zfile buffer plugin
516
- https://github.com/fluent/fluentd/pull/445
517
-
518
- Release 0.10.54 - skipped
519
-
520
- Release 0.10.53 - 2014/08/21
521
-
522
- * in_tail: Fix forget to detach Closer timer object
523
- * in_debug_agent: Fix config_param type of unix_path
524
- * in_syslog: Add include_source_host and source_host_Key options
525
- * config: Dump V1 escaped parameter correctly at start phase
526
- * config: Fix bug for config_param of bool value without defaults
527
- * config: Add 'alias' option to config_section and config_param
528
- * buffer: Add 'disable_retry_limit' option
529
- * engine: Reduce memory usage when retry_limit is large
530
- * parser: Add apache_error format
531
- * supervisor: Dump Fluentd version at dry run mode
532
- * test: InputTestDriver wait 'run' until input plugin emits all test data
533
-
534
- Release 0.10.52 - 2014/07/15
535
-
536
- * in_tail: Fix typo of warning argument. lb to line
537
- * config: Fix 'uninitialized constant Fluent::Config::V1Parser::URI' error
538
- * config: Reject '@' prefix of parameter name in V1 configuration. @ is reserved prefix.
539
- * config; Accept '#' comment in array and hash types
540
- * parser: Add time_format option to SyslogParser
541
- * parser: SyslogParser now makes ':' optional after pid
542
- * process: Fix 'mutex can't lock' issue of DetachMultiProcessMixin on Ruby 2.x
543
- * Add --without-source option to ignore <source> sections
544
-
545
- Release 0.10.51 - 2014/07/04
546
-
547
- * in_tail: Fix rotation handling when new file not found
548
- * in_syslog: Change debug log level to warn at pattern mismatch
549
- * formatter: Use localtime by default
550
- * parser: Add SyslogParser
551
- * parser: Add "estimate_current_event" attribute to TextParsers not to set current time into parse result
552
- * config: Add <system> section to set core parameters via configuration file
553
- * test: Support v1 configuration in TestDriver
554
- * Add udp and tcp input plugins
555
-
556
- Release 0.10.50 - 2014/06/17
557
-
558
- * in_tail: Fix race condition at shutdown
559
- * in_tail: read_from_head now works without pos_file
560
- * in_tail: Fix multiline format parsing without format_firstline
561
- * formatter: Add add_newline option to SingleValueFormatter
562
- * parser: Add block based API to support multi-events parsing
563
- * config: Fix encoding mismatch when @include used in v1
564
- * engine: Serialize shutdown order. Now shutdown input plugins first
565
- * Update rspec to 3.x
566
-
567
- Release 0.10.49 - 2014/06/05
568
-
569
- * in_http: Add format option to support various input data format
570
- * in_http: Accept json / msgpack array in default format
571
- * in_tail: Print warning message when file not exist with 'read_from_head true'
572
- * out_file: Add append option to disable path increment
573
- * out_file: Add format option to support various output data format
574
- * config: Fix broken 'include' processing in V1 configuration. Now add @include
575
- * fluentd-debug: Fix undefined method 'usage' error when invalid option passed
576
- * supervisor: Fix incorrect --group option handling
577
- * Add TextFormatter module for output plugins
578
-
579
- Release 0.10.48 - 2014/05/18
580
-
581
- * config: Add inspect method to Section for dumping the status
582
- * test: Fix the regression which forget to initialize $log in fluent/test.rb
583
- * Engine: Remove undocumented legacy plugin load mechanizm
584
-
585
- Release 0.10.47 - 2014/05/15
586
-
587
- * in_tail: Fix typo in flush_buffer
588
- * in_forward: Add chunk_size_warn_limit and chunk_size_limit for large chunks
589
- * in_monitor_agent: Add /api/config APIs to expose Fluentd configurations
590
- * supervisor: Add Supervisor.default_options to return default Fluentd options
591
- * test: Add DummyLogDevise and improve log handling in tests
592
- * config: Allow empty string value like `tag_mapped` in v1 configuration
593
-
594
- Release 0.10.46 - 2014/04/21
595
-
596
- * in_tail: Fix typo in rescue for dumping backtrace
597
- * in_forward: Add blocking_timeout option to avoid Cool.io loop stuck in shutdown
598
- * out_forward: Add phi_failure_detector option to disable "The Phi accrual failure detector"
599
- * buf_memory: Add flush_at_shutdown option to discard buffered event at shutdown
600
- * parser: Use Engine.now when time_key is missing in ValuesParser
601
- * parser: TextParser loads fluent/plugin/parser_xxx.rb automatically when 'xxx' format not found
602
- * Fix match cache expiration
603
- * Add new v1 configuration format and --use-v1-config option to enable v1 configuration format
604
- * Add config_section to Configurable to support nested parameters in plugins
605
- * Relax http_parser.rb gem version to support 0.6 series
606
-
607
- Release 0.10.45 - 2014/03/28
608
-
609
- * in_tail: Merge in_tail_ex and in_tail_multiline features
610
- * in_forward: Add linger_timeout option
611
- * out_exec: Support json and msgpack format
612
- * Engine: Fix signal handling when receives SIGTERM before loop starts
613
- * Use correct out_forward option in fluent.conf with --setup option
614
- * Ignore sigdump exception on signal unsupported environment
615
-
616
- Release 0.10.44 - 2014/02/26
617
-
618
- * in_forward: Print remote address and port in trace log
619
- * Remove several methods from fluentd-debug to call remote object method directly
620
- * Add --gemfile option to manage Fluentd and plugins using Gemfile and Bundler
621
- * Add <include path /> directive to include the configuration file under the elements
622
- * Add 'ruby' keyword to call Kernel method in configuration DSL
623
- * Relax Cool.io gem version to allow 1.2.x
624
-
625
- Release 0.10.43 - 2014/02/03
626
-
627
- * Input/Output: Add 'log_level' option to plugins
628
- * parser/in_tail: Fix RegexpParser forget to call configure method
629
- * parser/in_tail: Improve type conversion performance
630
- * in_http: Add add_http_headers option to add HTTP headers to record
631
- * Buffer: Improve submit_buffer throughput using round-robin writer selection
632
- * add sigdump gem to dump useful information via SIGCONT
633
-
634
- Release 0.10.42 - 2013/12/25
635
-
636
- * parser/in_tail: Add 'types' and related parameters to convert record value type
637
- * in_syslog: Add 'protocol_type' option for TCP support.
638
- * Buffer: Extract 'storable?' method for hook judge mechanizm by 3rd-party buffer plugins.
639
- * Output: Add 'try_flush_interval' parameter for high frequency flush.
640
- It is undocumented because almost users never need this feature.
641
- * Change configuration unused checking to prevent memory leak when a plugin accesses configuratino keys.
642
-
643
- Release 0.10.41 - 2013/12/05
644
-
645
- * BufferedOutput: Add 'max_retry_wait' to limit retry interval
646
- * in_exec/object_space/syslog: Improve emit error message
647
- * Log: Add --suppress-repeated-stacktrace option to prevent log size explosion
648
-
649
- Release 0.10.40 - 2013/11/08
650
-
651
- * Dump gem version of fluent-plugin-xxx and fluent-mixin-xxx
652
- * in_http: Doesn't set REMOTE_ADDR when IO#getpeername failed
653
- * in_tail/parser: Fix RegexpParser which ignores time_format parameter
654
- * in_exec: Catch error and dumps error message in run_periodic
655
- * in_forward: Show error class in the error message
656
- * in_exec/out_exec_filter: Catch more exceptions, not only Errno::ESRCH, at shutdown
657
- * Log: Catch exception for log event handling at shutdown
658
-
659
- Release 0.10.39 - 2013/09/18
660
-
661
- * out_file: Improve symlink handling with buf_file
662
- * out_copy: Add deep_copy parameter for actual record copy
663
- * in_tail/parser: Add none format for supporting non-parse tailing like fluent-agent-lite
664
- * in_tail/parser: Improve performance using parsed time caching
665
- * Engine: Fix signal related exception in trap context at Ruby 2.0
666
- * buffer: Fix race condition when remove flushed chunk
667
- * add --suppress-config-dump option to disable dump configuration at start
668
-
669
- Release 0.10.38 - 2013/08/29
670
-
671
- * Fix require related problem in running test
672
-
673
- Release 0.10.37 - 2013/08/29
674
-
675
- * in_exec: Add format option to support tsv, json and msgpack. Default is tsv
676
- * out_stdout: Add output_type to print non-jsonable object
677
- * Engine: Skip nil record in emit
678
- * Check buffere_path duplication across buffer configurations.
679
- * Add experimental DSL to configuration format
680
-
681
- Release 0.10.36 - 2013/07/31
682
-
683
- * Log: add class name on each error logs
684
- * out_foward: change log level of node detachment/recovering/standby-failover from info to warn
685
- * out_file: add symlink_path parameter to point to latest written file
686
- * in_forward, in_http, in_unix: add backlog parameter to change resource backlog size
687
- * add --dry-run option to check fluentd setup without actual run
688
- * Fluentd now assumes configuration file written in UTF-8
689
- * update cool.io version to 1.1.1
690
-
691
- Release 0.10.35 - 2013/06/12
692
-
693
- * Log: emits fluentd's log via background thread
694
- * Log: use #inspect for non to_msgpack-able object in log event processing
695
- * FailureDetector/out_forward: fixed wrong phi calculation
696
- * in_stream: fixed unix domain connection leak when parsing json or msgpack failed
697
- * buf_file/out_file: sets 0644 permission to each created file for preventing
698
- File.umask(0) effect at daemonize mode
699
-
700
- Release 0.10.34 - 2013/06/03
701
-
702
- * fluentd: supports --emit-error-log-interval to suppress log messages with the
703
- same message for a certain seconds
704
- * BufferedOutput: fixed warning messages so that errors with the same meaning
705
- use the same message
706
- * Log: ignores ThreadError which could happen in signal handler
707
- * Engine: prevents signal handlers from calling stop() method of plugins twice
708
- * MessagePackEventStream/in_forward: doesn't cache MessagePack::Unpacker (if
709
- it uses msgpack-0.5.5 which doesn't cause performance impact) to not cause
710
- problems with out_copy
711
- * TextParser/in_tail,in_syslog: 'json' format type removes time key from records
712
- * TextParser/in_tail,in_syslog: raises exception if time_format is set while
713
- time_key is not set
714
- * in_tail: fixed minor bugs
715
-
716
-
717
- Release 0.10.33 - 2013/03/28
718
-
719
- * added in_monitor_agent
720
- * switched from jeweler to bundler
721
- * updated dependency for msgpack from '~> 0.4.4' to '~> 0.4.4 OR ~> 0.5.4'
722
- * added PluginId module so that in_monitor_agent can search plugins by id
723
- * BufferedOutput: added queued_chunk_flush_interval option to insert delay
724
- time before flushing queued chunks
725
- * BufferedOutput: randomize retry interval to prevent multiple servers from
726
- bursting network traffic at the same time
727
- * Configurable: sets @config instance variable
728
-
729
-
730
- Release 0.10.32 - 2013/03/04
731
-
732
- * in_tail: fixed the nil error problem which occurs with pos_file option
733
- * TextParser/in_tail: supports 'ltsv' (Labeled Tab-Separated Values) format: http://ltsv.org
734
- * #105: TextParser/in_tail: fixed 'nginx' format
735
- * #102: show log level in log messages
736
- * Gemfile: uses https source of rubygems instead of http
737
-
738
-
739
- Release 0.10.31 - 2013/01/31
740
-
741
- * out_forward: supports TCP heartbeat
742
- * in_tail reads rotated files from its head rather than its end when pos_file option is set
743
- * out_/in_ forward set O_NONBLOCK flag to the UDP heartbeat socket
744
- * Improved match cache expiration algorithm
745
-
746
-
747
- Release 0.10.30 - 2012/12/06
748
-
749
- * Shows configuration file at start time
750
- * Changed ruby version dependency from ~> 1.9.2 to => 1.9.2 so that it works
751
- with ruby-2.0.
752
- * TimeSlicedOutput: overwrites default value of buffer_chunk_limit to 256m.
753
- fluent-plugin-s3 will be affected.
754
- * TextParser/in_tail: supports 'nginx' preset formats
755
- * in/out_forward and in_syslog: support IPv6
756
- * out_forward: fixed a out of bounds bug
757
-
758
-
759
- Release 0.10.29 - 2012/11/26
760
-
761
- * buf_file: added flush_at_shutdown option to force flush before shuttingdown
762
- * TextParser shows message in warn level if text doesn't match the pattern
763
-
764
-
765
- Release 0.10.28 - 2012/10/30
766
-
767
- * in_http: on_request method can get headers as HTTP_* key and remote address
768
- as REMOTE_ADDR key of the params argument
769
-
770
-
771
- Release 0.10.27 - 2012/10/11
772
-
773
- * added BufferChunk#unique_id which is an unique identifier of a buffered chunk
774
- * BufferedOutput: show 'temporarily failed' message
775
-
776
-
777
- Release 0.10.26 - 2012/09/26
778
-
779
- * added in_debug_agent plugin and fluent-debug command which enable you to
780
- gather internal information of running Fluentd process using interactive shell
781
- * supervisor: --user commandline argument also inherits secondary groups (id -G)
782
- * out_forward: supports 'expire_dns_cache' option to set DNS expire time or disable
783
- caching. Default behavior is 'never expire' which is same as former versions
784
- * out_forward: assumes successful data transfer via TCP as a successful
785
- heartbeat.
786
- * out_forward: lazier failure detection: default phi_threshold 8 -> 10
787
- * in_forward: uses other nodes aggressively if it couldn't send data to the first
788
- candidate to not stall during the wait time before detecting failure
789
- * in_forward: fixed shutdown procedure
790
- * in_tail: seeks to the saved position if detected log rotation actually
791
- didn't rotate the file (meaning inode doesn't change). this change enables
792
- cronolog to work with Fluentd.
793
- * in_tail: fixed a problem that it couldn't recover from uncaught exceptions
794
- caused by output plugins
795
- * fluentd command supports '-q' option to decrease log level
796
-
797
-
798
- Release 0.10.25 - 2012/07/23
799
-
800
- * shutdown won't block
801
- * out_exec_filter supports 'child_respawn' option
802
- * in_tail doesn't remove whitespaces
803
- * out_roundrobin supports 'weight' option
804
-
805
-
806
- Release 0.10.24 - 2012/06/28
807
-
808
- * TextParser/in_tail: supports 'tsv' and 'csv' preset formats
809
- * supervisor set FD_CLOEXEC to @wait_daemonize_pipe_w in case the child
810
- process forked during run_configure
811
-
812
-
813
- Release 0.10.23 - 2012/06/25
814
-
815
- * out_exec_filter: show more error messages when child process unexpectedly exited
816
- * in_tail: Added 'apache2' format template which converts fields into integers or nil
817
- * TextParser creates a parser instance for each output for proper configuration
818
- * BufferedOutput: reset @flush_now flag
819
- * changed default buffer limit parameters:
820
- Fluentd core:
821
- buffer_chunk_limit 256MB -> 8MB
822
- buffer_queue_limit 128 -> 256
823
- buf_memory:
824
- buffer_chunk_limit 32MB -> 8MB
825
- buffer_queue_limit 32 -> 64
826
- out_file:
827
- buffer_chunk_limit -> 256MB
828
-
829
-
830
- Release 0.10.22 - 2012/05/02
831
-
832
- * Fixed in_tail and TextParser not to raise "time_format is required" error
833
- * out_exec_filter: fixed JSONFormatter to add \n at the end of records
834
- * out_exec_filter: separated {tag_key,time_key,time_format} parameters to
835
- {in_,out_}{tag_key,time_key,time_format parameters while keeping
836
- compatibility
837
-
838
-
839
- Release 0.10.21 - 2012/05/01
840
-
841
- * in_tail and TextParser support 'format json'
842
- * in_tail and TextParser support 'time_key' and 'time_format' parameters for 'format json'
843
- * in_tail: improved the file reader not to consume too much memory if the file is huge
844
- * out_stdout: uses logger instead of STDOUT to show records even if Fluentd is daemonized
845
- * Fixed the type of 'retry_wait' parameter of buffered output plugins from 'float' to 'time'
846
- * Fixed owner of log files for log rotation to work properly with --user and --group options
847
-
848
-
849
- Release 0.10.20 - 2012/04/27
850
-
851
- * Fixed Config#to_s
852
- * out_exec_filter: supports 'out_format json' option
853
- * out_exec_filter: supports 'in_format json' option
854
-
855
-
856
- Release 0.10.19 - 2012/04/17
857
-
858
- * Fixed in_syslog
859
- * in_tail: fixed "invalid byte sequence in US-ASCII" error
860
- * in_unix is not obsoleted
861
-
862
-
863
- Release 0.10.18 - 2012/04/13
864
-
865
- * Use Yajl instead of standard json library to avoid encoding problem
866
- * buf_memory: call force_encoding('ASCII-8BIT') to avoid encoding problem
867
-
868
-
869
- Release 0.10.17 - 2012/04/02
870
-
871
- * in_tail: don't ignore last line without LF [#44]
872
- * Added HandleTagNameMixin
873
- * Removed automake/conf style build support
874
- Maintainig automake/conf style files are complex, but no user. We've decided
875
- not to have those files anymore. Otherwise it's still used at rpm/deb packaging
876
- scripts.
877
-
878
-
879
- Release 0.10.16 - 2012/03/26
880
-
881
- * Added in_gc plugin
882
- * Added in_object_space plugin
883
- * Changed dependency yajl-ruby from '~> 1.0.0' to '~> 1.0'
884
-
885
-
886
- Release 0.10.15 - 2012/03/09
887
-
888
- * Added experimental in_status plugin
889
- * out_forward: normalize the phi value of the failure detector into 1sec
890
- * out_forward: improved memory efficiency
891
- * out_forward: use weighted moving average for the phi accrual failure detector
892
-
893
-
894
- Release 0.10.14 - 2012/03/05
895
-
896
- * Show warnings if in_tcp or out_unix is used
897
- * BasicBuffer shows warnings when data.bytesize > @buffer_chunk_limit
898
- * out_forward: randomize roundrobin queue correctly
899
- * Added development dependencies to the gemspec
900
-
901
-
902
- Release 0.10.13 - 2012/02/21
903
-
904
- * Rewrote in_tail
905
- * Fixed SIGUSR1 handler to force flush logs
906
-
907
-
908
- Release 0.10.12 - 2012/02/13
909
-
910
- * Engine shows warnings when emitted record doesn't match any outputs
911
- * in_tail is rewritten to follow symbolic links correctly
912
- * out_forward uses independent default value as 'hard_timeout' parameter
913
-
914
-
915
- Release 0.10.11 - 2012/02/10
916
-
917
- * out_forward supports 'standby' parameter
918
- * out_forward handles 'hard_timeout' correctly
919
-
920
-
921
- Release 0.10.10 - 2012/02/09
922
-
923
- * in_forward and out_forward don't raise exceptions in callback handlers of
924
- cool.io not to stop Loop#run
925
- * TimeSlicedOutput ignores time_slice_wait if flush_interval is specified
926
- * in_tail follows symbolic links correctly
927
- * in_http supports "Content-Type: application/json"
928
- * TestDriver#run sleeps 0.5 seconds for the out_exec_filter plugin
929
-
930
-
931
- Release 0.10.9 - 2012/01/19
932
-
933
- * Fixed TimeSlicedOutputTestDriver
934
- * Updated cool.io 1.0.0 -> 1.1.0
935
- * TextParser: fixed regexp of syslog parser to work with rsyslog on CentOS
936
- * out_exec_filter: improve performance by using buffering
937
- * out_exec_filter: added num_children parameter
938
- * out_exec_filter: added remove_prefix/add_prefix parameters
939
- * out_tail: show warning if pos_file parameter is not set
940
- * out_copy: fixed problems when event stream is not repeatable
941
-
942
-
943
- Release 0.10.8 - 2011/12/03
944
-
945
- * Added Supervisor: restart process on SIGHUP or unexpected end of process
946
- * Added -i commandline option which allows inline config
947
- * Added TimeSlicedOutputTestDriver
948
- * BufferedOutput outputs 'retry succeeded' message
949
- * Use Gem::Specification instead of Gem.searcher which is obsoleted
950
- * Added BasicBuffer#chunk_limit -> buffer_chunk_limit alias for backward
951
- compatibility
952
- * buf_file: fixed to work with keys which contains '/'
953
-
954
-
955
- Release 0.10.7 - 2011/11/16
956
-
957
- * Supports multi-threaded on buffered output plugins ('num_threads')
958
- * Supports multi-process on input plugins ('detach_process')
959
- * Added ObjectBufferedOutput
960
- * Ensure to call 'shutdown' method of started plugins
961
- * in_tail supports 'pos_file' option that stores read position to a file
962
-
963
-
964
- Release 0.10.6 - 2011/11/11
965
-
966
- * Fixed --group NAME cmdline argument
967
- * Run configure(conf) after changing user and group
968
- * Fixed SIGHUP handling
969
- * BasicBuffer plugin uses Configurable module
970
- * buf_file uses microseconds + 12 bits random number for unique file name
971
-
972
-
973
- Release 0.10.5 - 2011/11/08
974
-
975
- * Added out_forward, in_forward
976
- * Added out_exec, in_exec
977
- * Added out_exec_filter
978
-
979
-
980
- Release 0.10.4 - 2011/11/07
981
-
982
- * TestDriver uses klass.dup.module_eval instead of inheriting class to
983
- override methods
984
- * fixed encoding problem of String#[] in FileBufferChunk#<<(data)
985
-
986
-
987
- Release 0.10.3 - 2011/10/21
988
-
989
- * Supports 'include' in config file
990
- * Supports "http://" schema
991
- * Supports wildcards
992
-
993
-
994
- Release 0.10.2 - 2011/10/18
995
-
996
- * Fixed EventStream#to_msgpack_stream (thanks CkReal)
997
- * Added gemspec.required_ruby_version = '~> 1.9.2' (thanks sakuro)
998
-
999
-
1000
- Release 0.10.1 - 2011/10/16
1001
-
1002
- * SetTimeKeyMixin accepts include_time_key parameter
1003
- * SetTagKeyMixin accepts include_tag_key parameter
1004
- * Fixed Makefile.am
1005
- * Fixed MemoryBufferChunk#msgpack_each
1006
-
1007
-
1008
- Release 0.10.0 - 2011/10/16
1009
-
1010
- * Removed Event class
1011
- * def format(tag, event) -> format(time, tag, record)
1012
- * def emit(tag, event) -> emit(tag, time, record)
1013
- * Added plugin APIs
1014
- * Added Configurable
1015
- * Added TimeFormatter
1016
- * Added SetTimeKeyMixin
1017
- * Added SetTagKeyMixin
1018
- * Added InputTestDriver
1019
- * Added Gemfile, gemspec and .rvmrc files
1020
-
1021
-
1022
- Release 0.9.20 - 2011/10/07
1023
-
1024
- * Config#has_key? sets used flag not to show warning
1025
- * in_tcp supports JSON
1026
- * Depends on Yajl
1027
- * Fixed fluentd -r option
1028
- * Fixed autogen.sh to create plugins directory
1029
-
1030
-
1031
- Release 0.9.19 - 2011/10/07
1032
-
1033
- * Secondary outputs work only when error count exceededs retry_limit
1034
- * Secondary outputs retry upto secondary_limit
1035
- * Added Output#secondary_init
1036
- * Added unit test driver for output plugins
1037
- * Added Fluent::Test.test? method
1038
- * Added comparision methods (<=>, ==, eql? and hash) to Event class
1039
- * Added test cases for out_copy, out_roundrobin and out_file
1040
-
1041
-
1042
- Release 0.9.18 - 2011/10/04
1043
-
1044
- * Performance improvements
1045
- * in_tcp uses lazy deserialization
1046
- * Engine caches results of Match#match
1047
- * out_file caches results of strftime
1048
- * Fixed TextParser.register_template
1049
-
1050
-
1051
- Release 0.9.17 - 2011/10/03
1052
-
1053
- * TimeSlicedOutput caches results of strftime() for performance
1054
- * Fixed TextParser.register_template (thanks eiichiroi)
1055
- * Fixed fluent-cat --port argument to work
1056
-
1057
-
1058
- Release 0.9.16 - 2011/10/01
1059
-
1060
- * Fixed it can't use relative path for --plugin command line argument
1061
- * Fixed out_copy to work with non-repeatable event streams
1062
-
1063
-
1064
- Release 0.9.15 - 2011/09/21
1065
-
1066
- * Set default encoding to ASCII-8BIT
1067
- * Fixed thread issues in BasicBuffer
1068
- * Performance improvements
1069
-
1070
-
1071
- Release 0.9.14 - 2011/09/21
1072
-
1073
- * Fixed to write unexpected error to log files
1074
- * Plugin loader uses GemSpec if it is available to load newer plugin
1075
- * Added Config.bool_value method for plugins
1076
-
1077
-
1078
- Release 0.9.13 - 2011/09/21
1079
-
1080
- * Updated out_file plugin
1081
- * Uses localtime by default
1082
- * Uses \t to separate time, tag and JSON.
1083
- * Uses ISO-8601 for the time format
1084
-
1085
-
1086
- Release 0.9.12 - 2011/09/20
1087
-
1088
- * Updated out_file plugin
1089
- * Supports log compression
1090
- * Slices log files every day by default
1091
-
1092
-
1093
- Release 0.9.11 - 2011/09/19
1094
-
1095
- * Added out_null plugin
1096
- * Added out_roundrobin plugin
1097
- * in_http supports keep-alive
1098
- * in_tcp and in_unix detect network failure
1099
-
1100
-
1101
- Release 0.9.10 - 2011/09/07
1102
-
1103
- * Periodic timer enqueues buffer chunks only when queue is empty
1104
-
1105
-
1106
- Release 0.9.9 - 2011/09/06
1107
-
1108
- * in_tail strips \n at the end of log line
1109
- * Uses newer one if multiple plugins are found
1110
-
1111
-
1112
- Release 0.9.8 - 2011/08/16
1113
-
1114
- * in_http plugin supports 'Expect: 100-continue' header
1115
- * Added --user and --group command line arguments to change privilege
1116
- * Changed default retry_limit parameter from 8 to 17
1117
- * Changed default buffer_chunk_limit parameter from 1m to 16m
1118
- * Changed default buffer_queue_limit parameter from 100 to 64
1119
-
1120
-
1121
- Release 0.9.7 - 2011/08/06
1122
-
1123
- * Load plugins named fluent_plugin.rb installed by RubyGems
1124
- * Load plugins located on fluent/plugin/{buf,in,out}_{type} installed by RubyGems
1125
- * Removed out_tdlog plugin to fluent-plugin-td gem
1126
-
1127
-
1128
- Release 0.9.6 - 2011/08/06
1129
-
1130
- * Force flush buffered events on SIGUSR1
1131
- * out_tdlog uses event tag for the database and table name
1132
- * Fluent can log Fluent logs
1133
- * Colorize Fluent logs on console
1134
- * Changed default unix domain socket path to /var/run/fluent/fluent.sock
1135
- * Makefile.am and configure.in aware fakeroot
1136
-
1137
-
1138
- Release 0.9.5 - 2011/07/23
1139
-
1140
- * Added <secondary> tag that fallbacks to secondary output when it can't
1141
- write to primary output.
1142
- * <match> pattern supports **; matches any fragments recursively.
1143
- * <match> pattern supports {x,y,...}; matches any of the inner patterns.
1144
-
1145
-
1146
- Release 0.9.4 - 2011/07/22
1147
-
1148
- * Switched EventMachine to Cool.io
1149
- * in_tail continues to follow file if it is deleted on Linux
1150
- * Added fluentd --setup option that installs sample configuration file
1151
- * Added out_tdlog plugin
1152
-
1153
-
1154
- Release 0.9.3 - 2011/07/05
1155
-
1156
- * Disable EventMachine.epoll because it doesn't work correctly on
1157
- Ruby 1.9 with threads
1158
- * in_tcp and in_unix uses EventMachine instead of threads
1159
- * Set BasicSocket.do_not_reverse_lookup = true
1160
-
1161
-
1162
- Release 0.9.2 - 2011/07/03
1163
-
1164
- * Added TimeSlicedOutput that splits buffer chunk exactly based on the time
1165
- * Changed structure of buffers from queue to map + queue
1166
- * Show waring if configuration parameters are not used
1167
- * Added out_time_file plugin
1168
-
1169
-
1170
- Release 0.9.1 - 2011/06/26
1171
-
1172
- * Added in_tail plugin
1173
- * Added in_syslog plugin
1174
- * Added out_stdout plugin
1175
- * Added out_tcp plugin
1176
- * Added out_unix plugin
1177
- * Improved performance of in_http plugin by replacing WEBrick + thread
1178
- with EventMachine
1179
-
1180
-
1181
- Release 0.9.0 - 2011/06/20
1182
-
1183
- * First release
1184
-
495
+ See https://github.com/fluent/fluentd/blob/v0.10/ChangeLog for v0.10 changelog