Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Latest commit

 

History

History
137 lines (43 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

137 lines (43 loc) · 3.71 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

8.0.1 (2022-09-28)

Bug Fixes

  • Update nativescript-sqlite to fix the sdk crash for newer versions of iOS. #643
  • Update minimist to 1.2.6 to address a security issue #642

8.0.0 (2022-07-15)

Note: Version bump only for package kinvey-nativescript-sdk

7.0.3 (2022-07-14)

Note: Version bump only for package kinvey-nativescript-sdk

7.0.2 (2022-04-28)

  • Version bump only for package kinvey-js-sdk

7.0.1 (2022-04-27)

  • Update dependencies to fix known vulnerabilities

7.0.0 (2021-07-30)

Note: Version bump only for package kinvey-js-sdk

6.1.2 (2022-05-26)

Note: Update package kinvey-js-sdk to fix an issue with sporadic logouts

6.1.1 (2021-04-12)

Note: Version bump only for package kinvey-js-sdk

6.1.0 (2021-04-08)

Bug Fixes

  • Auto DataStore disregards "skip" and "limit" and fetches up to 10000 items per call. #581

6.0.1 (2021-01-27)

Bug Fixes

  • Fix webpack failing to find firebase messaging (#577)

6.0.0 (2020-12-09)

  • Introducing support for NativeScript 7.0, and dropping support for NativeScript 6.x and older versions.

5.0.1 (2020-07-22)

  • Multi Insert validations #569

5.0.0 (2020-07-10)

Bug Fixes

  • sqlite delete many query (e1c0505)
  • sqlite delete query too long for 500+ items (cee9406)
  • update pubnub dependency url (944df11)

Features

  • Introducing the Multi Insert functionality
  • Update the default KCS api version to 5 #566
  • Add lastLoginTime to Kinvey metadata #562

4.2.5 (2019-09-03)

Bug Fixes