Mentions légales du service

Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

Deprecated

Removed

Fixed

  • Bug fix on WebSocket path addition

Security

[1.3.1] - 2021-07-20

Added

  • Add WebSocket path and port to Session

[1.3.0] - 2021-07-20

Added

  • Add (un)subscription request
  • Add explicit get method
  • Register a service worker (if available) that manages update messages
  • Automatically open a WebSocket connection if ServiceWorker is not available
  • Disconnect the WebSocket when closing the connection to the database
  • Add a getter for openedCollections in Session
  • Add multiple handlers per object

Changed

  • Use NotificationHandler to notify the app when an update arrives
  • Automatic subscription when opening a collection
  • Change key type of waitingPull from DeltaCRDT to CObjectUId
  • Remove implicit get when performing onRead
  • Remove the limit of frequency of get requests
  • Open an already opened object in a different mode raises an exception

[1.2.0] - 2021-05-06

Added

  • Add pull method in Collection

[1.1.7] - 2021-04-16

Changed

  • Limit the frequency of get requests
  • Group updates of the same transaction
  • Update STATUS.md

[1.1.6] - 2021-03-25

Added

  • Add new unit tests
  • Add STATUS.md file

Changed

  • UUIds are hexadecimal