Releases: zerodha/logf
Releases · zerodha/logf
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
v0.5.0
Changelog
- 77491f1 chore: update benchmark
- d285c27 Merge pull request #12 from iamd3vil/handle-error
- 20a7f11 feat: Handle error type while writing to the buffer.
- 7e7e74c chore: update benchmarks
- bacb284 Merge pull request #11 from zerodha/opts
- edd3c10 feat: reduce allocs while getting caller frame count
- 5e36465 feat: add default options for logger
- 08ebb87 chore: doc cleanup
- 03e3acc Merge pull request #10 from iamd3vil/ref/var-args
- a391cda chore: Remove TODO.
- 0ace9d4 doc: Update README.md with new api.
- fbdbfa3 ref: Use variadic arguments for fields instead of passing a map.
v0.4.1
v0.4.0
Changelog
- 8bf24d5 Merge pull request #5 from zerodha/timestamp
- cb5aaea feat: switch to default ts format with ms precision
- 9273cc7 chore: update benchmarks
- 342ed05 Merge pull request #4 from joeirimpan/alloc
- 24052cd ref: Use append string, bytes instead of bytes.Buffer equivalents
- 25dd0f7 perf: Use backing array for all write ops instead of alloc
- a36b84c chore: update go mod
- 1582db4 chore: add sticker in README
v0.3.2
v0.3.1
Changelog
- 5b61699 chore: cosmetic changes
- fce30c0 doc: update benchmarks
- 0e12c99 chore: fix lint error
- 74ebc44 Merge pull request #3 from iamd3vil/feat/buffer-pool
- bac3aec fix: Properly escape invalid characters before writing to the buffer.
- 20364a6 feat: Add field logger to avoid locking.
- f672fe9 feat: improve performance of colored logs
- 582b572 fix: Fix panic incase of concurrent colored loggging.
- e0cb9b1 chore: cosmetic changes
- 28e15f5 Merge pull request #1 from iamd3vil/feat/perf
- 629d1eb feat: Improve performance by writing directly to a buffer.
- 620797b feat: init
- 5410e05 Initial commit