-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
92 lines (80 loc) · 3.34 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Version 0.9.0 (2024-11-26)
--------------------------
Kinesis source improvements for larger deployments (#99)
Preserve original field order when merging schemas (#98)
Version 0.8.1 (2024-11-08)
--------------------------
Fix for `_schema_version` overriding non-object entity data (#97)
Version 0.8.0 (2024-10-29)
--------------------------
Bump dependencies to latest versions
Fix TypedTabledEntity build
Install sbt in github actions
Change default webhook heartbeat period to 5 minutes (#93)
Pubsub source open more transport channels (#92)
Remove temporary Iglu registry used for heartbeat tests (#90)
Bump schema-ddl to 0.25.0 (#89)
Http4s Client with configuration appropriate for common-streams apps (#87)
Resolve schemas in parallel (#85)
Re-implement Kinesis source without fs2-kinesis (#84)
Refactor application health monitoring (#82)
Bump iglu-scala-client to 3.2.0
Webhook for sending alert messages (#81)
Version 0.7.0 (2024-05-29)
--------------------------
Kinesis source must report its latency when KCL is not healthy (#77)
PubSub source scale the parallel pull count with number of cores (#78)
Fix randomly adjusted first window size (#79)
Eagerness of windows should be configurable (#76)
Version 0.6.0 (2024-05-08)
--------------------------
Omit parquet field for a schema with no nested fields (#74)
Disable testcontainers/ryuk in CI (#69)
Manually fetch Localstack container image before running Kinesis specs (#69)
Manually fetch container image before running StatsD spec (#69)
Version 0.5.2 (2024-03-26)
--------------------------
Bump schema-ddl to 0.22.2
Version 0.5.1 (2024-03-25)
--------------------------
Bump all dependencies to latest versions (#71)
Kinesis source options to allow less lease-stealing (#70)
Add unit test for `Transform.transformEvent` method.
Use `Vector` instead of `List` in transform methods: part 2 (#66)
Version 0.5.0 (2024-03-19)
--------------------------
Improve timings of overlapping windows (#64)
Fix nacking unhandled pubsub messages during shutdown (#63)
Use `Vector` instead of `List` in transform methods.
For structured data add ability to skip schemas matching criterion.
Add `AcceptedLicense` model
Version 0.4.0 (2024-02-16)
--------------------------
Kafka: authenticate with Event Hubs using OAuth2 (#57)
Version 0.3.0 (2024-01-15)
--------------------------
Add StatsD metrics testing (#47)
Use short `_schema_version` field from analytics-sdk (#55)
Add coldswap class to manage concurrent resource access (#53)
Unit tests for ConfigParser (#51)
Add badrows serializer checking max size (#49)
Extend coverage of Transform.transformEventUnstructured unit tests (#50)
Version 0.2.1 (2023-12-12)
--------------------------
Reinstate shutdown timeout on pubsub source (#44)
Version 0.2.0 (2023-12-11)
--------------------------
Explicitly shut down thread pools for pubsub (#42)
Add health status reporter to the Source interface (#40)
Set user-agent header in PubSub publisher and subscriber (#37)
Reduce thread context switching in pubsub source (#36)
Upgrade analytics-sdk to 3.2.0 (#41)
Skip schemas for unstructured transformation (#39)
BatchUp should be compatible with ListOfList (#32)
Use ListOfList as primary data structure for streaming apps (#31)
Bump badrows to 2.3.0 (#30)
pubsub sink: wrap bytes instead of copying (#28)
Bump localstack to 2.3.2 (#33)
Version 0.1.0 (2023-11-16)
--------------------------
Initial release