mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-17 01:51:10 +00:00
[nop] Misc docs houskeeping
This commit is contained in:
parent
a60f5b8d7c
commit
4fdc55e9b8
3 changed files with 6 additions and 6 deletions
|
|
@ -34,7 +34,7 @@ Thanks for the patience awaiting v1 final! I hope and believe that it'll have be
|
|||
Please read these carefully in case you might be affected:
|
||||
|
||||
* ➤ **\[mod]** Signal content: drop `:location`, add `:coords` \[fda22ce] (**RC3**)
|
||||
* ➤ **\[mod]** Signal options: drop `:location`, add `:coords` \[8d479ff] (**RC3**)
|
||||
* ➤ **\[mod]** Signal options: drop `:location`, add `:coords` \[1f99f71] (**RC3**)
|
||||
* ➤ **\[mod]** OpenTelemetry: use standard attr names when possible \[bb715fb] (**RC3**)
|
||||
* \[mod] [#39] Discontinued separate "shell" library \[096c432] (RC2)
|
||||
* \[mod] Change return value of experimental [`with-signals`](https://cljdoc.org/d/com.taoensso/telemere/CURRENT/api/taoensso.telemere#with-signals) \[cb6a5d9] (RC2)
|
||||
|
|
@ -79,7 +79,7 @@ Please read these carefully in case you might be affected:
|
|||
|
||||
#### Misc improvements
|
||||
|
||||
* **\[new]** Use [Truss](https://www.taoensso.com/truss) v2, use [contextual exceptions](https://cljdoc.org/d/com.taoensso/truss/CURRENT/api/taoensso.truss#ex-info) when relevant (**RC3**)
|
||||
* **\[new]** Use [Truss](https://www.taoensso.com/truss) v2 and [contextual exceptions](https://cljdoc.org/d/com.taoensso/truss/CURRENT/api/taoensso.truss#ex-info) when relevant (**RC3**)
|
||||
* **\[new]** [#44] Open Telemetry handler: add span kind option (@farcaller) \[413cce8] (**RC3**)
|
||||
* **\[new]** Reduced Cljs build sizes in some cases (**RC3**)
|
||||
* \[new] Add [`timbre->telemere`](https://cljdoc.org/d/com.taoensso/telemere/CURRENT/api/taoensso.telemere.timbre#timbre->telemere-appender) appender and update docs \[ace6e2d] (RC2)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# <img src="https://raw.githubusercontent.com/taoensso/telemere/master/imgs/telemere-logo.svg" alt="Telemere logo" width="360"/>
|
||||
|
||||
### Structured telemetry library for Clojure/Script
|
||||
### Structured logs and telemetry for Clojure/Script
|
||||
|
||||
**Telemere** is a **pure Clojure/Script library** that offers an elegant and simple **unified API** to cover:
|
||||
|
||||
|
|
@ -211,7 +211,7 @@ It enables you to write code that is **information-verbose by default**.
|
|||
## Comparisons
|
||||
|
||||
- Telemere [compared](../../wiki/5-Migrating#from-timbre) to [Timbre](https://www.taoensso.com/timbre) (Telemere's predecessor)
|
||||
- Telemere [compared](../../wiki/6-FAQ#how-does-telemere-compare-to-mulog) to [Mulog](https://github.com/BrunoBonacci/mulog) (Structured micro-logging library)
|
||||
- Telemere [compared](../../wiki/6-FAQ#how-does-telemere-compare-to-mulog) to [Mulog](https://github.com/BrunoBonacci/mulog) (structured micro-logging library)
|
||||
|
||||
## Videos
|
||||
|
||||
|
|
@ -332,7 +332,7 @@ You can [help support][sponsor] continued work on this project, thank you!! 🙏
|
|||
|
||||
## License
|
||||
|
||||
Copyright © 2023-2024 [Peter Taoussanis][].
|
||||
Copyright © 2023-2025 [Peter Taoussanis][].
|
||||
Licensed under [EPL 1.0](LICENSE.txt) (same as Clojure).
|
||||
|
||||
<!-- Common -->
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
(defproject com.taoensso/telemere "1.0.0-RC3"
|
||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||
:description "Structured telemetry library for Clojure/Script"
|
||||
:description "Structured logs and telemetry for Clojure/Script"
|
||||
:url "https://www.taoensso.com/telemere"
|
||||
|
||||
:license
|
||||
|
|
|
|||
Loading…
Reference in a new issue