Skip to content

Releases: psf/httpbin

release-v0.10.4

Choose a tag to compare

@github-actions github-actions released this 16 Jun 21:40
f7b02ae
Release v0.10.4

release-v0.10.3

Choose a tag to compare

@github-actions github-actions released this 16 Jun 17:10
c4aa016
Release v0.10.3

release-v0.10.2

Choose a tag to compare

@github-actions github-actions released this 20 Feb 21:29
release v0.10.2

v0.10.1

Choose a tag to compare

@kevin1024 kevin1024 released this 28 Aug 22:54

Substantial housekeeping, dependency cleanup, image building, and packaging revamp, thanks to @exhuma and @mgorny

v0.10.0 - first release since forking

Choose a tag to compare

@kevin1024 kevin1024 released this 15 Aug 01:19
c62ab87

First release since forking! Why fork?

We were unable to get ahold of the folks at postmanlabs to maintain the original project, and httpbin is used for other packages within the python ecosystem, such as pytest-httpbin which is in turn used by packages such as requests so we have forked this package. That means that httpbin.org is not actually backed by this repo, but the httpbin package is. Confusing right? Know anyone at postmanlabs? get in touch.

Changes in this release:

  • Override docker image port with HTTPBIN_PORT
  • A number of fixes for code rot, thanks @mgorny and @tjni