Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Releases: mapbender/owsproxy3

v3.3.1

11 Apr 09:05

Choose a tag to compare

  • Fix error processing redirected response

v3.2.1

11 Apr 09:04

Choose a tag to compare

  • Fix error processing redirected response

v3.3.0

30 Aug 09:10

Choose a tag to compare

  • Removed CommonProxy. Use service owsproxy.http_foundation_client instead.
  • Removed kriswallsmith/buzz integration and dependency.
  • Removed ProxyQuery::getGetUrl (urls are not method specific; use getUrl).
  • Removed ProxyQuery::createFromUrl (use createGet, createPost or createFromRequest as appropriate)

If you require any of the removed APIs, constrain your project to require mapbender/owsproxy ~3.2.0 or lower

v3.2.0

30 Aug 08:29

Choose a tag to compare

  • Removed html reformatting of error responses (all responses are forwarded)
  • Removed database logging (use web server log and / or Symfony log)
  • Removed legacy workaround for url-encoded proxy user / password configuration; do not pre-encode basic auth credentials
  • Removed Buzz-specific header utility methods
  • Removed unrouted (no url) "genericProxyAction". Use service owsproxy.http_foundation_client service to replace kernel subrequests to this action.
  • Removed owsproxy.buzz_client service. Use service owsproxy.http_foundation_client instead.

If you require any of the removed features, constrain your project to require mapbender/owsproxy ~3.1.0.

v3.1.8

20 Aug 08:42

Choose a tag to compare

  • Fix controller incompatibilities with Symfony 4 / 5
  • Resolve reliance on undeclared dependency sensio/framework-extra-bundle

v3.1.7

18 May 10:26

Choose a tag to compare

  • Fix outgoing headers (v3.1.6 regression)

Owsproxy v3.1.6

19 Feb 22:49

Choose a tag to compare

  • Fix subrequests to genericProxyAction invariantly producing outgoing POST requests
  • Fix missing content type on HTML-reformatted error responses
  • Fix cascading internal exception when reformatting HttpException to HTML
  • Fix query parameter deduplication to also deduplicate params with equal case
  • Fix query parameter deduplication to also deduplicate no-value parameters
  • Fix support for proxy credentials containing url-reserved characters
  • Fix extraneous leading space on forwarded header values
  • Fold immediate double-logging in CommonProxy into single message
  • Add owsproxy.http_foundation_client service for sane manual handling of ProxyQuery objects (Symfony-style responses)
  • Add owsproxy.buzz_client service for semi-sane manual handling of ProxyQuery objects ("Buzz"-style responses)

Owsproxy v3.1.5

18 Feb 11:21

Choose a tag to compare

  • Drop session interactions; owsproxy uses signatures

Owsproxy v3.0.6.7

18 Feb 11:21

Choose a tag to compare

  • Drop session interactions; owsproxy uses signatures

Owsproxy v3.1.4

18 Nov 06:36

Choose a tag to compare

  • Avoid undesirable implicit entity flushing and repeat of failing transaction commits on request end with enabled logging configuration
  • Change logging default true => false
  • Accept null for logging and obfuscate_client_ip
  • Add CONFIGURATION.md