forked from snowplow-incubator/snowflake-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
42 lines (38 loc) · 1.55 KB
/
CHANGELOG
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
38
39
40
41
42
Version 0.2.3 (2024-06-12)
--------------------------
Bump aws-sdk-2 to 2.25.16 (#40)
Bump sbt-snowplow-release to 0.3.2 (#40)
Bump common-streams to 0.7.0 (#40)
Version 0.2.2 (2024-04-05)
--------------------------
Treat all client errors as setup errors when opening channel (#37)
Missing atomic column should be treated as a setup error (#38)
Use TIMESTAMP_TZ types when creating the table (#36)
Version 0.2.1 (2024-02-26)
--------------------------
Change the channel’s app name to Snowplow_Streaming (#34)
Change the Snyk org name (#34)
Bump nimbus-jose-jwt to 9.37.2 (#34)
Kafka: authenticate with Event Hubs using OAuth2 (#32)
Version 0.2.0 (2024-01-16)
--------------------------
Update common-streams to 0.3.0 (#26)
Loader to start healthy if no privilege to create tables but table already exists (#29)
Retry logs should express delays in milliseconds (#28)
Add config parser specs (#27)
Separate retry policies for transient errors and setup errors (#24)
Extend app health with bad sink (#19)
Bump snappy-java to 1.1.10.4
Bump reactor-netty-http to 1.0.39
Bump netty to 4.1.100.Final
Refactor Channel to allow testing retries (#21)
Use new badrows serializer checking max record size (#16)
Split out channel resource management into a generic Coldswap (#20)
Acquiring channel should not block graceful shutdown
Separate app name and version in alert payload (#13)
Implement alerting using webhook (#12)
Parse events from bytes instead of string (#10)
Don't crash app for Snowflake failures (#11)
Version 0.1.0 (2023-11-29)
--------------------------
Initial release