Skip to content

Commit

Permalink
version 5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aamine committed Oct 17, 2016
1 parent ef442ee commit 76392fc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
bricolage (5.18.1)
bricolage (5.19.0)
aws-sdk (~> 2)
mysql2
pg (~> 0.18.0)
Expand Down
5 changes: 5 additions & 0 deletions RELEASE.md
@@ -1,5 +1,10 @@
# Bricolage Release Note

## version 5.19.0

- [new] bricolage, bricolage-jobnet, Bricolage::CommandLineApplication now do not block on executing queries in PostgreSQL-like DBs (including Redshift).
- [CHANGE] Removes (maybe) unused method PostgresConnection#streaming_execute_query. Use #query_batch instead.

## version 5.18.1

- new class SNSDataSource.
Expand Down
2 changes: 1 addition & 1 deletion lib/bricolage/version.rb
@@ -1,4 +1,4 @@
module Bricolage
APPLICATION_NAME = 'Bricolage'
VERSION = '5.18.1'
VERSION = '5.19.0'
end
2 changes: 1 addition & 1 deletion test/home/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
bricolage (5.18.1)
bricolage (5.19.0)
aws-sdk (~> 2)
mysql2
pg (~> 0.18.0)
Expand Down

0 comments on commit 76392fc

Please sign in to comment.