realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Ktor 2.0.0 support (#782)

Open cmelchior opened this issue 2 years ago • 0 comments

This PR tracks a long-living feature branch with Ktor2 support.

Currently master is using Ktor1 and cannot upgrade to Ktor2 as it only supports the new memory model, which is still only i beta and not everyone is keen on upgrading to it.

The plan for this branch is thus the following:

  1. We will continuously merge changes from master into this, which will be released as 1.x.y-ktor2-SNAPSHOT.
  2. Whenever we make a release from master, a similar release will be made from this branch.
  3. Once the new memory model is announced as stable. This branch will be merged back to master. This means that consumer projects upgrading will be required to use the new memory model.

Developer note: Changes should not be pushed directly to this branch, but always be applied through other PR's.

cmelchior avatar Sep 21 '22 11:09 cmelchior