v0.3.0
This commit is contained in:
		
							parent
							
								
									9235c48c88
								
							
						
					
					
						commit
						3dc7627782
					
				@ -1,11 +1,11 @@
 | 
				
			|||||||
# Change Log
 | 
					# Change Log
 | 
				
			||||||
All notable changes to this project will be documented in this file, from 0.2.0.
 | 
					All notable changes to this project will be documented in this file, from 0.2.0.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [0.3.0.pre] - 2016-07-13
 | 
					## [0.3.0] - 2016-07-24
 | 
				
			||||||
  - Brings tests from v5 branch, providing greater coverage
 | 
					  - Brings tests from v5 branch, providing greater coverage
 | 
				
			||||||
  - Removes bulk update support, due to inconsistent behaviour
 | 
					  - Removes bulk update support, due to inconsistent behaviour
 | 
				
			||||||
  - Plugin now marked as threadsafe, meaning only 1 instance per-Logstash
 | 
					  - Plugin now marked as threadsafe, meaning only 1 instance per-Logstash
 | 
				
			||||||
    - Raises default max_pool_size to match the default number of works (1 connection per worker)
 | 
					    - Raises default max_pool_size to match the default number of workers (1 connection per worker)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## [0.2.10] - 2016-07-07
 | 
					## [0.2.10] - 2016-07-07
 | 
				
			||||||
  - Support non-string entries in statement array
 | 
					  - Support non-string entries in statement array
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
Gem::Specification.new do |s|
 | 
					Gem::Specification.new do |s|
 | 
				
			||||||
  s.name = 'logstash-output-jdbc'
 | 
					  s.name = 'logstash-output-jdbc'
 | 
				
			||||||
  s.version = "0.3.0.pre"
 | 
					  s.version = "0.3.0"
 | 
				
			||||||
  s.licenses = [ "Apache License (2.0)" ]
 | 
					  s.licenses = [ "Apache License (2.0)" ]
 | 
				
			||||||
  s.summary = "This plugin allows you to output to SQL, via JDBC"
 | 
					  s.summary = "This plugin allows you to output to SQL, via JDBC"
 | 
				
			||||||
  s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
 | 
					  s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user