-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathChangeLog
More file actions
38 lines (20 loc) · 886 Bytes
/
ChangeLog
File metadata and controls
38 lines (20 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Release 2.3.2 - 2026/01/13
* out_sql: Use isolated connection configurations in the output plugin (#152)
* gem: Add ostruct as dependency for Ruby 4.0 (#159)
* gem: Relax required activesupport version to accept latest one (#161, #148)
Release 2.3.1 - 2024/02/29
* in_sql: Fix incompatibility against Ruby 3.2
Release 2.3.0 - 2021/10/08
* in_sql: Make table time_format configurable
Release 2.2.0 - 2021/04/20
* Upgrade ActiveRecord to 6.1
Release 2.1.0 - 2020/09/09
* in_sql: Use Fluent::EventTime instead of Integer to preserve millisecond precision
Release 2.0.0 - 2020/04/22
* out_sql: Remove v0.12 API code and use full v1 API. Change buffer format.
Release 1.1.1 - 2019/05/10
* out_sql: Support schema_search_path option of PostgreSQL
Release 1.1.0 - 2018/10/04
* Upgrade ActiveRecord to 5.1
Release 1.0.0 - 2018/04/06
* Support v1 API