Px v0.9.0 #202
genotrance
announced in
Announcements
Px v0.9.0
#202
Replies: 1 comment
-
|
v0.9.1 was just posted with a few bug fixes:
More exciting is the first release of Docker images for Px. Two images are posted - the default includes keyring and associated dependencies whereas the mini version is smaller but will have to depend on environment variables for credentials. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version 0.9.0 has finally been published after almost a year of development. It felt like forever but everyone can finally enjoy the fruit of the efforts.
The primary goal was to implement all feature requests and bug fixes but as part of the test journey,
--auth=NONEchaining was added which allowed testing Px on OSX without direct access to an NTLM proxy. Finally, client authentication was added to allow testing Px without having to depend on a separate NTLM proxy altogether. These two features greatly improved the robustness and feature set but took a long time to get right and time will tell if they were worth it.Here are the new features added in this version:
listenon multiple network interfaces instead of having to usegatewayorhostonlyalong withallowrules, greatly improving securityPX_PASSWORDfor scenarios where gettingkeyringworking is non-trivialnoproxyoption which now works in any proxy mode--auth=NONEoption defers all authentication to the client, effectively making Px a dumb proxy that can be chained across hosts to access an upstream proxy that is not directly connected--quitto communicate with running instances instead of killing python processes--restartflag is now available to quit the current instance and start a new one--testflag to verify functionalityThere are also multiple modifications and bug fixes:
px.iniin the working directory, and finally the Px directoryAt this point, it is unclear what comes next but any near term releases will focus on resolving issues found by the community. I'm sure there will be some given the magnitude of changes since v0.8.4.
Beta Was this translation helpful? Give feedback.
All reactions