0.3.0
What's Changed
- Make explicit rust version requirement by @wu-sheng in #35
- Update dependencies version limitation. by @jmjoy in #36
- Startup 0.3.0 by @heyanlong in #37
- Support PHP 8.2 by @heyanlong in #38
- Fix php-fpm freeze after large amount of request. by @jmjoy in #39
- Lock develop rust version to 1.65, upgrade deps. by @jmjoy in #41
- Fix worker unexpected shutdown. by @jmjoy in #42
- Update docs about installing rust. by @jmjoy in #43
- Retry cargo test when failed in CI. by @jmjoy in #44
- Hack dtor for mysqli to cleanup resources. by @jmjoy in #45
- Report instance properties and keep alive. by @jmjoy in #46
- Add configuration option
skywalking_agent.runtime_dir
. by @jmjoy in #47 - Add authentication support. by @jmjoy in #48
- Support TLS. by @jmjoy in #49
- Periodic reporting instance properties. by @jmjoy in #50
- Bump to 0.3.0. by @jmjoy in #51
Breaking
- Remove
http://
scheme inskywalking_agent.server_addr
.
New Contributors
Full Changelog: v0.2.0...v0.3.0