mirror of
https://github.com/taoensso/telemere.git
synced 2026-01-04 08:38:24 +00:00
v1.0.0-beta1 (2024-04-19)
This commit is contained in:
parent
5484f13481
commit
10fcf20958
4 changed files with 16 additions and 6 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,3 +1,15 @@
|
|||
This project uses [**Break Versioning**](https://www.taoensso.com/break-versioning).
|
||||
|
||||
---
|
||||
|
||||
# `v1.0.0-beta1` (2024-04-19)
|
||||
|
||||
> 📦 [Available on Clojars](https://clojars.org/com.taoensso/telemere/versions/1.0.0-beta1), this project uses [Break Versioning](https://www.taoensso.com/break-versioning).
|
||||
|
||||
This is Telemere's first public pre-release and mostly intended for early testers and those that'd like to give feedback.
|
||||
|
||||
While no significant changes are expected before the [planned v1.0 final release](https://www.taoensso.com/roadmap), you probably don't want to use this in production just yet.
|
||||
|
||||
**Please report any unexpected problems** and let me know if anything is unclear, inconvenient, etc. Now's the ideal time to get any last-minute changes in. Thank you! 🙏
|
||||
|
||||
\- Peter Taoussanis
|
||||
|
|
@ -13,9 +13,7 @@ It helps enable Clojure/Script systems that are **observable**, **robust**, and
|
|||
|
||||
## Latest release/s
|
||||
|
||||
> This library is still under development, ETA: [end April 2024](https://www.taoensso.com/roadmap).
|
||||
|
||||
- `v1.0.0-alpha6` (dev): [release info](https://clojars.org/com.taoensso/telemere/versions/1.0.0-alpha6) (for early adopters)
|
||||
- `v1.0.0-beta1`: [release info](https://clojars.org/com.taoensso/telemere/versions/1.0.0-beta1)
|
||||
|
||||
[![Main tests][Main tests SVG]][Main tests URL]
|
||||
[![Graal tests][Graal tests SVG]][Graal tests URL]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.taoensso/telemere "1.0.0-alpha6"
|
||||
(defproject com.taoensso/telemere "1.0.0-beta1"
|
||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||
:description "Structured telemetry library for Clojure/Script"
|
||||
:url "https://www.taoensso.com/telemere"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.taoensso/slf4j-telemere "1.0.0-alpha6"
|
||||
(defproject com.taoensso/slf4j-telemere "1.0.0-beta1"
|
||||
:author "Peter Taoussanis <https://www.taoensso.com>"
|
||||
:description "Telemere backend/provider for SLF4J API v2"
|
||||
:url "https://www.taoensso.com/telemere"
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
{:dependencies
|
||||
[[org.clojure/clojure "1.11.2"]
|
||||
[org.slf4j/slf4j-api "2.0.13"]
|
||||
[com.taoensso/telemere "1.0.0-alpha6"]]}
|
||||
[com.taoensso/telemere "1.0.0-beta1"]]}
|
||||
|
||||
:dev
|
||||
{:plugins
|
||||
|
|
|
|||
Loading…
Reference in a new issue