Revision history for Perl extension Stor
1.5.2 2018-09-13T11:29:44Z
-
rmq publish don't break stor if rmq are unavailable
-
rmq reconnect
1.4.1
-
use Net::AMQP::RabbitMQ instead of Mojo::RabbitMQ::Client (good enough for our use-case)
-
refactor rmq functionality to RmqPublishFactory (+tests)
-
reccurent timer for heartbeat
1.4.0 2018-07-04T14:47:28Z
-
add optional rabbitmq SHA publisher
1.1.4 2018-05-31T12:09:37Z
-
system perl in test fix
-
used (not empty) port in test fix
1.1.3 2018-05-31T09:57:20Z
-
S3bug: Bigger samples then 503MB wasn't downloaded, becuase default user agent limit. Now is limit unlimited (because file is streamed)
1.1.2
-
Recurring cleanup task for old mojo temp files
1.1.0
-
Added logging
1.0.0 2018-05-11T09:08:33Z
-
fix & improve documentation
-
configuration changes:
-
get_from_hcp renamed to s3_enabled
-
hcp_credentials renamed to s3_credentials
0.10.2 2018-05-10T14:20:30Z
-
Timings to statsite is now in miliseconds
0.10.1
-
Bugfix when zero-sized chunk is sent form hcp
0.10.0
-
Properly streaming files form hcp storage
0.9.0
-
writable_pairs_regex configuration (default all pairs)
0.6.0
-
Last-Modified header
0.5.0
-
cache support
0.4.4
-
lookup.attempt.[$attempt].count and lookup.time metrics added
-
remove Cpanel::JSON::XS dependency
0.4.3
-
remove retry - clients retry is better (not blocked servers process)
-
success.get.ok.[time/size] metrics added
-
remove error.get.unknown.count metric (success and error mismatch)
0.4.0
-
add basic authorization for POST
0.1.0
-
original version