Skip to content

Releases: primno/dataverse

@primno/dataverse-client@0.10.0

07 Oct 17:56
7e42872

Choose a tag to compare

Minor Changes

  • a27f4d7: Node v18+ is now required.

@primno/dataverse-auth@0.7.0

07 Oct 17:56
7e42872

Choose a tag to compare

Minor Changes

  • 4310781: Use @azure/msal-node-extensions. @azure/msal-node-extensions now provides a prebuilt version of DPAPI.
  • a27f4d7: Node v18+ is now required.

@primno/dataverse-auth@0.6.1

18 Apr 19:09
7151967

Choose a tag to compare

Patch Changes

  • 0a7c7a7: The default client id for OAuth2 becomes Sample Client Id (51f81489-12ee-4a9e-aaae-a2591f45987d)

@primno/dataverse-client@0.9.0

16 Apr 19:22
f3ca601

Choose a tag to compare

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

16 Apr 19:22
f3ca601

Choose a tag to compare

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

01 Apr 21:12
360af86

Choose a tag to compare

v0.8.1-beta.2 Pre-release
Pre-release

What's Changed

  • Fix Device code flow loop in #32

Full Changelog: v0.8.1-beta.1...v0.8.1-beta.2

v0.8.1-beta.1

17 Mar 22:52
d048b32

Choose a tag to compare

v0.8.1-beta.1 Pre-release
Pre-release

What's Changed

  • Update @primno/dpapi version in #31

Full Changelog: v0.8.1-beta.0...v0.8.1-beta.1

v0.8.1-beta.0

11 Mar 12:15
0809cf8

Choose a tag to compare

v0.8.1-beta.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.8.0-beta.0...v0.8.1-beta.0

v0.8.0-beta.0

07 Mar 15:39
8b63c40

Choose a tag to compare

v0.8.0-beta.0 Pre-release
Pre-release
  • 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