|
4 | 4 | <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
5 | 5 | **Table of Contents**
|
6 | 6 |
|
7 |
| -- [Unreleased (2020-05-07)](#unreleased-2020-05-07) |
8 |
| -- [0.38.0-beta.2 (2020-05-07)](#0380-beta2-2020-05-07) |
| 7 | +- [Unreleased (2020-05-08)](#unreleased-2020-05-08) |
9 | 8 | - [Bug Fixes](#bug-fixes)
|
| 9 | +- [0.38.0-beta.2 (2020-05-07)](#0380-beta2-2020-05-07) |
| 10 | + - [Bug Fixes](#bug-fixes-1) |
10 | 11 | - [Code Refactoring](#code-refactoring)
|
11 | 12 | - [Documentation](#documentation)
|
12 | 13 | - [Features](#features)
|
13 | 14 | - [0.37.1-beta.1 (2020-04-03)](#0371-beta1-2020-04-03)
|
14 | 15 | - [Documentation](#documentation-1)
|
15 | 16 | - [0.37.0-beta.1 (2020-04-02)](#0370-beta1-2020-04-02)
|
16 |
| - - [Bug Fixes](#bug-fixes-1) |
| 17 | + - [Bug Fixes](#bug-fixes-2) |
17 | 18 | - [Documentation](#documentation-2)
|
18 | 19 | - [Features](#features-1)
|
19 | 20 | - [BREAKING CHANGES](#breaking-changes)
|
20 | 21 | - [0.36.0-beta.4 (2020-02-14)](#0360-beta4-2020-02-14)
|
21 |
| - - [Bug Fixes](#bug-fixes-2) |
| 22 | + - [Bug Fixes](#bug-fixes-3) |
22 | 23 | - [Documentation](#documentation-3)
|
23 | 24 | - [0.36.0-beta.1 (2020-02-05)](#0360-beta1-2020-02-05)
|
24 | 25 | - [Documentation](#documentation-4)
|
|
164 | 165 |
|
165 | 166 | <!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
166 | 167 |
|
167 |
| -# Unreleased (2020-05-07) |
| 168 | +# [Unreleased](https://github.com/ory/oathkeeper/compare/v0.38.0-beta.2...00470541fb3d5d2672ef068c9e02c20deaac3d0d) (2020-05-08) |
| 169 | + |
| 170 | + |
| 171 | +### Bug Fixes |
| 172 | + |
| 173 | +* Improve caching strategy and config for hydrator ([#433](https://github.com/ory/oathkeeper/issues/433)) ([0047054](https://github.com/ory/oathkeeper/commit/00470541fb3d5d2672ef068c9e02c20deaac3d0d)): |
| 174 | + > To enable the hydrator cache you must now use the `cache.enabled` property. Also, the cache key strategy has been improved. |
168 | 175 |
|
169 |
| -No significant changes have been made for this release. |
170 | 176 |
|
171 | 177 |
|
172 | 178 | # [0.38.0-beta.2](https://github.com/ory/oathkeeper/compare/v0.37.1-beta.1...v0.38.0-beta.2) (2020-05-07)
|
|
0 commit comments