Skip to content

Releases: SolarEdgeTech/pyctuator

Support registering metadata

08 May 21:53
Compare
Choose a tag to compare

Enables pyctuator to include metadata in the SBA registration request.

Scrub secrets from HTTP headers

28 Apr 17:47
Compare
Choose a tag to compare

In addition to scrubbing secrets from environment and configuration variables, pyctuator now scrubs secrets from HTTP headers.

Enable registration over HTTPS

10 Nov 15:42
d529767
Compare
Choose a tag to compare
Merge pull request #43 from SolarEdgeTech/http_registration_url

Should be possible to use HTTPS in SBA registraion URL

Add support for the Tornado web framework

11 Oct 15:49
cf01e44
Compare
Choose a tag to compare

See #34, and thank you @aneasystone for the contribution.

Fix default logging configuration

02 Sep 21:05
a4c9dda
Compare
Choose a tag to compare

With this release, Pyctuator will automatically configure the logging system if not configured yet.
See #31

Support aiohttp applications

08 Jul 06:53
09d69bb
Compare
Choose a tag to compare

This release adds support for the aiohttp web framework.
As a result, you can now monitor aiohttp web apps using Pyctuator and Spring Boot Admin.
Kudos to @amenezes for suggesting and contributing this feature!

Fix http-trace timing bug

24 Jun 14:50
b7a43ac
Compare
Choose a tag to compare

Support using basic-auth when registering to SBA

20 May 19:07
a09aa78
Compare
Choose a tag to compare
Merge pull request #9 from SolarEdgeTech/sba-basic-auth

Pyctuator should be able to register with SBA that's using basic-auth

First public release

13 May 11:05
f707a77
Compare
Choose a tag to compare
Merge pull request #4 from SolarEdgeTech/yanay_add_action_publish_to_…

…pypi

Add github action: publish to pypi