Version 0.7.0a1 #507
hartym
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added
httpx interfaces.
closer to httpx interfaces.
applications. A sphinx extension was added to automatically document service definitions from applications.
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.Configurable
base class is now used for allsettings classes, and a new
harp.config.Stateful
allows to define settings wrappers for stateful objects.EVENT_CONTROLLER_VIEW
event has been renamed toEVENT_CORE_VIEW
for 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 list
command to list available examplesUpdated
Fixed
Deleted
Config: old settings classes have been removed (Definition, DisableableBaseSettings, DisabledSettings, Lazy, Settings)
along with related helper (settings_dataclass).
Full Changelog: 0.6.1...0.7.0a1
HARP Proxy 0.7.0a1 on PyPI
This discussion was created from the release Version 0.7.0a1.
Beta Was this translation helpful? Give feedback.
All reactions