Skip to content

Releases: causiq/logary

5.0.0-rc.2

21 Feb 22:19
@haf haf
Compare
Choose a tag to compare
5.0.0-rc.2 Pre-release
Pre-release

Enable project id discoverability with google metadata server in Stackdriver, thanks @haf
Create a new Google BigQuery target, thanks @haf
Stability fixes for Rutta JSON ingestion, thanks @haf
Improve sending of StacktraceLine[] to Stackdriver, thanks @haf

5.0.0-rc.1

18 Feb 14:54
@haf haf
Compare
Choose a tag to compare
5.0.0-rc.1 Pre-release
Pre-release

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

5.0.0-beta.29

27 Dec 20:06
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.29 Pre-release
Pre-release

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

5.0.0-beta.28

06 Dec 13:04
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.28 Pre-release
Pre-release

Make tags opt-in for Influx target (on master)

5.0.0-beta.26

02 Oct 11:45
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.26 Pre-release
Pre-release

Switch Opsgenie alias/message around #369, thanks @haf

5.0.0-beta.25

22 Sep 15:52
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.25 Pre-release
Pre-release

Upgrade to F# v4.5 and Hopac v0.4, fixes #367, thanks @haf
Remove assembly redirects for Stackdriver, thanks @haf

5.0.0-beta.24

14 Sep 14:48
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.24 Pre-release
Pre-release

Upgrade all dependencies, except; constrain Suave <2.5, thanks @haf
Fix timestamp JSON deserialisation error — assume we get timestamp in ns since epoch or ISO8601 TS, thanks @haf

5.0.0-beta.23

14 Sep 06:40
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.23 Pre-release
Pre-release

Fix #365 — thanks @haf — support for ingesting batched messages

5.0.0-beta.22

13 Aug 08:29
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.22 Pre-release
Pre-release

Fix #349 via #363 — thanks @akselsson

5.0.0-beta.21

01 Jul 14:29
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.21 Pre-release
Pre-release

Fix #357 — for simple exns
Fix #357 — for AggregateException
Rename StacktraceParse.InnerDelim -> StacktraceParse.StacktraceDelim, since it's being used for non-inner stacktrace delimitations.