All Versions
51
Latest Version
Avg Release Cycle
69 days
Latest Release
-

Changelog History
Page 3

  • v5.0.0-rc.10 Changes

    April 10, 2019

    โž• Add Message.{setReceiveTimestamp,setReceiveEpochNano} for ingestion points to use, thanks @haf

  • v5.0.0-rc.1 Changes

    February 18, 2019

    ๐Ÿ–จ Print better help message for UDP ingestion targets, thanks @haf
    ๐Ÿ”Š Ensure Rutta / HTTP codec logs errors to stdout, thanks @haf
    Ensure Rutta / HTTP codec can optionally enable CORS, thanks @haf
    ๐Ÿ‘ Allow HTTP codec to be nicely parametised with onSuccess, onFailure, thanks @haf
    ๐Ÿ“ฆ Extract TCP ingestion to its own package, thanks @haf
    ๐Ÿ–จ Print ZMQ version on start of Rutta, thanks @haf
    โšก๏ธ Update README for newest Rutta, thanks @haf
    โฌ†๏ธ Upgrade/fix Rutta command line parsing to assist user better and not crash dotnet, thanks @haf
    โœ‚ Remove older mono's from .travis.yml, thanks @haf
    ๐Ÿณ Set up Travis to push docker image on git tags, thanks @haf
    Create haaf/rutta-curl image as a utility image, thanks @haf
    ๐Ÿ— Create Makefile for simpler builds, thanks @haf
    ๐Ÿณ Enable smart version+tag docker image tagging in Makefile, thanks @haf
    Finish writing LICENSE.md, thanks @haf
    โฌ†๏ธ Upgrade all .Tests and Services to netcoreapp2.2, thanks @haf
    ๐Ÿ“‡ Rename ElasticSearch -> Elasticsearch, thanks @haf
    Normalise Elasticsearch, Jaeger and ApplicationInsights naming and module layout, thanks @haf
    ๐Ÿ–จ Pretty-print F# function signatures when instances thereof are logged, thanks @haf
    ๐Ÿ›  Fix bug in JSON encoder that missed null strings, thanks @haf
    Create an IngestServer abstraction and module, thanks @haf
    Port all Ingestion implementation to the new IngestServer abstraction, thanks @haf
    ๐Ÿšš Move ensureName from middleware to Logger in Logary, thanks @haf
    โž• Add Rutta Helm chart, thanks @haf

  • v5.0.0-beta.9 Changes

    • ๐Ÿ‘€ Logary.Ingestion.HTTP.HTTPConf: IVar -> Promise correction see #332
  • v5.0.0-beta.8 Changes

    • ๐Ÿ“œ Disable stacktrace parsing for log4jxml codec (could possibly be made a boolean instead), thanks @pakselsson
    • Cross-compile Logary.Adapters.EventStore (net461;netstandard2.0), thanks @haf
    • ๐Ÿšš Move Newtonsoft.Json asm redirect to Stackdriver target, thanks @haf
  • v5.0.0-beta.7 Changes

    • ๐Ÿ‘Œ Improve stacktrace parsing for WCF stacktraces, thanks @haf
    • โž• Adding Logary.PerfTests to track https://github.com/logary/logary/issues/322 thanks @haf
    • ๐Ÿ›  Fix #318, move Logary.EventProcessing -> Logary.Configuration
    • Correct Stopwatch.Frequency measurements for high-frequency timers. Thanks @haf
    • โž• Add Gauge.of{StopwatchTicks,...} methods, thanks @haf
    • โž• Add Logger.time{Alt,Job,Fun} for timing of Hopac things and F# functions, thanks @haf
    • Binding redirect for Rutta / Newtonsoft.Json #324, thanks @akselsson
  • v5.0.0-beta.6 Changes

    • System.Diagnostics.Trace target
  • v5.0.0-beta.5 Changes

    • ๐Ÿณ Published haaf/rutta docker container
    • ๐Ÿ‘Œ Improved JSON codec to capture error field.
    • ๐Ÿ“„ Documented Rutta with screenshots and docs in README
  • v5.0.0-beta.4 Changes

    • ๐Ÿ‘Œ Support parsing exn type and inner exception messages from .Net and Java stacktraces. Thanks @haf
    • ๐Ÿ›  Fix most of #294, thanks @haf
    • ๐Ÿ›  Fix #285 for LiterateConsole. This should be it. Thanks @haf.
    • ๐Ÿšš Move colourising tokenisers to a module more easily discoverable. Thanks @haf
    • ๐Ÿ›  Fix #300 naming of Events.miniLevel -> minLevel, thanks @haf
    • ๐Ÿ›  Fix #313 - passing along exns in the right format, thanks @haf
    • ๐Ÿ›  Fix #314 - add a few missing SI units
    • ๐Ÿ›  Fix #315 - print complete, parsed exns in console
    • โž• Add Topshelf and EventStore (for .Net Core) adapters
  • v5.0.0-beta.3 Changes

    • Targets: AliYun target ported to .Net Core
    • Targets: StackDriver target goes via JSON encoding; makes it total (AFAIK)
    • Codecs: log4j XML fix correcting its timestamp handling
    • ๐Ÿ“ฆ Ingestion: Publish HTTP ingestion as package
    • ๐Ÿ“ฆ Ingestion: Publish UDP ingestion as package
  • v5.0.0-beta.29 Changes

    December 27, 2018

    ๐Ÿ’ฅ BREAKING CHANGE. Change error model and failed-logs-model to be configuration based, #378, thanks @lust4life
    ๐Ÿ”€ Merge ASP.Net Core adapter into Logary repo proper #381, thanks @lust4life
    ๐Ÿ— Migrate build process to FAKE 5 on .Net Core #380, thanks @lust4life