Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new release - supports relay v9.0.0 #34

Closed
13 tasks done
morrys opened this issue Dec 22, 2019 · 9 comments
Closed
13 tasks done

new release - supports relay v9.0.0 #34

morrys opened this issue Dec 22, 2019 · 9 comments
Labels
enhancement New feature or request

Comments

@morrys
Copy link
Owner

morrys commented Dec 22, 2019

This issue is in progress in the following branches:
react-relay-offline: https://github.com/morrys/react-relay-offline/tree/relay-v9

wora: https://github.com/morrys/wora/tree/relay-v9 (issue morrys/wora#31)

  • optimize store request identifier 2984 optimizing requestid facebook/relay#2985
    • at the moment I have solved the problem in @ wora/relay-store
  • added tests in wora/relay-store added tests in wora/relay-store wora#39
  • added tests in wora/relay-offline
  • added tests in wora/offline-first
  • added tests in wora/netinfo
  • support relay v8.0.0 & v9.0.0
  • upgrade relay-hooks
  • check the compatibility between the query TTL and the new Relay store data invalidation feature
  • added tests in react-relay-offline
  • eslint & prettier
  • CI action
  • release wora/relay-offline & wora/relay-store
  • upgrade wora/relay-offline & wora/relay-store
@morrys morrys added the enhancement New feature or request label Dec 22, 2019
@morrys morrys pinned this issue Dec 22, 2019
@morrys morrys changed the title Supports relay v8.0.0 new release - supports relay v8.0.0 Dec 22, 2019
@alexisbronchart
Copy link

Could change to "supports relay 9.0.0" now 😊

@morrys
Copy link
Owner Author

morrys commented Feb 19, 2020

hi @alexisbronchart,
you are right :)
A small clarification, the v8 and v9 versions of relay change the internal logic of the store which in offline contexts, where the store is persisted, generate excessive use of storage space.

To avoid this problem I opened a PR facebook/relay#2985 in the relay repository in order to optimize this logic.
Once this PR has been officially released, it will be possible to carry out the support and guarantee the same levels of efficiency.

@morrys morrys changed the title new release - supports relay v8.0.0 new release - supports relay v9.0.0 Feb 19, 2020
@morrys
Copy link
Owner Author

morrys commented Feb 24, 2020

Added tests in wora/relay-store morrys/wora#39

@morrys
Copy link
Owner Author

morrys commented Mar 20, 2020

This issue is in progress in the following branches:
react-relay-offline: https://github.com/morrys/react-relay-offline/tree/relay-v9

wora: https://github.com/morrys/wora/tree/relay-v9

@jesster2k10
Copy link

Has this version been released yet? I tried to install it from git with nom but it appears the lib directory wasn't generated beforehand

@morrys
Copy link
Owner Author

morrys commented Apr 10, 2020

hi @jesster2k10,
a few days ago I created the PR #41 and released version 2.0.0-rc.4 of react-relay-offline.

Soon I will officially release version 2.0.0

@jesster2k10
Copy link

hi @jesster2k10,
a few days ago I created the PR #41 and released version 2.0.0-rc.4 of react-relay-offline.

Soon I will officially release version 2.0.0

I've already installed the RC and it's been working great so far. For sure worth the wait!

@morrys
Copy link
Owner Author

morrys commented Apr 11, 2020

Definitely :)
I plan to release the library after Easter :)

@morrys
Copy link
Owner Author

morrys commented Apr 14, 2020

today I released version 2.0.0
https://github.com/morrys/react-relay-offline/releases/tag/v2.0.0

For any problem, open an issue :)

@morrys morrys closed this as completed Apr 14, 2020
@morrys morrys unpinned this issue Apr 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants