Releases: primno/dataverse
Releases · primno/dataverse
@primno/dataverse-client@0.10.0
Minor Changes
- a27f4d7: Node v18+ is now required.
@primno/dataverse-auth@0.7.0
@primno/dataverse-auth@0.6.1
Patch Changes
- 0a7c7a7: The default client id for OAuth2 becomes Sample Client Id (51f81489-12ee-4a9e-aaae-a2591f45987d)
@primno/dataverse-client@0.9.0
Minor Changes
-
0f98b6e: This repository becomes a monorepo. The authentication and the client have been separated in 2 packages:
- @primno/dataverse-client
- @primno/dataverse-auth
Fixed:
- User name verification for flow device code now works as expected.
Features:
- Default service and account application in the persistence cache.
- Generating the orderby in the query when using MultipleQueryOptions
@primno/dataverse-auth@0.6.0
Minor Changes
-
0f98b6e: This repository becomes a monorepo. The authentication and the client have been separated in 2 packages:
- @primno/dataverse-client
- @primno/dataverse-auth
Fixed:
- User name verification for flow device code now works as expected.
Features:
- Default service and account application in the persistence cache.
- Generating the orderby in the query when using MultipleQueryOptions
v0.8.1-beta.2
v0.8.1-beta.1
v0.8.1-beta.0
What's Changed
- Certificate authentication for OAuthTokenProvider by @xaviermonin in #30
Full Changelog: v0.8.0-beta.0...v0.8.1-beta.0
v0.8.0-beta.0
- Rename from d365-client to dataverse-client
- Remove WinCA packages
- Remove NTLM authentication
- Add Token Provider (connection string and OAuth)
- Use MSAL for on-premises
- Add support for client credential and device code flow