Naas => 1.1.0
Naas drivers => 0.48.0
Naas hub => 0.3.44
🚀 What's new?
  • BREAKING CHANGE webhook params are now set in variables instead of raw in the first cell
You have to now use
headers
,
body
, and
params
Screenshot 2021-03-02 at 14
Screen Recording 2021-03-02 at 22
  • New hub design Screenshot 2021-03-08 at 14
  • New update system, we can now update users incrementally, one by one, so it will help us to contain bugs if a few happen!
😎 New Awesomes Templates
  • Add AlphaVantage: Get fundamental data
  • Add AWS: Upload file in an S3 bucket
  • Add Bubble driver: Trigger workflow
  • Rename Crypto by CCXT to match tools categorization
  • Add Cityfalcon driver: Get data from API
  • Merge FTP with FTPS
  • Merge Excel 365 with Excel
  • Add Google Drive: Download file
  • Add Healthchecks: Perform basic actions
  • Add Jupyter: Get my user information
  • Add Linear regression driver in Naas folder
  • Add Mailbox driver in Naas folder
  • Add MongoDB driver: Get and send data
  • Add Thinkific driver: Get users, send users
+ Applied naming convention TOOL_ACTION-VERB_DETAIL.ipynb to all templates.
📺 Tech improvements
  • PyTorch is preinstall now
  • Add a loader in manager to let you know that it's searching.
  • Add a debounce time to the search bar, to let you type before starting to search!
  • Fixed issue with webhook
  • Fixed reset password page
  • Fixed issue with the authenticator module that uses a deprecated system
  • Fix our automatic test because of breaking change of a dependency: https://github.com/yunstanford/pytest-sanic/issues/49
  • Make it easier to test Naas locally with docker, now assets, and webhook works too!
  • Add new automatic test for webhook params injection =
    fewer bugs <3
  • Automatically stop your machine when you don't have credits anymore
  • "Download file" in your Naas now open it correctly each time!
  • Naas logo (N) is set in manager, launcher, jupyterlab and jupyterhub
Screenshot 2021-03-02 at 19
  • Split reverse proxy from the hub, update our architecture don't require restarting all users anymore!
  • Add database storage in the hub proxy, allow us to restart the proxy without loosing running users
Please give us you feed back with
naas.open_help()
or on our Slack community.