Skip to content

Releases: causiq/logary

5.0.0-beta.20

29 Jun 15:33
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.20 Pre-release
Pre-release

Enable access to Suave.HttpContext for HTTP ingestion

5.0.0-beta.19

19 Jun 12:44
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.19 Pre-release
Pre-release

Fix #354 — Facade v4 getExns may return nulls
Fix #350 — Ensure setLastName in Facade keeps the parent logger name
Fix #355 — Facade v4, support pretty printing context values
Fix #356 — Ensure addExn gets printed with plain console

5.0.0-beta.18

13 Jun 12:48
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.18 Pre-release
Pre-release

Ref #348 — wait for buffers - don't throw exceptions; push fix till later
Ref #348 — bump Stackdriver buffer size

5.0.0-beta.17

13 Jun 08:59
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.17 Pre-release
Pre-release

Fix #348 — wait for buffers

5.0.0-beta.16

12 Jun 19:03
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.16 Pre-release
Pre-release

Make Adapter.getLogger a verbose log operation
Fix #347 - BufferFull result from Logary proper, through Facade cast exn
Fix #346 — Stackdriver not sending Logger.name — now sent as labels.logger.
Fix #343 — prettyprint IPEndPoint and IPAddress

5.0.0-beta.15

08 Jun 09:04
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.15 Pre-release
Pre-release

Fix #341 — template from context as well as fields

5.0.0-beta.14

07 Jun 18:51
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.14 Pre-release
Pre-release

Fix #340 — Pass value and formatted values
Fix #339 — Handle more common/known types in the Json serialiser

5.0.0-beta.13

07 Jun 09:45
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.13 Pre-release
Pre-release

Fix inverted if-statement in printDotOnOverflow

5.0.0-beta.12

07 Jun 09:15
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.12 Pre-release
Pre-release

Build Facade v4 for Hopac-based software, thanks @haf
Preserve non-exceptions in error field, thanks @yoff
Fix crash when comparing versions in adapter, thanks @yoff
Adapter handles gauges and their units better, allowing the Facade to pass in metrics, thanks @yoff
Add in Scope support, thanks @haf and @lust4life
Fix #336 — more than ~25 crashes of a Target would crash Logary with an arithmetic overflow. Thanks @haf

5.0.0-beta.11

24 May 21:17
@haf haf
Compare
Choose a tag to compare
5.0.0-beta.11 Pre-release
Pre-release

Dot not crash on typecasts when constructing log message, thanks @yoff
Cross-compile Rutta for .net core, subject to these limitations Topshelf/Topshelf#444, thanks @haf
Fix #330 – tagging Gauges, thanks @haf
Fix #302 – Struct for Gauge, thanks @haf