Skip to content

Latest commit

 

History

History
394 lines (259 loc) · 20 KB

CHANGELOG.md

File metadata and controls

394 lines (259 loc) · 20 KB

Table of Contents generated with DocToc

Change Log

v1.0.0-beta.8 (2018-08-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • noop authenticator should not bypass allow/deny authorizers #97
  • Build and upload binaries upon release #89
  • Feature request: vault authenticator #88
  • Add endpoint for answering access requests directly #42

Merged pull requests:

v1.0.0-beta.7 (2018-07-12)

Full Changelog

Merged pull requests:

v1.0.0-beta.6 (2018-07-11)

Full Changelog

v1.0.0-beta.5 (2018-07-07)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Resolve stack overflow in key & rule refresher #80
  • Deletion of conflicting rule doesn't solve the route conflict #73
  • rules: Properly handle conflicts on PUT and POST #76 (arekkas)
  • rules: Resolves an issue with cached matchers #75 (arekkas)

Closed issues:

  • kid does not match .well-known/jwks.json #83
  • MySQL not supported #82
  • Add input validator to rules #41
  • PUT rules/unknownId does not error #38

Merged pull requests:

  • rsakey: Resolve HS256 kid mismatch #85 (arekkas)
  • cmd: Allows connectivity to MySQL #84 (arekkas)
  • cmd: Resolves recursive stack overflow #81 (arekkas)
  • docs: Adds link to examples repository #79 (arekkas)
  • docs: Adds gh templates & code of conduct #78 (arekkas)
  • ci: Prevent pushes from forks to coveralls #74 (arekkas)

v1.0.0-beta.4 (2018-06-14)

Full Changelog

Implemented enhancements:

  • cmd: Should not fatal if ORY Hydra SDK is unable to start #71

Merged pull requests:

v1.0.0-beta.3 (2018-06-13)

Full Changelog

Merged pull requests:

v1.0.0-beta.2 (2018-05-29)

Full Changelog

v1.0.0-beta.1 (2018-05-29)

Full Changelog

Closed issues:

  • Make Oathkeeper work without Hydra (Fix JWK Manager) #65
  • Expected at least one private key #61
  • Disallow unknown JSON fields #45
  • Write AWS Lambda function for oathkeeper #44

Merged pull requests:

v0.11.12 (2018-05-07)

Full Changelog

Closed issues:

  • Unable to refresh RSA keys for JWK signing #53
  • Add well known endpoint to swagger docs #47

Merged pull requests:

v0.0.29 (2017-12-19)

Full Changelog

Merged pull requests:

v0.0.28 (2017-12-19)

Full Changelog

Closed issues:

  • Make key discovery easier with well-known feature #43

Merged pull requests:

  • Replaces key discovery with well-known feature #46 (arekkas)

v0.0.27 (2017-12-12)

Full Changelog

Merged pull requests:

  • Adds cors capabilities to management server #40 (arekkas)

v0.0.26 (2017-12-11)

Full Changelog

Merged pull requests:

v0.0.25 (2017-11-28)

Full Changelog

Merged pull requests:

  • Add extra data from token introspection to session #37 (arekkas)

v0.0.24 (2017-11-26)

Full Changelog

Closed issues:

  • Document HYDRA_JWK_SET_ID #34
  • Investigate if the issuer should be oathkeeper or hydra #27

Merged pull requests:

v0.0.23 (2017-11-24)

Full Changelog

Closed issues:

  • Rename basicAuthorizationModeEnabled to something that does not clash with HTTP basic authorization #29
  • Rename bypass values for better clarity #13

Merged pull requests:

v0.0.22 (2017-11-20)

Full Changelog

Merged pull requests:

  • Renames bypass values for better clarity #31 (arekkas)

v0.0.21 (2017-11-19)

Full Changelog

Merged pull requests:

  • Request hydra.keys scope and fix panic #30 (arekkas)

v0.0.20 (2017-11-18)

Full Changelog

Merged pull requests:

v0.0.19 (2017-11-13)

Full Changelog

Closed issues:

  • evaluator: token[:5] will cause panic #22

Merged pull requests:

v0.0.18 (2017-11-13)

Full Changelog

Merged pull requests:

  • evaluator: Resolve potential panic in token id generation #23 (arekkas)

v0.0.17 (2017-11-12)

Full Changelog

Merged pull requests:

  • Introduces surrogate_id to SQLManager #21 (arekkas)

v0.0.16 (2017-11-12)

Full Changelog

Merged pull requests:

  • Replace MatchesPath with MatchesURL #20 (arekkas)

v0.0.15 (2017-11-09)

Full Changelog

Merged pull requests:

  • Add HTTPS capabilities and document proxy/management commands #19 (arekkas)

v0.0.14 (2017-11-07)

Full Changelog

Merged pull requests:

  • Make refresh_delay configurable and skip it on boot #18 (arekkas)

v0.0.13 (2017-11-07)

Full Changelog

Merged pull requests:

  • Store rules path match in plaintext #17 (arekkas)

v0.0.12 (2017-11-07)

Full Changelog

Merged pull requests:

  • Use ladon regex compiler for matches #16 (arekkas)

v0.0.11 (2017-11-06)

Full Changelog

v0.0.10 (2017-11-06)

Full Changelog

v0.0.9 (2017-11-06)

Full Changelog

v0.0.8 (2017-11-06)

Full Changelog

Merged pull requests:

  • Make oathkeeper binary executable# #15 (arekkas)

v0.0.7 (2017-11-06)

Full Changelog

Merged pull requests:

  • Build oathekeeper docker image statically #14 (arekkas)

v0.0.6 (2017-11-03)

Full Changelog

Merged pull requests:

v0.0.5 (2017-11-01)

Full Changelog

Merged pull requests:

  • Add cors handling to proxy #11 (arekkas)
  • Remove goveralls from circle build #10 (arekkas)
  • Use circle ci build status badge #9 (arekkas)
  • Switch from glide to golang/dep for vendoring #8 (arekkas)
  • Resolve tests by replacing nil slice #7 (arekkas)

v0.0.4 (2017-10-21)

Full Changelog

Merged pull requests:

  • Return arrays instead of null on rule creation #6 (arekkas)
  • Add circleci configuration file #5 (arekkas)

v0.0.3 (2017-10-18)

Full Changelog

Merged pull requests:

v0.0.2 (2017-10-12)

Full Changelog

Merged pull requests:

v0.0.1 (2017-10-10)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator