Skip to content

Releases: treasure-data/embulk-input-google_analytics

Release version 0.1.24

27 Aug 08:54
2b09e97
Compare
Choose a tag to compare

upgrade version of gems to be compatible with other google input plugins

Lock signet and activesupport by less than or equal locked version

21 Oct 14:36
69bfbd2
Compare
Choose a tag to compare

Make plugin compatible with Ruby 2.3

21 Oct 05:04
216e1a4
Compare
Choose a tag to compare

Current embulk version 0.9.19 run on jRuby 9.1.15.0 which is fully compatible with Ruby 2.3

However some dependent gems inside this plugin have latest versions does require a ruby version higher than 2.3:

Which could cause a similar issue as embulk/embulk-output-bigquery#113

The solution is to lock the dependencies with a version that compatible with Ruby 2.3 (jRuby 9.1.x)

Fix (ArgumentError) no time information in "" when last_record_time is null

01 Apr 08:01
ca8f5d0
Compare
Choose a tag to compare

Fix (ArgumentError) no time information in "" when last_record_time is null

v0.1.18

23 May 16:04
14b6740
Compare
Choose a tag to compare
v0.1.18 Pre-release
Pre-release
  • Support OAuth2 using offline access (refresh_token)
  • Ignore last_record_time if non-incremental task

v0.1.15

29 Nov 04:46
Compare
Choose a tag to compare

Add explicit logging for the number of skipped records

v0.1.13

28 Mar 16:28
Compare
Choose a tag to compare
  • Fixed bug last_record_time in preview mode #20