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
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.
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 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