Riemann v0.1.3 Release Notes

Release Date: 2012-11-13 // over 11 years ago
  • Full Changelog

    Closed issues:

    • Clarify relationship between where-event, match, and where. #52
    • Generated .deb file is not indexable by apt-ftparchive & friends #47
    • Graphite reconnection fails #46
    • Investigate a possible bug in (where (tagged "foo")) #42
    • โž• Add docstring for streams/tagged #41
    • MD5 checksum files on downloads #40
    • ๐Ÿ“œ Replace protobufs parser #39
    • (where (service x)) should evaluate x. #38
    • Librato metrics adapter #37
    • Get a Yourkit license #35
    • (where ... (else ...)) #34
    • multimethods for boolean dispatch #13
    • Deb files should be owned by root. #67
    • 0๏ธโƒฃ Sane default config. #66
    • ๐Ÿ‘Œ Verify deb #65
    • ๐Ÿ‘Œ Verify tarball works #64
    • ๐Ÿ“ฆ Write package task #63
    • Write tarball task #62
    • Moar GC opts for production bin scripts. #61
    • Switch servers from localhost to 127.0.0.1 #59
    • ๐Ÿš€ Release 0.1.3 #58
    • ๐Ÿš€ Write release notes #57
    • ๐Ÿ“ฆ Write a proper debian package script. #54

    ๐Ÿ”€ Merged pull requests:

    • * this should exec, rather than launch a subprocess. this way it works n... #60 (jib)
    • ๐Ÿ * mention how to do it on windows as well #50 (jib)
    • ๐ŸŒฒ * document how to log to stdout #48 (jib)
    • โž• add a bench-only test for indexing speed. #33 (pyr)
    • Parameterize message framing pipeline. #32 (banjiewen)
    • ๐Ÿ›  Fix graphite-server call #31 (pyr)
    • โž• Add travis configuration #30 (pyr)
    • ๐Ÿ”„ Change streams/moving-event-window to use take-last instead of subvec. #28 (banjiewen)
    • ๐Ÿ”‹ Feature small cleanups #27 (pyr)
    • split where into where and where-event, avoiding symbol touching #26 (pyr)
    • Switch pubsub registry to an atom. #25 (pyr)
    • ๐Ÿ‘‰ Use an atom pointing to a simple list to store events in coalesce. #24 (pyr)
    • โž• Add a graphite listener. #23 (pyr)
    • ๐Ÿ‘‰ Use a pool of sockets for riemann.graphite. #22 (banjiewen)
    • ๐Ÿ‘ Allow custom message-decoding functions for TCP and UDP servers. #21 (banjiewen)
    • โž• Add streams/fold-interval and test #18 (b)