It's our official second release on Canny ๐ŸŽ†
๐Ÿš€ What's new?
  • Added a new callback feature! you can now create a temporary endpoint with
    naas.callback.add()
    this helps for all 0auth system who need to respond on URL, callback is made for this. https://naas.gitbook.io/naas/features/callback
  • Add runs history in manager, which allows us to make a better report of your machine usage.
  • Rebuild manager, allow you to understand better the error that occurs in your script, open the output, filter, etc!
  • Added download system
    naas. get_download_url ()
    , with a simple link you can download a GitHub file into your machine! https://naas.gitbook.io/naas/#download-url
  • Added
    naas.current
    who is empty in development and with value in production, that can help you do to script who need info where they are running.
  • We removed machine logs from your manager to let you see only your notebooks activity!
  • Now a deleted job is never deleted, we keep it in history.
  • Manager is styled in black now like our login page
  • Change the last runtime to HH:MM:SS
  • New onboarding for usersScreenshot 2021-02-16 at 19 When your start Naas for the first time, you get a notebook to explain how it's working!
  • New sidebar configuration, table of content in first, then file then search, and last GitHub. At the bottom, you can see the button for more advanced usages
๐Ÿ˜Ž New Awesomes Templates
  • Plaid get your bank transactions from any banks thanks to the callback system!
  • Cryptocurrency: analyze any crypto trend and do prediction on it.
  • IFTTT: start IFTTT workflow from Naas in two steps.
  • Zappier: start Zappier workflow from Naas in two steps
  • Integromat: start Integromat workflow from Naas in two steps.
  • Instagram : post picture and a text on instagram from Naas :)
  • Stripe: get your financial report from Stripe as Dataframe.
  • Created an awesome notebook to generate the awesome notebook README.md ๐Ÿ’ช
๐Ÿ“บ Tech improvements
  • Fixed logging error when update assets
  • Fixed path showed in manager and
    naas.assets.current()
    now you can copy the path to use it in delete or another formula.
  • Changed the Naas parameters injection to code injection, before :
Screenshot 2021-02-15 at 11 after:
image It's helps naas to understand better the context of execution.
  • Fixed push a new version of your notebook in prod, don't reset his running stats.
Please give us you feed back with
naas.open_help()
or on our Slack community.