Hi I'm just starting using dagster. I got no pipel...
# ask-community
s
Hi I'm just starting using dagster. I got no pipelines written so I was thinking of just building off 1.0 apis / docs. Where can I see those changes? Would it just be running off master branch or is there a 1.0 release candidate lying around?
j
Hi @Siddarta Jairam your best bet will be developing using latest dagster (currently version 0.15.6). You may see that some current features may have deprecation warnings. Those features will be removed in 1.0 but they are documented in the API docs and will throw warnings in your code. If you avoid using those features, you will probably have a pretty easy time updating to 1.0 when we release
❤️ 1