Skip to content

Latest commit

Β 

History

History
1039 lines (355 loc) Β· 24.6 KB

CHANGELOG.md

File metadata and controls

1039 lines (355 loc) Β· 24.6 KB

Change Log

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

5.0.0 (2023-08-23)

Features

  • harvest: Update cozy-client from 38.6.0 to 40.2.0 (8931b15)

BREAKING CHANGES

  • harvest: you must have cozy-client >= 40.2.0

4.6.0 (2023-06-09)

Bug Fixes

  • mespapiers: The back button hover area is oval instead of round (35d6f4d)

Features

  • Allow passing a custom logger to realtime (8841b71)

4.5.0 (2023-05-17)

Features

  • Allow using non-native WebSocket (827f6e4)
  • Remove mespapiers.v2-1-0.enabled flag (d9aee1c)

4.4.1 (2023-05-02)

Bug Fixes

  • Discard errors when closing the websocket (0c13fc1)

4.4.0 (2023-03-08)

Features

  • realtime: Add _type on returned doc by the handlers (759cdb3)

4.3.0 (2023-01-31)

Features

  • Update cozy-client and cozy-ui (6ae3b04)

4.2.9 (2022-11-14)

Note: Version bump only for package cozy-realtime

4.2.8 (2022-10-03)

Bug Fixes

  • Expose sendNotification from cozy-client realtime plugin (82500b4)

4.2.7 (2022-10-03)

Note: Version bump only for package cozy-realtime

4.2.6 (2022-10-03)

Note: Version bump only for package cozy-realtime

4.2.5 (2022-09-12)

Note: Version bump only for package cozy-realtime

4.2.4 (2022-09-06)

Bug Fixes

4.2.3 (2022-08-01)

Note: Version bump only for package cozy-realtime

4.2.2 (2022-07-21)

Note: Version bump only for package cozy-realtime

4.2.1 (2022-06-24)

Note: Version bump only for package cozy-realtime

4.2.0 (2022-06-03)

Features

  • harvest: HandleOAuthResponse can deal with cozy-data from DOM (7c6ac1a)

4.1.0 (2022-05-10)

Features

  • Add name in attributes selected for buildFilesQueryByLabels (d66c975)

4.0.8 (2022-04-28)

Note: Version bump only for package cozy-realtime

4.0.7 (2022-04-26)

Note: Version bump only for package cozy-realtime

4.0.6 (2022-04-25)

Note: Version bump only for package cozy-realtime

4.0.5 (2022-02-04)

Note: Version bump only for package cozy-realtime

4.0.4 (2022-02-03)

Note: Version bump only for package cozy-realtime

4.0.3 (2022-02-01)

Bug Fixes

  • deps: update babel monorepo (dcc215a)

4.0.2 (2022-01-28)

Note: Version bump only for package cozy-realtime

4.0.1 (2022-01-07)

Note: Version bump only for package cozy-realtime

4.0.0 (2022-01-07)

Features

  • eslint: Propose Eslint plugin promise (1fded18)

BREAKING CHANGES

  • eslint: Most errors are not auto fixable, if needed, use // disable-next-line

Or insert in .eslintrc: { "rules": { "promise/always-return": "warn", "promise/no-return-wrap": "warn", "promise/param-names": "warn", "promise/catch-or-return": "warn", "promise/no-native": "warn", "promise/no-nesting": "warn", "promise/no-promise-in-callback": "warn", "promise/no-callback-in-promise": "warn", "promise/avoid-new": "warn", "promise/no-new-statics": "warn", "promise/no-return-in-finally": "warn", "promise/valid-params": "warn" } }

3.14.4 (2022-01-06)

Note: Version bump only for package cozy-realtime

3.14.3 (2021-12-28)

Note: Version bump only for package cozy-realtime

3.14.2 (2021-12-20)

Note: Version bump only for package cozy-realtime

3.14.1 (2021-12-02)

Note: Version bump only for package cozy-realtime

3.14.0 (2021-10-22)

Features

  • Remove drive from homeHref (97010d3)

3.13.1 (2021-09-03)

Bug Fixes

  • deps: update dependency cozy-client to v13.21.0 (f46c241)

3.13.0 (2021-03-12)

Bug Fixes

  • Divider import in SharingDetailsModal (f349b54)
  • Do not call useEffect conditionally (0984f53)
  • Typo in package.json s/main/browser (03d5360)

Features

  • Move useRealtime from cozy-ui to cozy-realtime (229e8f5)

3.12.2 (2021-02-12)

Note: Version bump only for package cozy-realtime

3.12.1 (2021-02-02)

Note: Version bump only for package cozy-realtime

3.12.0 (2020-11-23)

Features

  • All babel cli at 7.12.1 (387a24a)
  • Use >= for peer dependencies (6ec2826)

3.11.0 (2020-10-19)

Features

  • Use @cozy/minilog instead of minilog (621abad)

3.10.6 (2020-10-01)

Bug Fixes

3.10.5 (2020-09-15)

Note: Version bump only for package cozy-realtime

3.10.4 (2020-09-04)

Note: Version bump only for package cozy-realtime

3.10.3 (2020-08-20)

Note: Version bump only for package cozy-realtime

3.10.2 (2020-08-03)

Note: Version bump only for package cozy-realtime

3.10.1 (2020-07-21)

Bug Fixes

  • Use same Cozy-UI and CozyClient version everywhere (6216e62)

3.10.0 (2020-07-20)

Features

3.9.1 (2020-07-16)

Note: Version bump only for package cozy-realtime

3.9.0 (2020-07-08)

Features

  • Emit events when plugins are ready (5fc182c)

3.8.2 (2020-07-07)

Bug Fixes

  • Better error message when using a logged off client with realtime (6dd7192)

3.8.1 (2020-06-17)

Note: Version bump only for package cozy-realtime

3.8.0 (2020-03-26)

Features

  • CozyRealtime handles login/logout (44cbcbc)

3.7.0 (2020-03-03)

Features

  • realtime: Allows for immediate reconnect (a2170a8)
  • realtime: Reacts to visibility changes (4ce703e)

3.6.4 (2020-02-27)

Note: Version bump only for package cozy-realtime

3.6.3 (2020-02-26)

Bug Fixes

  • realtime: Comments in RetryManager (9974e9d)
  • realtime: Ensures we always clean up tests (f0a49cf)
  • realtime: Erroneous warning on unsubscribe (3447a6f)
  • realtime: Remove a console.log (fe1a304)
  • realtime: Removes legacy code (eb1bf74)
  • realtime: Resilience to errors in subscribe (30f5d33)

3.6.2 (2020-02-26)

Bug Fixes

  • realtime: Connect concurrency (eb04d84)

3.6.1 (2020-02-25)

Note: Version bump only for package cozy-realtime

3.6.0 (2020-02-24)

Features

3.5.0 (2020-02-24)

Features

3.4.0 (2020-01-10)

Bug Fixes

  • Correctly check that window exists (c5da980)
  • Do not handle {add,remove}EventListener when not in browser (19d10e2)
  • Typo in docstring (c98e84a)
  • Typo in error message (29054a9)

Features

3.3.1 (2020-01-03)

Bug Fixes

  • cozy-realtime: Don't crash if no event exist (654c3ed)

3.3.0 (2020-01-02)

Features

  • cozy-realtime: Add cozy-client plugin (820d663)

3.2.3 (2019-10-25)

Note: Version bump only for package cozy-realtime

3.2.2 (2019-10-23)

Bug Fixes

  • Make account selection control larger (74abddc)
  • Use cozy-minilog to fix octal (8ac3248)

3.2.1 (2019-09-13)

Note: Version bump only for package cozy-realtime

3.2.0 (2019-09-05)

Features

3.1.6 (2019-09-04)

Note: Version bump only for package cozy-realtime

3.1.5 (2019-08-30)

Note: Version bump only for package cozy-realtime

3.1.4 (2019-08-22)

Bug Fixes

  • Add chalk as dependency (7be5f33)

3.1.3 (2019-07-19)

Note: Version bump only for package cozy-realtime

3.1.2 (2019-07-19)

Note: Version bump only for package cozy-realtime

3.1.1 (2019-07-11)

Note: Version bump only for package cozy-realtime

   <a name="3.1.0"></a>

3.1.0 (2019-05-31)

Features

  • Deprecate options.cozyClient, use options.client (ed3f8ad)

     <a name="3.0.1"></a>
    

3.0.1 (2019-05-09)

Bug Fixes

  • Realtime: Bump version to 3.0.0 (1396f2f)

    <a name="2.1.0"></a>
    

2.1.0 (2019-05-09)

Bug Fixes

  • Realtime: Complexifies the emission of the event (abd545b)
  • Realtime: Launch only one connection (29fbcb9)
  • Realtime: Lint (1c1a028)
  • Realtime: Remove all listeners after socket closed (0563c81)
  • Realtime: Resubscribe with same parameters (f1aba47)

Features

  • realtime: New version of library (5a13957)
  • Realtime: Add limit to retry socket connection (11653a6)
  • Realtime: Add minilog (bcf98a0)
  • Realtime: Add tests (d5a7573)
  • Realtime: Allow unsubscibe with not all config (47c582a)
  • Realtime: New API with same parameters of subscribe and unsubcribe (eff5ece)
  • Realtime: Relaunch listerner on new socket (270fcdb)
  • Realtime: Remove all subscribe before window is unloaded (a74fa65)
  • Realtime: Use object on constructor (4744a23)
  • Use minilog from window if available (1cc390a)

2.0.8 (2019-04-12)

Bug Fixes

  • cozy-realtime: Imperfect fix for unsubscribe (#378) (8e9e9ab)

2.0.7 (2019-03-18)

Note: Version bump only for package cozy-realtime

2.0.6 (2019-03-12)

Note: Version bump only for package cozy-realtime

2.0.5 (2019-03-12)

Note: Version bump only for package cozy-realtime

2.0.4 (2019-03-12)

Note: Version bump only for package cozy-realtime

2.0.3 (2019-02-12)

Note: Version bump only for package cozy-realtime

2.0.2 (2019-02-11)

Note: Version bump only for package cozy-realtime

2.0.1 (2019-02-07)

Note: Version bump only for package cozy-realtime

2.0.0 (2019-02-07)

Bug Fixes

  • πŸ’… Handle correctly websocket retries (efd26d8), closes #199
  • πŸ”§ cache the socket promise instead of the socket itself (f5a6c1d), closes #143
  • realtime: πŸ› Better handling subscriptions state cleaning (f6bc6fb)
  • realtime: πŸ› Func initCozySocket must define global cozySocket (9d4c8c3)
  • realtime: πŸ’… Remove async (c426ffa)
  • realtime: πŸ’… Use only global cozySocket (d3b62e0)
  • realtime: πŸ”§ Minor review changes (fbc7dfa)
  • realtime: πŸ”§ Reorder subscribeWhenReady arguments (40b81dc)
  • realtime: πŸ’… Add max poll tries + tests to subscribeWhenReady (3849ac6)

Code Refactoring

  • realtime: ✨ Remove async + use simpler API (65e5a16), closes #145

Features

  • realtime: Use promise instead of polling to handle authenticating (bdbf440)

BREAKING CHANGES

  • realtime: New and simpler API + no more async usage

1.2.8 (2019-01-28)

Bug Fixes

  • realtime: Wrong links [skip ci] (d80b3a0)

1.2.7 (2019-01-16)

Bug Fixes

  • RealTime: Right repo URL (1cdef02)

1.2.6 (2019-01-11)

Note: Version bump only for package cozy-realtime

1.2.5 (2018-12-28)

Note: Version bump only for package cozy-realtime

1.2.4 (2018-12-26)

Note: Version bump only for package cozy-realtime

1.2.3 (2018-12-17)

Note: Version bump only for package cozy-realtime

1.2.2 (2018-12-10)

Note: Version bump only for package cozy-realtime

1.2.1 (2018-11-27)

Note: Version bump only for package cozy-realtime

1.2.0 (2018-10-04)

Features

  • realtime: Add secure parameter ✨ (8993ac0)
  • realtime: Better string validation πŸ“ (1c57d6b)
  • realtime: Handle domain in config ✨ (55b2be6)
  • realtime: New validation rules ✨ (6f58276)
  • realtime: Throw error when no domain πŸ’₯ (e5b7669)
  • realtime: Validate url βœ… (86f59b7)

1.1.10 (2018-10-02)

Note: Version bump only for package cozy-realtime

1.1.9 (2018-09-25)

Note: Version bump only for package cozy-realtime

1.1.8 (2018-09-25)

Note: Version bump only for package cozy-realtime

1.1.7 (2018-09-24)

Note: Version bump only for package cozy-realtime

1.1.6 (2018-09-21)

Note: Version bump only for package cozy-realtime

1.1.5 (2018-08-30)

Note: Version bump only for package cozy-realtime

1.1.4 (2018-08-22)

Note: Version bump only for package cozy-realtime

1.1.3 (2018-08-17)

Bug Fixes

  • realtime: Domain parsing πŸš‘ (9ffbc26)

1.1.2 (2018-08-09)

Note: Version bump only for package cozy-realtime

1.1.1 (2018-08-08)

Note: Version bump only for package cozy-realtime