forked from snowplow/snowplow-python-analytics-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
30 lines (26 loc) · 1022 Bytes
/
CHANGES.txt
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
Version 0.2.3 (2017-05-22)
--------------------------
Add extract_schema(uri) function (#26)
Use standard regular expression for schema URIs (#24)
Version 0.2.2 (2017-05-05)
--------------------------
Mark run ids archived to Glacier as processed (#23)
Version 0.2.1 (2017-05-03)
--------------------------
Block until run manifests table in created state (#20)
List all run ids regardless max-keys (#21)
Version 0.2.0 (2017-04-11)
--------------------------
Add flake linting to CI process (#4)
Add Vagrant environment (#5)
Add support for checking and setting a DynamoDB-backed run manifest (#14)
Add multiple Python versions to .travis.yml (#16)
Migrate usage guide from README to dedicated snowplow/snowplow wiki page (#12)
Migrate setup guide from README to dedicated snowplow/snowplow wiki page (#13)
Rename CHANGELOG to CHANGES.txt (#8)
Fix homepage URL (#10)
Fix author email (#15)
Update README markdown in according with CommonMark (#11)
Version 0.1.0 (2016-05-17)
--------------------------
Initial release