new

improved

fixed

Naas

Naas_drivers

Awesome_notebooks

โš“๏ธ Naas - Release Note - 0.27.2

It's our official first release on Canny ๐ŸŽ†
๐Ÿš€ What's new?
  • Get the list of email you all notifications you have sent with
    naas.notification.get()
  • Need help? Ask for help with
    naas.open_help()
    directly from your notebook, and the core team will come to you!
  • You requested to see what was already install in your naas, check it there : https://naas.gitbook.io/naas/installed-librairies
  • Edit Csv in jupyter, just double click on one !
  • naas.api
    has been renamed to
    naas.webhook
    please migrate your script
    before june 2021
  • Send image and text to slack with
    naas_driver.slack
  • Send image and text to teams with
    naas_driver.teams
  • Hubspot connector to manage your leads https://naas.gitbook.io/drivers/crm/hubspot
  • Quoto connector https://naas.gitbook.io/drivers/treasury/qonto
  • Markdown connector https://naas.gitbook.io/drivers/file-management/markdown
  • You can now set your timezone to have scheduler on your timezone with
    naas.set_remote_timezone("Europe/Lisbon")
  • naas_drivers.html
    is deprecated we renamed it in
    naas_drivers.emailBuilder
    this name is more accurate about what it really does, it will be
    delete in june 2021
    .
๐Ÿ˜Ž New Awesomes Templates
We deleted the categories to give you direct access to the templates, by app name.
๐Ÿ“บ Tech improvements
  • Fixed Delete your file from prod with
    naas.webhook.delete()
  • Fixed Naas webhook respond notebook with
    naas.webhook.response_file()
  • Fixed Naas webhook respond image inline
    naas.webhook.response_image()
  • Fixed Naas Update Assets don't update the token, only if you ask for it. with
    naas.assets.add()
  • Fixed useless messages, and add more to help you understand what happens on Naas
  • New Deprecated mechanism, when something shouldn't be used you will receive a warning message.
  • Refactor of our code base to enable you to connect to your Naas from Google Colab or your local Jupyter instance. โค๏ธ
  • We keep progressing on the road to 100% automated test (63% => 70%)! This will make Naas more reliable and secure! #kudos to the core team ๐Ÿ™
  • We upgraded to Jupyter lab 2.2.9
  • We upgraded to Jupyter hub 1.3.0
  • We upgraded to Python 3.9.1
Please give us you feed back with
naas.open_help()
or on our Slack community.