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

Upgrade to ZIO 2.0 #422

Closed
swoogles opened this issue Oct 19, 2021 · 2 comments
Closed

Upgrade to ZIO 2.0 #422

swoogles opened this issue Oct 19, 2021 · 2 comments

Comments

@swoogles
Copy link

ZIO is at Milestone 4, with an RC expected in the next few weeks.
https://github.com/zio/zio/releases/tag/v2.The API is nearly stable at this point, so any early migration work against this version should pay off towards the official 2.0 release.

The progress is being tracked here:
zio/zio#5470

The Stream Encoding work in progress is the only area where the API might still change before the RC.

To assist with the migration, follow this guide:
https://zio.dev/howto/migrate/zio-2.x-migration-guide/

We are actively working on a ScalaFix rule that will cover the bulk of the simple API changes:
https://github.com/zio/zio/blob/series/2.x/scalafix/rules/src/main/scala/fix/Zio2Upgrade.scala

If you would like assistance with the migration from myself or other ZIO contributors, please let us know!

@zhrebicek
Copy link
Contributor

zhrebicek commented Dec 15, 2021

I would try to take care of this.
Started in #450

@zhrebicek
Copy link
Contributor

@adamgfraser finished it in #460

@jdegoes jdegoes closed this as completed Jan 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants