Releases: zio/zio-zmx
v2.0.0-RC6
What's Changed
Full Changelog: v2.0.0-RC4...v2.0.0-RC6
v0.0.13
v0.0.12
What's Changed
- Use WeakSet insted of Set by @mingyang91 in #370
- Bump sbt and ZIO 1 version by @atooni in #405
New Contributors
- @mingyang91 made their first contribution in #370
Full Changelog: v0.0.11...v0.0.12
v2.0.0-RC4
What's Changed
- Refactor ZMX to ZIO2 / Update JS Client by @atooni in #317
- Exploring diagram configuration view by @EstebanMarin in #333
- Upgraded various libs and plugins by @ithinkicancode in #338
- Zio2 by @atooni in #340
- Daisy by @atooni in #346
- Dashboard organization, Component implementation by @atooni in #347
- Library upgrades by @ithinkicancode in #364
- Fixed a WebSocket connection warning, along with project cleanup and some minor improvements. by @ithinkicancode in #367
- Import/export dashboard by @ithinkicancode in #377
- Upgraded to ZIO v2rc2 and switched back to zio-http by @ithinkicancode in #390
- Upgraded zio-http to 2.0 RC4 by @ithinkicancode in #391
New Contributors
- @EstebanMarin made their first contribution in #333
- @ithinkicancode made their first contribution in #338
Full Changelog: v0.0.10...v2.0.0-RC4
v2.0.0-M1
What's Changed
- Refactor ZMX to ZIO2 / Update JS Client by @atooni in #317
- Exploring diagram configuration view by @EstebanMarin in #333
- Upgraded various libs and plugins by @ithinkicancode in #338
- Zio2 by @atooni in #340
- Daisy by @atooni in #346
- Dashboard organization, Component implementation by @atooni in #347
New Contributors
- @EstebanMarin made their first contribution in #333
- @ithinkicancode made their first contribution in #338
Full Changelog: v0.0.10...v2.0.0-M1
v0.0.11
0.0.10
This release contains a fix to enable tracking of fibers forked in a ZIO application with the ZMXSupervisor
by @jczuchnowski. Note that this is likely to be the last release before we migrate to ZIO 2.0.
0.0.9
0.0.8
This release contains support for Scala 3. It also includes a variety of new metrics from @vigoo as well as a fix to the collection of metrics using Summary
. Upgrading is recommended for all users.
Changes
0.0.7
This release contains a new developer mode metrics client to allow visualizing metrics without needing to set up a metrics backend such as Prometheus or StatsD. This is not a replacement for a full featured metrics backend but makes it easy to get started working with metrics without having to set up one of these solutions. Thanks to @atooni for all his work on this!
Changes
- Documentation @atooni (#280)
- Custom Laminar-based metrics client/server @kitlangton (#245)
- Implement MetricAspect.observeDurations @adamgfraser (#264)