streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Roadmap

Open shinzui opened this issue 10 months ago • 2 comments

Is there an updated roadmap for Streamly? We're using it heavily on a project and needed to reach Internal modules. It would be nice to know that there is a plan to stabilize the API.

shinzui avatar Apr 18 '24 18:04 shinzui

Please let us know which internal APIs you are using so that we can prioritize it. We do not have a very well defined roadmap doc but we are continuously working on stabilizing and releasing the experimental APIs. Development has slowed down in the past few months due to lack of resources but we intend to continue working on it and get 0.11 out in a few months.

harendra-kumar avatar Apr 29 '24 10:04 harendra-kumar

Thank your response and for providing such a great library.

Please let us know which internal APIs you are using so that we can prioritize it.

From Data.Internal.Data.Stream:

  • catMaybes
  • catEithers
  • unionBy

From Data.Internal.Data.Fold:

  • foldtM'
  • foldlM1'

shinzui avatar May 05 '24 14:05 shinzui