|
40 | 40 | ## 1.6.0 - 20251031 |
41 | 41 |
|
42 | 42 | - feat: new config, `HTTPBasicAuth.cache_timeout` |
43 | | -- Optionally expire authentication cache entries after a defined time, thanks [PIC](https://www.pic.es) |
| 43 | +- Optionally expire authentication cache entries after a defined time, thanks [PIC](https://www.pic.es) [1](docs/acknowledgements.md#PIC) |
44 | 44 | - feat: new config, `Compression.enable` |
45 | 45 | - feat: both support `.toml` and `.json` config file |
46 | | -- feat: support optional anonymous user, thanks [PIC](https://www.pic.es)'s idea |
47 | | -- feat: Implement a WebHDFS provider, contributed by [PIC](https://www.pic.es) |
| 46 | +- feat: support optional anonymous user, thanks [PIC](https://www.pic.es)'s idea [1](docs/acknowledgements.md#PIC) |
| 47 | +- feat: Implement a WebHDFS provider, contributed by [PIC](https://www.pic.es) [1](docs/acknowledgements.md#PIC) |
48 | 48 |
|
49 | 49 | ## 1.5.0 - 20250628 |
50 | 50 |
|
51 | 51 | - Breaking Change |
52 | 52 | - feat: `config.Provider` has new `ignore_property_extra` poperty, default is `True` |
53 | | -- Allow authenticating any user from LDAP server, thanks [PIC](https://www.pic.es) |
| 53 | +- Allow authenticating any user from LDAP server, thanks [PIC](https://www.pic.es) [1](docs/acknowledgements.md#PIC) |
54 | 54 | - feat: better timezone support, get timezone from env `TZ` |
55 | 55 | - feat: `HTTPBasicAuth`'s cache is now configurable |
56 | 56 |
|
57 | 57 | ## 1.4.2 - 20250424 |
58 | 58 |
|
59 | | -- Fix, ensure expected HTTP response header is included in responses, thanks [SilviaSWR](https://github.com/SilviaSWR) |
60 | | -- Add, handle non-existing parent folder, thanks [SilviaSWR](https://github.com/SilviaSWR) |
| 59 | +- Fix, ensure expected HTTP response header is included in responses, thanks [SilviaSWR](https://github.com/SilviaSWR) [PIC 1](docs/acknowledgements.md#PIC) |
| 60 | +- Add, handle non-existing parent folder, thanks [SilviaSWR](https://github.com/SilviaSWR) [PIC 1](docs/acknowledgements.md#PIC) |
61 | 61 |
|
62 | 62 | ## 1.4.1 - 20240626 |
63 | 63 |
|
|
0 commit comments