Skip to content

0.8.2-beta-9

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Jun 19:06
b8d643d

What's Changed

  • io.pedestal.connector.test: keep response headers as-is by @hlship in #965
  • Configurable JSON Processor by @hlship in #985
  • Make corrections to the documentation tutorial about interactive development by @dosbol in #983
  • Embedded template: HTTP headers submitted in test should be lower case to align with the Ring specification by @jcooley in #981
  • The error interceptor is anonymous, causing a warning in Pedestal 0.8; a :name should be provided to avoid the deprecation warning by @wardle in #979
  • Fix typos in hello-world-content-types.adoc by @rogererens in #973
  • Fix typos in hello-world-query-parameters.adoc by @rogererens in #972
  • Fix typos in hello-world.adoc by @rogererens in #971
  • Update server-sent-events.adoc (fix typo) by @yurivish in #966
  • Improve http-kit SSE client disconnect detection by @yurivish in #974
  • Ensure :path-re is in each expanded route by @hlship in #986
  • Update to latest version of charred and use JSONWriter/flush by @hlship in #987
  • Fix NullPointerException in sawtooth router on partial prefix path match by @wardle in #988
  • Update issue links in contributing guide by @Okwori in #991
  • Ensure transit request body of false is stored as :transit-params by @hlship in #992
  • Update more documentation to discuss the io.pedestal.connector namespace by @hlship in #997
  • Add JSON processor change to CHANGELOG by @rap1ds in #995
  • Fix h2 protocol handling in jetty by @RolT in #994
  • Fix flaky tests by @RolT in #998
  • Properly handle passing a seq of route maps to default-interceptors by @hlship in #999
  • Do not leak test state in response generated by io.pedestal.test/response-for by @hlship in #1000
  • Include :exception in ex-data passed to error handler by @hlship in #1001
  • Add a code of conduct by @hlship in #1002
  • Add :dev alias exposing all module source paths by @ericdallo in #1003
  • Jetty: Only enable scanning when :keystore is a string (not a Keystore object) by @milt in #1004
  • Add arity for histograms to record per-event attributes by @terjesb in #1005
  • Bump dependencies to latest by @hlship in #1006
  • feat: support :subprotocols in Http-Kit WebSocket connector by @hlship in #1012
  • docs: fix successful spelling in docs by @yosinn1-blip in #1009
  • feat: allow metrics to be custom configured by @hlship in #1013
  • Allow to configure secure-headers directly from with-default-interceptors by @souenzzo in #1011
  • chore: bump deps to latest by @hlship in #1014
  • fix: normalize duplicate request headers in http-kit connector by @hlship in #1015
  • feat: add WebSocket connection limit options (issue #968) by @hlship in #1016
  • docs: add WebSocket guide and clarify :get routing (issue #969) by @hlship in #1017
  • Release from CI on tag push by @ericdallo in #1018

New Contributors

Full Changelog: 0.8.1...0.8.2-beta-9