Releases: w-henderson/Humphrey
Humphrey v0.2.5
What's Changed
- Add more configuration options and route types by @w-henderson in #21
Full Changelog: 0.2.4...0.2.5
Humphrey v0.2.4
This release makes no changes to the actual functionality of Humphrey, but includes some strong performance optimisations and updates the back-end core crate to the latest version.
What's Changed
- Optimised efficiency of both crates (+10.5% performance) by @w-henderson in #12
- Humphrey Core 0.2 by @w-henderson in #20
Full Changelog: 0.2.3...0.2.4
Humphrey v0.2.3
What's Changed
- Updated path finding to better handle directories by @w-henderson in
7dd5a36
- Updated PHP plugin to use new path system by @w-henderson in
25ae891
Full Changelog: 0.2.2...0.2.3
Humphrey v0.2.2
What's Changed
- Added an
include
directive to the configuration format by @w-henderson in #9
Full Changelog: 0.2.1...0.2.2
Humphrey v0.2.1
What's Changed
- Added default configuration to fall back to when unspecified by @w-henderson in #6
- Fixed bug in Krauss' algorithm implementation by @w-henderson in #7
Full Changelog: 0.2.0...0.2.1
Humphrey v0.2.0
In this release of Humphrey, the configuration system has been completely rewritten to be more flexible and easy to understand.
What's Changed
- Update configuration parsing to be more flexible by @w-henderson in #5
Full Changelog: 0.1.1...0.2.0
Humphrey v0.1.1
Minor changes to the proxy and load balancer implementation.
What's Changed
- Implement HTTP proxy by @w-henderson in #4
Full Changelog: 0.1.0...0.1.1
Humphrey v0.1.0
This is the initial release of Humphrey, which is not production ready and should not be expected to be stable. Attached to the release are binaries for Windows and Linux with and without plugins, and the PHP plugin compiled for both Windows and Linux.