Skip to content

Releases: palantir/witchcraft-rust-server

4.0.0-rc1

29 May 14:48
4.0.0-rc1
e23935e
Compare
Choose a tag to compare
4.0.0-rc1 Pre-release
Pre-release

💥 Breaks

  • Upgrade to hyper 1 (#158)

3.12.0

03 May 13:03
3.12.0
3fd0b43
Compare
Choose a tag to compare

💡 Improvements

  • Produce metrics reporting jemalloc active/resident memory. (#182)

3.11.0

03 Apr 00:35
8838568
Compare
Choose a tag to compare
Type Description Link
Feature Added HealthCheckRegistry::register_if_absent and downcast support to HealthCheck. #176

3.10.0

12 Jan 16:55
d1bc42c
Compare
Choose a tag to compare
Type Description Link
Improvement Cleaned up the internal Service trait. #155
Improvement Expose diagnostics in Witchcraft so services can register their own diagnostics. #159
Improvement allow custom config loaders #160

3.9.0

10 Oct 13:20
d57356d
Compare
Choose a tag to compare
Type Description Link
Feature Management endpoints can now be exposed on a separate port. #141

3.8.0

30 May 13:04
f4f635f
Compare
Choose a tag to compare
Type Description Link
Improvement The server now uses rustls as its TLS implementation. The TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 and TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 cipher suites are no longer supported. #114
Improvement Reimplemented the thread dump diagnostic, removing the native elfutils dependency. #125
Feature Add global functions for ad-hoc audit logging #128
Feature Set the new orgId field in service and request logs #132

3.7.0

22 Apr 11:25
8d3fa5d
Compare
Choose a tag to compare
Type Description Link
Fix bump version to 3.7.0 #126

3.6.0

22 Apr 01:20
9f7d98a
Compare
Choose a tag to compare
Type Description Link
Fix Fix the heap stats diagnostic name in manifest extension #124

3.5.0

11 Apr 20:25
7f6bac6
Compare
Choose a tag to compare
Type Description Link
Feature Request logs now contain the auth token's org field as the _org param if present. #107
Feature PeerAddr's field is now public. #120

3.4.0

19 Jan 15:09
6e89b3c
Compare
Choose a tag to compare
Type Description Link
Feature Exposeon_shutdown method in Witchcraft to register server shutdown operations. #103