|
6 | 6 | * Enable TLS 1.2 when requesting http(s) samples from the type providers. |
7 | 7 | * Fix generated code of the json provider with `PreferDictionaries` when values are arrays. |
8 | 8 |
|
| 9 | +## 6.1.0-beta - Apr 4 2023 |
| 10 | + |
| 11 | +- Fix json provider PreferDictionaries for array properties | [Melvyn Laïly](https://github.com/) |
| 12 | +- Add signature tests showing the wrong generation for array values when inferring dictionaries in json | [Melvyn Laïly](https://github.com/) |
| 13 | +- Enable TLS 1.2 in providers to be able to use it when requesting https samples | [Melvyn Laïly](https://github.com/) |
| 14 | +- Report complete exception from providers | [Melvyn Laïly](https://github.com/) |
| 15 | +- Add aria-label to the list of attributes used to find a name for html provided types | [Melvyn Laïly](https://github.com/) |
| 16 | +- Do not fail the build if the WorldBank api is offline | [Melvyn Laïly](https://github.com/) |
| 17 | +- Move source files into the folders of the projects they belong to | [Melvyn Laïly](https://github.com/) |
| 18 | +- Move non-http code from FSharp.Data.Http into a new FSharp.Data.Runtime.Utilities project | [Melvyn Laïly](https://github.com/) |
| 19 | +- Format code | [Lennart Schlegge](https://github.com/) |
| 20 | +- Refactor readLine function | [Lennart Schlegge](https://github.com/) |
| 21 | +- Extend test with quoted strings and separators | [Lennart Schlegge](https://github.com/) |
| 22 | +- Fix reading CSV from non seekable network stream | [Lennart Schlegge](https://github.com/) |
| 23 | +- Use nameof for all dynamically built quotations | [Melvyn Laïly](https://github.com/) |
| 24 | +- Update release notes | [Melvyn Laïly](https://github.com/) |
| 25 | +- Change the namespace of the public "InferenceMode" enum | [Melvyn Laïly](https://github.com/) |
| 26 | +- updated docs for html type provider example | [aaron-jack-manning](https://github.com/) |
| 27 | +- Fix WorldBank.fsx docs build | [Melvyn Laïly](https://github.com/) |
| 28 | +- Re-add solution level items missing or with broken paths | [Melvyn Laïly](https://github.com/) |
| 29 | +- Remove explicit PackageReference in projects + include paket.references | [Melvyn Laïly](https://github.com/) |
| 30 | + |
9 | 31 | ### 6.0.1-beta001 - Aug 18 2022 |
10 | 32 |
|
11 | 33 | * There are now multiple packages |
|
0 commit comments