Version 0.7 #518
hartym
announced in
Announcements
Version 0.7
#518
Replies: 0 comments
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.
-
Added
httpx interfaces.
closer to httpx interfaces.
applications. A sphinx extension was added to automatically document service definitions from applications.
"!include /path/to/other.yml") or from a python package path, using "!include services.yml from my.package" syntax.
liveness check algorithm. For now, supported algorithms are "ignore" (do nothing), "naive" (old behaviour with simple
thresholds), "leaky" for a leaking bucket, and "inherit" (use parent algorithm). The default is "inherit", and if all
settings in config chain are set to "inherit", the top-level default is "naive".
Changed
and state-related things are moved to wrappers. The new
harp.config.Configurablebase class is now used for allsettings classes, and a new
harp.config.Statefulallows to define settings wrappers for stateful objects.EVENT_CONTROLLER_VIEWevent has been renamed toEVENT_CORE_VIEWfor consistency with other event names.then the kwargs data is passed to a stub implementation, allowing a simpler way to create requests (in tests, for
example).
harp examples listcommand to list available examplesFixed
Deleted
along with related helper (settings_dataclass).
Links
Full Changelog: 0.6...0.7.1
PyPI: HARP Proxy 0.7.1 on PyPI
Docker Hub: Docker image
Notes
The 0.7.0 release has been deleted shortly after being released, as a docker image configruration issue was found during the initial tests, causing the image to not start. The 0.7.1 version is the real first 0.7 version.
This discussion was created from the release Version 0.7.1.
Beta Was this translation helpful? Give feedback.
All reactions