forked from adobe-research/http_streaming_client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
20 lines (18 loc) · 1017 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
http_streaming_client 0.8.0 (11.09.2013)
========================================
* added adobe firehose performance test client
* improved error handling for adobe firehose client
* added Railtie for Rails logger integration
http_streaming_client 0.5.0 (10.25.2013)
========================================
* Added support for the Adobe Analytics Firehose
* Refactored OAuth support to be extensible and support Adobe and Twitter mechanisms
* Refactored streaming support to support both chunked transfer encoding and line-oriented HTTP 1.1 streaming
* Refactored decompression support to support both compressed chunked transfer encoding and compressed line-oriented HTTP 1.1 streaming
* Added Adobe Firehose and Twitter Firehose command line scripts
* Added unit test coverage reports with simplecov
http_streaming_client 0.1.0 (10.23.2013)
========================================
* initial commit
* HTTP client with streaming support for GZIP compressed streams and chunked transfer encoding
* unit test suite