Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

58 lines (40 loc) · 1.67 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

Notes

Improvements

Fixes

[0.10.1] - 2019-09-28

Improvements

  • Security: Jersey integration to use pre-matching filter for securing requests

Fixes

  • WebServer: RouteListRoutingRules post method has copy/paste errors
  • WebServer: Display friendly message if port is in use
  • WebServer: Set the option with SO_TIMEOUT with correct value from config
  • Build: Helidon 0.10.0 build failed in local system.
  • Documentation: various updates

0.10.0 - 2018-09-14

Notes

In this release we have refactored some HTTP classes and moved them from io.helidon.webserver to a new package io.helidon.common.http. This is an incompatible change and you will need to update your import statements. See javadocs for details.

Improvements

  • Security: improve support for IDCS subject mapping

Fixes

  • Webserver: refactor common HTTP classes to common module
  • Documentation: correct various links in documentation
  • Security: updates to support chain of JWT and basic auth with OIDC roles
  • Archetypes: fix formatting issue in generated pom.xml

0.9.1 - 2018-09-07

Notes

  • Integrate helidon-sitegen 1.0.0, enable the docs

0.9.0 - 2018-09-07

Notes

  • Initial source drop on Github