Skip to content

Commit 2b17bea

Browse files
committed
Update relnotes for 6.1 release
1 parent 09d38f7 commit 2b17bea

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

RELEASE_NOTES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,28 @@
66
* Enable TLS 1.2 when requesting http(s) samples from the type providers.
77
* Fix generated code of the json provider with `PreferDictionaries` when values are arrays.
88

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+
931
### 6.0.1-beta001 - Aug 18 2022
1032

1133
* There are now multiple packages

0 commit comments

Comments
 (0)