Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Releases: Kinto/kinto-http.js

v5.3.0

04 Aug 13:25
v5.3.0
64f1209
Compare
Choose a tag to compare

New features

  • Add fetchFunc option to client constructor (#1097)

Bug fixes

  • Fix #963: Fix snapshot when records were deleted via plural endpoint (#964)

Internal changes

  • Update to npm v7 (#1092)
  • Upgrade to GitHub-native Dependabot (#1017)
  • Switch to unified prettier eslint config

v5.2.1

22 Feb 10:13
v5.2.1
83fc403
Compare
Choose a tag to compare

Bug Fixes

  • Fix #963: Fix snapshot when records were deleted via plural endpoint (#964)

v5.2.0

15 Feb 23:25
v5.2.0
6849812
Compare
Choose a tag to compare

New features

  • Delete on plural endpoints (#534)

Bug fixes

  • Fix implementation of collection snapshot (#956)

Internal changes

  • Fix docs regarding node dependencies and usage (#949)
  • Export PermissionData type and narrow HistoryEntry.action type (#907)
  • Migrate Travis CI steps to GitHub Actions (#904)
  • Run browser tests on Linux (#862)

v5.1.0

20 Apr 09:27
46d2906
Compare
Choose a tag to compare
  • Expose execute in bucket and collection classes (#760)

v5.0.0

14 Apr 10:28
5b8da05
Compare
Choose a tag to compare

Breaking changes

  • Full rewrite in TypeScript (Thanks @dstaley!)
  • Replace EventEmitter with interface and make it optional (#695)

New features

  • Expose client.endpoints attribute (fixes #641) (#742)
  • export SUPPORTED_PROTOCOL_VERSION and Collection (#705)

Internal changes

  • Run tests in browser using Intern (#715)
  • Remove JSDOM from tests and create polyfilled Node bundle (#700)
  • Remove chai-as-promised and convert tests to async/await (#690)
  • Add response types and emit TypeScript declarations (#643)
  • Add compressed-size-action workflow (#708)

v4.7.3

30 Jul 08:37
3796f57
Compare
Choose a tag to compare
  • Fix #471: obfuscate authorization header values in errors (#472)
  • If Blob is not present, use Buffer (#469)

v4.7.2

30 Jul 08:36
bd29c19
Compare
Choose a tag to compare
  • Gecko: move import of global objects to JSM prefix (#445)

v4.7.1

05 Jul 13:25
3dc9def
Compare
Choose a tag to compare

Gecko build

  • Backport ChromeUtils.import() changes (#434)

v4.7.0

03 Jun 14:55
5383e97
Compare
Choose a tag to compare
  • Retrieve timestamps (ETag) of plural endpoints (#425)
  • Remove support for the Total-Records header on GET (#323)
  • Don't gate delete-buckets on HTTP API version (#314)
  • Add accounts support (#312)
  • Support more queries (#313)

v4.6.1

09 Oct 09:21
97e2200
Compare
Choose a tag to compare
  • Rebuild package with up-to-date dependencies.