Skip to content

Releases: metacosm/power-server

Release early-access

04 Jul 11:23
Compare
Choose a tag to compare
Release early-access Pre-release
Pre-release

Changelog

🚀 Features

  • 51f6f24 initial measure module to help client-side processing
  • 0b37e0c add pid de-/registering logging

🐛 Fixes

  • cbe92b7 clean up maven plugins configuration
  • 9bfa903 log error instead of printing the stacktrace

🔄️ Changes

  • ac6daab move missing measure to metadata package so clients can use it
  • 8071de5 introduce AbstractPowerSensor class

🧰 Tasks

  • 8b08c74 free Intel builds are only available on macOS 13 and below
  • af460cb use macos-latest-large for builds on macOS Intel
  • 1c05c7a update native-build test workflow
  • 6498f7f update to Java 21
  • 1df1f44 release 0.0.9
  • a436a0f deps: bump quarkus.platform.version from 3.12.0 to 3.12.1
  • 4d95fd5 deps: bump org.jreleaser:jreleaser-maven-plugin
  • 4d557ef deps: bump net.revelc.code:impsort-maven-plugin
  • 65e72a1 deps: bump org.apache.maven.plugins:maven-jar-plugin
  • f6c5907 deps: bump quarkus.platform.version from 3.11.2 to 3.12.0
  • 81aa04b deps: bump org.sonatype.central:central-publishing-maven-plugin
  • de2eb21 deps: bump org.apache.maven.plugins:maven-failsafe-plugin
  • a845148 deps: bump org.apache.maven.plugins:maven-surefire-plugin
  • 3d372b8 deps: bump org.apache.maven.plugins:maven-release-plugin
  • 093be64 deps: bump quarkus.platform.version from 3.11.1 to 3.11.2
  • c359eeb deps: bump net.revelc.code.formatter:formatter-maven-plugin
  • c75e042 deps: bump quarkus.platform.version from 3.11.0 to 3.11.1
  • 2c2d8d5 deps: bump org.apache.maven.plugins:maven-javadoc-plugin
  • 18a6ead deps: bump net.revelc.code.formatter:formatter-maven-plugin
  • a4228f9 deps: bump net.revelc.code:impsort-maven-plugin
  • ebe12dc test: add test
  • dd8d752 deps: update to Quarkus 3.11.0
  • 581f3ac deps: bump quarkus.platform.version from 3.10.0 to 3.10.1
  • 320cb2c release 0.0.8
  • 22c851a deps: bump org.jreleaser:jreleaser-maven-plugin
  • 4251c5d deps: bump org.apache.maven.plugins:maven-deploy-plugin
  • f4c0501 deps: bump quarkus.platform.version from 3.9.4 to 3.10.0
  • b792ff7 deps: bump org.apache.maven.plugins:maven-jar-plugin
  • 2dd5340 deps: bump org.apache.maven.plugins:maven-gpg-plugin
  • b3a27e0 deps: bump quarkus.platform.version from 3.9.3 to 3.9.4
  • b275013 deps: bump org.apache.maven.plugins:maven-jar-plugin
  • ffdaea3 deps: bump org.apache.maven.plugins:maven-gpg-plugin
  • 8529672 deps: bump quarkus.platform.version from 3.9.2 to 3.9.3
  • 90ce01d deps: bump org.apache.maven.plugins:maven-source-plugin
  • 2f8f909 deps: bump quarkus.platform.version from 3.9.1 to 3.9.2

📝 Documentation

  • 28c0a74 run instructions with sudo

  • afc5389 [maven-release-plugin] prepare for next development iteration
  • 20e3596 [maven-release-plugin] prepare release 0.0.8

Contributors

We'd like to thank the following people for their contributions:
Chris Laprun, GitHub Action, dependabot[bot]

0.0.5

22 Mar 19:01
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 3.7.0 to 3.7.1 by @dependabot in #52
  • chore(deps): bump quarkus.platform.version from 3.8.3 to 3.9.0 by @dependabot in #53
  • chore: release 0.0.4 by @metacosm in #54
  • release 0.0.5 by @metacosm in #55

Full Changelog: 0.0.3...0.0.5

0.0.3

21 Mar 13:29
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump quarkus.platform.version from 3.8.1 to 3.8.2 by @dependabot in #45
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 by @dependabot in #46
  • chore(deps): bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.0 to 3.2.1 by @dependabot in #48
  • chore(deps): bump quarkus.platform.version from 3.8.2 to 3.8.3 by @dependabot in #47
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #49
  • build: configure jreleaser by @metacosm in #50
  • chore: release 0.0.3 by @metacosm in #51

Full Changelog: 0.0.2...0.0.3

0.0.2

01 Mar 14:16
Compare
Choose a tag to compare

What's Changed

  • feat: revert to use Java 17 by @metacosm in #42
  • chore(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0.3.1 to 0.4.0 by @dependabot in #43
  • chore: release 0.0.2 by @metacosm in #44

Full Changelog: 0.0.1...0.0.2

0.0.1

29 Feb 18:37
Compare
Choose a tag to compare

What's Changed

  • fix: read sensor from worker thread by @metacosm in #1
  • feat: expose metadata endpoint by @metacosm in #2
  • refactor: extract metadata to separate module for reuse by @metacosm in #3
  • feat: output components array as space separated lines instead of Arrays.toString by @metacosm in #4
  • feat: consolidate metadata implementations, improve de-/serialization by @metacosm in #5
  • feat: extract all output power components as recorded in metadata by @metacosm in #6
  • refactor: use ProcessBuilder for power command by @metacosm in #7
  • fix: correctly report GPU by @metacosm in #8
  • feat: also send ticks with measures, avoid creating a Map per measure by @metacosm in #9
  • fix: stop ticks when there are no more subscribers by @metacosm in #10
  • refactor: optimize line splitting and comment checking by @metacosm in #11
  • chore: update to Quarkus 3.6.6 by @metacosm in #13
  • feat: intel support for powermetrics by @metacosm in #12
  • fix: command args split by @metacosm in #14
  • chore: update to Quarkus 3.7.0.CR1 by @metacosm in #15
  • test: make tests arch-specific by @metacosm in #16
  • feat: add formatting, re-format according to rules by @metacosm in #17
  • feat(ci): run some end to end tests on CI by @metacosm in #18
  • chore: update to Quarkus 3.7.1 by @metacosm in #19
  • chore: move from io.github.metacosm to net.laprun.sustainability by @metacosm in #20
  • chore: prepare for Sonatype release by @metacosm in #21
  • chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #23
  • chore(deps): bump surefire-plugin.version from 3.1.2 to 3.2.5 by @dependabot in #22
  • chore(deps): bump quarkus.platform.version from 3.7.2 to 3.7.3 by @dependabot in #30
  • chore(deps): bump org.sonatype.central:central-publishing-maven-plugin from 0.3.0 to 0.3.1 by @dependabot in #32
  • chore(deps): bump quarkus.platform.version from 3.7.3 to 3.8.0 by @dependabot in #31
  • chore(deps): bump quarkus.platform.version from 3.8.0 to 3.8.1 by @dependabot in #33
  • chore: release 0.0.1 by @metacosm in #41

New Contributors

Full Changelog: https://github.com/metacosm/power-server/commits/0.0.1